- 論壇徽章:
- 0
|
升級(jí)2.6內(nèi)核的經(jīng)驗(yàn)與心得
我現(xiàn)在進(jìn)都進(jìn)不去如下:
#boot=/dev/sda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.6.0)
root (hd0,0)
kernel /vmlinuz-2.6.0 ro rooy=/dev/sda1
initrd /initrd-2.6.0.img
title Red Hat Linux (2.4.20-
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
以上是我的grub.conf文件的內(nèi)容,
起動(dòng)時(shí)提示如下就進(jìn)不去了:
VFS:cannot open root device "<NULL>;" or unknown-block(8,2)
please append a correct "root=" boot option
kernal panic : VFS: Unable to mount root fs on unknown-block(8,2) |
|