|
|
前两天重装了那个破烂的WinXP,丢掉了Grub,用安装盘修复了一下,Grub菜单是找回来了,可是界面变成了黑白的,而且还是花的,WinXP可以启动,但是Linux无法启动,由于屏幕很花,看不清出错信息,大概意思是找不到分区,可是我查看了grub.conf,参数应该没有问题,请教一下达人们是什么问题。
grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-31.9)
root (hd0,2)
kernel /boot/vmlinuz-2.4.20-31.9 ro root=LABEL=/
initrd /boot/initrd-2.4.20-31.9.img
title Red Hat Linux (2.4.20-8)
root (hd0,2)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1 |
|