CyberKeeda In Social Media

Linux kernel Panic error !!! FIX



Kernel panic occurred when linux kernel can not communicate
with any hardware or any OS related file.

There are many ways to fix it , depending upon the error along with the kernel panic error comes with.
Sometimes it get fixed even after making selinux disabled in rescue mode.

If you get the error while loading grub then login to rescue mode and open grub.conf which reside in /boot/grub/grub.conf and make the entry given below!

default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.18-53.el5)
root (hd0,0)
kernel /vmlinuz-<version> ro root=<root mount drive
ie. /dev/hda2> rhgb quiet
initrd /initrd-<version.img>

you can check your root mount drive by e2label utility!
#e2label /dev/sdan , where n is the no of your partition.

No comments:

Post a Comment

Designed By Jackuna