On 1/15/21 1:03 PM, Alistair Francis wrote:
> I run QEMU with these arguments:
> 
> ./build/riscv32-softmmu/qemu-system-riscv32 \
>     -machine virt -serial mon:stdio -serial null -nographic \
>     -append "root=/dev/vda rw highres=off  console=ttyS0 ip=dhcp 
> earlycon=sbi" \
>     -device virtio-net-device,netdev=net0,mac=52:54:00:12:34:02
> -netdev user,id=net0 \
>     -object rng-random,filename=/dev/urandom,id=rng0 -device
> virtio-rng-device,rng=rng0 \
>     -smp 4 -d guest_errors -m 256M \
>     -kernel ./Image \
>     -drive 
> id=disk0,file=./core-image-minimal-qemuriscv32.ext4,if=none,format=raw
> \
>     -device virtio-blk-device,drive=disk0 \
>     -bios default
> 
> I am uploading the images to:
> https://nextcloud.alistair23.me/index.php/s/MQFyGGNLPZjLZPH

I don't replicate the assertion failure, I get to

/sbin/init: error while loading shared libraries: libkmod.so.2: cannot open
shared object file: Error 74
[    0.819845] Kernel panic - not syncing: Attempted to kill init!
exitcode=0x00007f00
[    0.820430] CPU: 1 PID: 1 Comm: init Not tainted 5.11.0-rc3 #1


r~

Reply via email to