|
内核编译之后,写了grub.conf文件,但是启动的时候出现如下错误:
cann't mount root fs to the unknown block(8,6)
下面是我的grub.conf文件,请大家指点
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0)
root=(hd0,1)
kernel /vmlinuz-2.6.0 #ro root=LABEL=/
initrd /initrd-2.6.0.img
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img |
|