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.
End Kernel Panic - Custom Linux Host
Moderator: mike
-
- Posts: 15
- Joined: Thu Sep 07, 2017 11:15 am
End Kernel Panic - Custom Linux Host
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5179
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
- Contact:
Re: End Kernel Panic - Custom Linux Host
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
-
- Posts: 15
- Joined: Thu Sep 07, 2017 11:15 am
Re: End Kernel Panic - Custom Linux Host
Thank you, Uldis. It works now.Uldis (UD) wrote: ↑Wed Oct 19, 2022 9:46 pmSame 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