From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2fc7fe51d34cc6b83662cf13da3c248a@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Thu, 24 Nov 2016 19:11:57 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] raspberry pi root over tcp Topicbox-Message-UUID: af27beba-ead9-11e9-9d60-3106f5b1d025 > panic: boot process died: undefined instruction: pc 0x605c I bet that's a SWPW instruction - valid for armv5, deprecated for armv6, and illegal for armv7. You probably want to apply patch/armv7-atomic on your server and rebuild the arm binaries. If you're booting any old armv5 machines from the same server, their kernels will need updating with that patch too.