Kernel Panic when reboot after change in elilo.conf to hibernate
by tdmsoares from LinuxQuestions.org on (#55C9P)
Everything was fine untill I wanted to hibernate my laptop.
Following the instructions from https://docs.slackware.com/howtos:sl...in:hibernation, since I have elilo, I added the following line in elilo.conf:
Code:append="resume=/dev/sda5"Where sda5 is my swap partition
then I typed Code:# pm-hibernate and everything worked fine, it loaded where I was working.
The problem was when I did Code:# rebootNow my laptop is in Kernel Panic.
I forced a reset but the problem continues
What I can do now?
Notes: I cannot access my laptop files right now since it is in kernel panic, but I remember in elilo.conf a line before I added (to load at swap partiton) like this:
Code:append="root=/dev/sda4"


Following the instructions from https://docs.slackware.com/howtos:sl...in:hibernation, since I have elilo, I added the following line in elilo.conf:
Code:append="resume=/dev/sda5"Where sda5 is my swap partition
then I typed Code:# pm-hibernate and everything worked fine, it loaded where I was working.
The problem was when I did Code:# rebootNow my laptop is in Kernel Panic.
I forced a reset but the problem continues
What I can do now?
Notes: I cannot access my laptop files right now since it is in kernel panic, but I remember in elilo.conf a line before I added (to load at swap partiton) like this:
Code:append="root=/dev/sda4"