![]() |
Kernel panic - not syncing: Attempted to kill init! exit - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: Kernel panic - not syncing: Attempted to kill init! exit (/showthread.php?tid=4553) |
Re: Kernel panic - not syncing: Attempted to kill init! exit - trinidad - 10-21-2017 I'll wait for the picture, but now that you have Sparky running I believe it has dmidecode installed by default. You might as well open a terminal and post the results of the following commands: sudo dmidecode -t 0 sudo dmidecode -t 4 sudo dmidecode -t 24 (There is one space between the -t and the number) Also I meant for you to use the one time boot menu (often the F12 key) to manually select the LL live USB to boot from. TC Re: Kernel panic - not syncing: Attempted to kill init! exit - farjia - 10-22-2017 Rebooted but it is back to the same error again, also tried the one time boot thing, it is F11 in my system but had the same results, here's the results of the commands you asked for. Code: farjia@farhome:~$ sudo dmidecode -t 0 Re: Kernel panic - not syncing: Attempted to kill init! exit - trinidad - 10-22-2017 Please try the following: Disable PnP in the BIOS, and try installing LL 64bit. Also here is a decent link for dmidecode usage. https://linux.die.net/man/8/dmidecode Learning Linux is a happy thing. This link may help you understand how to modify boot options for the LL live dvd or USB. https://help.ubuntu.com/community/BootOptions TC Re: Kernel panic - not syncing: Attempted to kill init! exit - farjia - 10-24-2017 Maybe I need to edit some boot parameters, can you suggest what should I add or remove? I am able to check install media through LL live usb and now can also boot into LL safe mode? But it shows the kernel panic error when booting with default options. Re: Kernel panic - not syncing: Attempted to kill init! exit - trinidad - 10-24-2017 nomodeset and edd=on https://askubuntu.com/questions/186296/what-are-the-f6-options-during-installation TC |