i recompiled the fc5 kernel according <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.brandonhutchinson.com/Recompiling_the_Fedora_Core_kernel.html" target="_blank">http://www.brandonhutchinson.com/Recompiling_the_Fedora_Core_kernel.html 
</a><br>   but when i rebooted the system, it warned 'cann't find '/' : No such<br>   directory'!<br>   but the setting of the new kernel in grub.conf is the same with the old<br>   one,and the old one can boot well.<br>   can you tell me how can i do?
<br><br>[root@localhost boot]# ls -l<br>\total 6756<br>-rw-r--r-- 1 root root   63847 Mar 15  2006 config-2.6.15-1.2054_FC5smp<br>drwxr-xr-x 2 root root    4096 Oct  7 00:50 grub<br>-rw-r--r-- 1 root root 1024167 Aug 16 21:23 
initrd-2.6.15-1.2054_FC5smp.img<br>-rw-r--r-- 1 root root  836452 Oct  6 23:46 initrd-2.6.15-oss.img<br>-rw-r--r-- 1 root root   94600 Feb  8  2006 memtest86+-1.65<br>lrwxrwxrwx 1 root root      21 Oct  6 23:46 System.map
 -> System.map-2.6.15-oss<br>-rw-r--r-- 1 root root  831559 Mar 15  2006 System.map-2.6.15-1.2054_FC5smp<br>-rw-r--r-- 1 root root  831559 Oct  6 23:46 System.map-2.6.15-oss<br>lrwxrwxrwx 1 root root      18 Oct  6 23:46 vmlinuz -> 
vmlinuz-2.6.15-oss<br>-rw-r--r-- 1 root root 1564844 Mar 15  2006 vmlinuz-2.6.15-1.2054_FC5smp<br>-rw-r--r-- 1 root root 1564344 Oct  6 23:46 vmlinuz-2.6.15-oss<br><br>[root@localhost grub]# cat grub.conf<br># grub.conf generated by anaconda 
<br>#<br># Note that you do not have to rerun grub after making changes to this file<br># NOTICE:  You do not have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /, eg.<br>#          root (hd0,7) 
<br>#          kernel /boot/vmlinuz-version ro root=/dev/sda8<br>#          initrd /boot/initrd-version.img<br>#boot=/dev/sda<br>default=2<br>timeout=5<br>splashimage=(hd0,7)/boot/grub/splash.xpm.gz<br>hiddenmenu<br>title Fedora Core ( 
2.6.15-oss)<br>        root (hd0,7)<br>        kernel /boot/vmlinuz-2.6.15-oss ro root=LABEL=/ rhgb quiet<span></span> <br>        initrd /boot/initrd-2.6.15-oss.img<br>title Fedora Core (2.6.15-1.2054_FC5smp)<br>        root (hd0,7)
<br>        kernel /boot/vmlinuz-2.6.15-1.2054_FC5smp ro root=LABEL=/ rhgb quiet<br>        initrd /boot/initrd-2.6.15-1.2054_FC5smp.img<br>title Windows Xp<br>        rootnoverify (hd0,0)<br>        chainloader +1<br>