nachoparker/qemu-raspbian-network

kernel crash: "attempted to kill init" on qemu-system-arm 2.5.0

Closed this issue · 9 comments

I try to use the script on Linux Mint. The Raspbian system crashes at boot, think it's because sda2 cant be mounted. See attached screenshot.
skarmbild fran 2017-04-27 10-26-46

what version of qemu-pi.sh are you using? seems to me as a duplicate of #5

also, what version of qemu-system-arm are you using?

2.5... Not good I see :)
I'll try to upgrade qemu-system-arm and try again.

well, 2.5 should also work. @kaiwan just tested it on Ubuntu.

Pull the latest code, you should not need to upgrade

Ok I tested now on Kde Neon, it crashes.
QEMU emulator version 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.11), Copyright (c) 2003-2008 Fabrice Bellard

can you mount the boot partition (after it crashes) and see if the file /etc/ld.so.preload has the line that contains libarmmem.so commented out?

No it dont, it's just like this:

/usr/lib/arm-linux-gnueabihf/libarmmem.so

I think I fixed the error. Please, pull the latest code and try again.

Ok fine, it works now. Good job!