#kernel panic after restarting from live boot
23 messages · Page 1 of 1 (latest)
the font becomes unintelligeble before the kernel panic happens (the monitor is wide though)
#1429152383018991697 message
after editing the parameters he got the following kernel panic:
then it's some other issue
it happened during the mint logo
try older version of Mint, or other distro with different kernel.
is newer kernel also good? (im thinking about putting arch on it since I have access to a tty there and it doesnt have that much stuff on it that could cause the panic)
if the pc is extremely new, the newer kernel. otherwise older one
okay
LMDE 6 may be a good choice
Solution: use LDME 6 and add "noapic nomodeset" to the boot parameters
[SOLVED] kernel panic after restarting from live boot
do note that running with nomodeset will mean no GPU use. You should boot in, and in lmde, do sudo apt install nvidia-driver to get hopefully a working nvidia gpu proprietary driver going. Ensure 'secure boot' is disabled.
(once OS is fully installed ofc)
kernel panic after restarting from live boot
Youre right, I was a bit unpatient. After installing nvidia-driver it still takes the nomodeset to boot
you tried with just the noapic parameter?
before the driver installation it only worked with noapic nomodeset. If I dont use it it just remains stuck at the mint logo. I havent tried only noapic though
then do so
if that solves it, then you make the noapic permanent by editing the /etc/default/grub file
I wrote it there grub_commandline_linux_default and it doesnt apply the setting when booting
noapic seems to have been the fix though
you have to edit grub file, and put the noapic either between doublequotes on the default options line, or within the quotes of quiet splash with a space