|
|
发表于 2005-12-10 17:33:44
|
显示全部楼层
恩,那看来是grub.conf的问题。
我的供参考,好像基本就是默认值拷贝过来改改设备就可以了。
timeout 30
# By default, boot the first entry.
default 1
splashimage=(hd1,1)/boot/grub/splash.xpm.gz
# Fallback to the second entry.
fallback 1
title Gentoo Linux 2.6.14
root (hd1,1)
#kernel /boot/kernel-2.6.14 root=/dev/sda2 vga=0x31b
kernel /boot/kernel-2.6.14 root=/dev/sda2
# For booting Windows NT or Windows95
title Windows XP Professional
rootnoverify (hd0,0)
makeactive |
|