[问题]双硬盘安装双系统问题,求助!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
aspirin001
帖子: 46
注册时间: 2008-03-13 17:00

[问题]双硬盘安装双系统问题,求助!

#1

帖子 aspirin001 » 2008-03-13 17:13

我硬盘的分区,第一块SATA 上面装windows xp
分区表 hd1,0 FAT32 C
hd1,1 Ex
hd1,4 NTFS D:

第二块 IDE 装ubuntu7.10
hd0,0 Ex
hd0,1 NTFS E
hd0,4 NTFS F
第二块盘的剩余空间装的是ubuntu
grub 如下 ,现在问题是windows启动不了 ubuntu正常
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=34ac9867-c5ce-4927-96ea-1afe388e803f ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=34ac9867-c5ce-4927-96ea-1afe388e803f ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd1,2)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
特请教高手!
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#2

帖子 leeaman » 2008-03-13 17:34

没看出来问题,是不是你的xp坏了?
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
aspirin001
帖子: 46
注册时间: 2008-03-13 17:00

#3

帖子 aspirin001 » 2008-03-13 17:53

grub回复信息是:
磁盘类型uknown
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#4

帖子 leeaman » 2008-03-13 18:01

先改sata硬盘启动,如果可以启动xp的话,可能是sata硬盘的模式问题?我也不确定,试试在bios里面换一种模式看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
aspirin001
帖子: 46
注册时间: 2008-03-13 17:00

#5

帖子 aspirin001 » 2008-03-13 19:04

改变硬盘启动顺序 XP启动 但UBUNTU不能启动 改硬盘模式也不行 到底怎样办才能实现双启动,高手请指教!
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#6

帖子 BigSnake.NET » 2008-03-13 19:06

map (hd0) (hd1)
map (hd1) (hd0)

我觉得这句有问题
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#7

帖子 leeaman » 2008-03-13 19:09

这个...,我也没有好办法,如果你的主板支持开机长按esc之类可以选择启动设备的话,用这个吧 :oops:
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
helai
帖子: 216
注册时间: 2007-01-28 21:27

#8

帖子 helai » 2008-03-13 20:36

我的是两块IDE,供参考!

title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /vmlinuz-2.6.22-14-generic root=UUID=c6b5c003-0b20-440d-92e6-17d10340a513 ro quiet splash vga=792
initrd /initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.22-14-generic root=UUID=c6b5c003-0b20-440d-92e6-17d10340a513 ro single
initrd /initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd0,0)
kernel /memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Microsoft Windows XP Program
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
aspirin001
帖子: 46
注册时间: 2008-03-13 17:00

#9

帖子 aspirin001 » 2008-03-13 21:15

问题已经解决,按如下设置grub
map (hd0) (hd1)
map (hd1) (hd0)

title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=34ac9867-c5ce-4927-96ea-1afe388e803f ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=34ac9867-c5ce-4927-96ea-1afe388e803f ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd1,2)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
rootnoverify (hd0,0)
makeactive
chainloader +1
1ir06n
帖子: 3
注册时间: 2008-03-14 8:54

#10

帖子 1ir06n » 2008-03-14 9:00

不清楚,我的也是两块SATA硬盘。
第一块,分4个区。
第二块,不分区。
我是先装XP的。装在C盘。
然后,将Ubuntu7.10装在第一块的空出的10G里面……
装完。没事。
回复