|
|
系统配置:(注:hdb为CDROM)
机器BIOS中选由第一块硬盘启动,并
在/dev/hda1上配:
cat > /boot/grub/menu.lst << "EOF"
default 0
timeout 10
color green/black light-green/black
title LFS
root (hd0,0)
kernel /boot/kernel root=/dev/hda1
title LFS2
root (hd1,0)
kernel /boot/kernel root=/dev/hdc1
EOF
选第二项LFS2可正常启动。
--------------
机器BIOS中选由第二块硬盘启动,并
在/dev/hdc1上配:
cat > /boot/grub/menu.lst << "EOF"
default 0
timeout 10
color green/black light-green/black
title LFS2
root (hd1,0)
kernel /boot/kernel root=/dev/hdc1
EOF
系统引导提示 grub〉
请教:问题出在哪里了? |
|