|
|

楼主 |
发表于 2006-11-8 10:28:56
|
显示全部楼层
兄弟的意思是,我没有设置好root=/dev/sda1?
我的系统分区是/-->sda1,swap-->sda2,
现在grub可以启动说明grub的设置没问题。
这是我的menu.lst:
# Begin /boot/grub/menu.lst
# By default boot the first menu entry.
default 0
# Allow 30 seconds before booting the default.
timeout 30
# Use prettier colors.
color green/black light-green/black
# The first entry is for LFS.
title LFS 6.2-3
root (hd0,0)
kernel /boot/lfskernel-2.6.16.27 root=/dev/sda1
EOF |
|