LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 936|回复: 9

我装完SUSE 10后, 原来的Windows 2003启动不了, 5555

[复制链接]
发表于 2006-12-8 15:05:18 | 显示全部楼层 |阅读模式
我装完SUSE 10后, 原来的Windows 2003 X64启动不了, 5555
现在SUSE10能正常启动,  /sbin/fisk -l能够看到各个分区.
4个硬盘做的RAID0, IBM Xseris346

Disk /dev/sda: 587.2 GB, 587257085952 bytes
128 heads, 32 sectors/track, 280026 cylinders
Units = cylinders of 4096 * 512 = 2097152 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        5000    10239984    7  HPFS/NTFS
/dev/sda2            5001      280025   563251200    f  W95 Ext'd (LBA)
/dev/sda5            5001       45001    81922032    7  HPFS/NTFS
/dev/sda6           45002       65002    40962032    7  HPFS/NTFS
/dev/sda7           65003      124503   121858032    7  HPFS/NTFS
/dev/sda8          124504      125527     2097136   82  Linux swap / Solaris
/dev/sda9          125528      280025   316411888   83  Linux

SUSE安装在/dev/sda9, Windows安装在/dev/sda1
现在通过启动菜单进不了Windows, 但能够进SUSE 10, 在SUSE 10下也可以看到/dev/sda1的文件.

我通过YaST重新装grub也没有用, 怎么处理, 谢谢.
发表于 2006-12-8 15:38:27 | 显示全部楼层
把你的menu.lst贴出来
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-8 16:13:32 | 显示全部楼层
# Modified by YaST2. Last modification on Fri Dec  8 14:02:29 EST 2006
color white/blue black/light-gray
default
timeout 8
gfxmenu (hd0,8)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 10
    root (hd0,8)
    kernel /boot/vmlinuz root=/dev/sda9 vga=0x31a resume=/dev/sda8  splash=silent showopts
    initrd /boot/initrd

###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: floppy###
title Floppy
    chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Server 10
    root (hd0,8)
    kernel /boot/vmlinuz root=/dev/sda9 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3
    initrd /boot/initrd
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-8 16:17:02 | 显示全部楼层
# Modified by YaST2. Last modification on Fri Dec  8 14:02:29 EST 2006
color white/blue black/light-gray
default
timeout 8
gfxmenu (hd0,8)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 10
    root (hd0,8)
    kernel /boot/vmlinuz root=/dev/sda9 vga=0x31a resume=/dev/sda8  splash=silent showopts
    initrd /boot/initrd

###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: floppy###
title Floppy
    chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Server 10
    root (hd0,8)
    kernel /boot/vmlinuz root=/dev/sda9 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3
    initrd /boot/initrd
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-8 16:27:48 | 显示全部楼层
SUSE能够正常启动, 但启动不了Windows X64.
安装SUSE之前, Windows X64能够正常启动.
回复 支持 反对

使用道具 举报

发表于 2006-12-10 22:16:08 | 显示全部楼层
grub看来是正常安装了, 配置文件很正统, 会不会是你的windows不在 0,0分区?

最糟糕的方法, 用win的光盘启动后, 恢复mbr, 启动后记下参数。 然后用suse的rescue重新安装grub
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-11 16:10:44 | 显示全部楼层
问题已经解决了, 将chainloader (hd0,0)+1改为chainloader (/dev/hda)+1就可以了.

GRUB无法区分sda和hda, 是SUSE 10.x的BUG.

4个硬盘做的RAID0, IBM Xseris346, 不应该有hda的.
device.map也没有hda标识.
回复 支持 反对

使用道具 举报

发表于 2006-12-11 16:20:17 | 显示全部楼层
是不是能用光盘启动
进入FAT32或者NTFS分区去看看
然后修改一下配置文件阿?
回复 支持 反对

使用道具 举报

发表于 2006-12-11 16:32:07 | 显示全部楼层
Post by littlestar
问题已经解决了, 将chainloader (hd0,0)+1改为chainloader (/dev/hda)+1就可以了.

GRUB无法区分sda和hda, 是SUSE 10.x的BUG.

4个硬盘做的RAID0, IBM Xseris346, 不应该有hda的.
device.map也没有hda标识.



??
这也行啊?

在grub 那里,所有的硬盘都被当作hd,不会有sd 的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-12-11 17:04:56 | 显示全部楼层
看顶楼描述, SUSE 10 X64能正常启动, 我在SUSE 10 X64下用VI改配置文件, 重启就可以了.

肯定是SUSE 10.X的BUG, Win2003 X64/ Redhat AS4 X64双系统也是这么装的, 就没出现问题.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表