End Kernel Panic - Custom Linux Host

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
fe007
Posts: 15
Joined: Thu Sep 07, 2017 11:15 am

End Kernel Panic - Custom Linux Host

Post by fe007 » Wed Oct 19, 2022 1:50 pm

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.
You do not have the required permissions to view the files attached to this post.

Uldis (UD)
Posts: 5179
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: End Kernel Panic - Custom Linux Host

Post by Uldis (UD) » 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

fe007
Posts: 15
Joined: Thu Sep 07, 2017 11:15 am

Re: End Kernel Panic - Custom Linux Host

Post by fe007 » Thu Oct 20, 2022 5:32 am

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.

Post Reply