|
|
我今天在dos下进入分区魔术师(只是进入去看而已,并无操作),出来以后就无法引导linux了,我进入windows用winGrub在MBR安装了引导程序,menu.lst的代码如下:
timeout 100
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
title Linux_fc6
root (hd0,8)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 root=/dev/hda9 ro
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title WindowsXP
root (hd0,0)
chainloader +1
重启后,屏幕显示 Filesystem type nukown,partition type 0x82
而且屏幕很花,无法进入linux,但可以进入windows,不知何故,望高人指点!!感激啊! |
|