Mehmet Fatih AKBULUT wrote:
hi all.
recompiled kernel and named it to vmlinuz_mehmet.
when when booting from newly created kernel i got a kernel panic error
which says root LABEL cannot be opened or read.
below u can see the grub.conf /*normal and newly created ones*/.
title Fedora Core (2.4.22-1.2115.nptlsmp)
root (hd0,1)
kernel /boot/vmlinuz-2.4.22-1.2115.nptlsmp ro root=LABEL=/
hdc=ide-scsi rhgb
initrd /boot/initrd-2.4.22-1.2115.nptlsmp.img
title Fedora Core-up (2.4.22-1.2115.nptl)
root (hd0,1)
kernel /boot/vmlinuz_mehmet ro root=LABEL=/ hdc=ide-scsi rhgb
what should i write or change the bold part (starting from ro ...) ?
any suggestion ?
Hi,
I've had an experience recompiling my kernel (version 2.6.11) to
activate NTFS support.
When I rebooted my PC, it's got the same errors as yours (kernel
panic). So what I did
was to recompile again, but this time using new version (2.6.14) and
everything worked
perfectly.
Seems to me that there is much more to do than just make (xconfig), make
&& make modules
&& make modules_install (and mkinitrd) whenever you re-compile same
kernel version.
---
EDUARDO A. DELA ROSA