|
我是在VMware下装的,建了两个虚拟硬盘,第一块中装的是RH9,在第二块中装的LFS
是按照SCSI模式挂载的硬盘,我的/boot/grub.menu.lst文件如下:
# Begin /boot/grub/menu.lst
# By default boot the first menu entry.
default 0
# Allow 10 seconds before booting the default
timeout 10
# Use prettier colors.
color green/black hight-green/black
# The first entry is for LFS.
title LFS 5.0
root(hd1, 0)
kernel /boot/lfskernel root=/dev/sdb1 ro
title Red Hat Linux
root (hd0,0)
kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/sda1
initrd /boot/initrd-2.4.20-8.img
启动FLS的时候提示找不到/dev/sdb1设备,有什么办法解决啊? |
|