hi all.<br>
recompiled kernel and named it to vmlinuz_mehmet.<br>
when when booting from newly created kernel i got a kernel panic error which says root LABEL cannot be opened or read.<br>
below u can see the grub.conf /*normal and newly created ones*/.<br>
<br>
title Fedora Core (2.4.22-1.2115.nptlsmp)<br>
        root (hd0,1)<br>
        kernel /boot/vmlinuz-2.4.22-1.2115.nptlsmp ro root=LABEL=/ hdc=ide-scsi rhgb<br>
        initrd /boot/initrd-2.4.22-1.2115.nptlsmp.img<br>
title Fedora Core-up (2.4.22-1.2115.nptl)<br>
        root (hd0,1)<br>
        kernel /boot/vmlinuz_mehmet <span style="font-weight: bold;">ro root=LABEL=/ hdc=ide-scsi rhgb <br>
</span>what should i write or change the bold part (starting from ro ...) ?<br>
any suggestion ?<br>