发新话题
打印

[求助]GRUB设置问题

[求助]GRUB设置问题

我是两块IDE硬盘
一块80G hde
一块40G hdg 上面没有操作系统
Xp装在hd(0,0)上,SuSE则装在(hd0,7)
bootloader设置为在/dev/hde的主引导记录上
但安装完成后
不能用GRUB进入XP 提示Disk read error
但能正常引导SuSE

但关机拔掉令一块硬盘,即上述的hdg
就可以正常引导Xp
之后再接上那块硬盘也可以正常引导
但只要一进入SUSE 正常重启后就又不能正常引导了
问题依旧

分区情况


menu.lst内容如下

# Modified by YaST2. Last modification on 2006年 11月 21日 星期二 02:38:12 UTC

color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,7)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
root (hd0,7)
kernel /boot/vmlinuz root=/dev/hde8 vga=0x317 resume=/dev/hde7 splash=silent showopts
initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: xen###
title XEN
root (hd0,7)
kernel /boot/xen.gz
module /boot/vmlinuz-xen root=/dev/hde8 vga=0x317 resume=/dev/hde7 splash=silent showopts
module /boot/initrd-xen

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.1
root (hd0,7)
kernel /boot/vmlinuz root=/dev/hde8 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd

###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Memory Test
kernel (hd0,7)/boot/memtest.bin

本文由lei85515 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-5185-1-1.html

TOP

这样试试
title Windows
root (hd0,0)
chainloader (hd0,0)+1

TOP

发新话题