Page 1 of 1

End Kernel Panic - Custom Linux Host

Posted: Wed Oct 19, 2022 1:50 pm
by fe007
Hi All

I'm trying to create my own custom Linux host using Rocky Linux 9.

I've followed the steps exactly and when it's time to create the test lab (Step 9 here), I choose the Linux node, etc. I power it on and choose Install Rocky Linux 9.0 and after a few seconds I get the error: end Kernel panic - not syncing: Attempted to kill init! See attached screenshot.

Thanks.

Re: End Kernel Panic - Custom Linux Host

Posted: Wed Oct 19, 2022 9:46 pm
by Uldis (UD)
Same answer, linux template qemu options line must be with -cpu host

Code: Select all

-machine type=pc,accel=kvm -vga std -usbdevice tablet -boot order=cd -cpu host

Re: End Kernel Panic - Custom Linux Host

Posted: Thu Oct 20, 2022 5:32 am
by fe007
Uldis (UD) wrote:
Wed Oct 19, 2022 9:46 pm
Same answer, linux template qemu options line must be with -cpu host

Code: Select all

-machine type=pc,accel=kvm -vga std -usbdevice tablet -boot order=cd -cpu host
Thank you, Uldis. It works now.