|
想請教各位大大:
我現有的 /boot/grub/menu.lst 內容如下:
default=1
timeout=3
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,7)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /boot/initrd-2.4.18-14.img
title DOS
rootnoverify (hd0,0)
chainloader +1
title lfs kernel (2.4.20)
root (hd0,8)
kernel /boot/lfskernel root=/dev/hda9
原?淼南到y在 /dev/hda8
lfs 新系統在 /dev/hda9
我在開機時進行了 grub 的 command 模式
用如下的指令
root (hd0,7)
kernel /boot/vmlinuz-2.4.18-14 ro root=/dev/hda9
boot
可以進入原系統,但我再試如下
root (hd0,8)
kernel /boot/lfskernel root=/dev/hda9
boot
就停在那裏不能動了
我在 grub 的選單上是可以進入 lfs 的系統但一用 grub command 介面打上面的指令就死掉了,
那位大大可以指教一下,感激的說 ^^ |
|