免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 8698 | 回复: 10
打印 上一主题 下一主题

[互操作系统] XP和LINUX双系统,无法进入XP,求救中 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-01-08 18:30 |只看该作者 |倒序浏览
我在XP下安装了双系统,结果XP就进不去了,我是用PM分区之后光盘安装的UBUNTU8.10,结果选择XP时,就不断地重新回到操作系统选择界面,根本无法进入XP系统,搞得快崩溃了,各位高手指点一下啊,多谢了


sudo fdisk -l信息如下:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x81ec81ec

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3824    30716248+   c  W95 FAT32 (LBA)
/dev/sda2            3825       14593    86501992+   f  W95 Ext'd (LBA)
/dev/sda5            3825        5446    13028683+   b  W95 FAT32
/dev/sda6            5447        5510      514048+  82  Linux swap / Solaris
/dev/sda7            5511        6754     9992398+  83  Linux
/dev/sda8            7997       11473    27928971    b  W95 FAT32
/dev/sda9           11474       14070    20860371    b  W95 FAT32
/dev/sda10          14071       14593     4200966   83  Linux
/dev/sda11           6755        7996     9976333+  83  Linux


menu.lst信息如下:

# menu.lst - See: grub(, info grub, update-grub(
#            grub-install(, grub-floppy(,
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default                0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout                10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title                Windows 95/98/NT/2000
# root                (hd0,0)
# makeactive
# chainloader        +1
#
# title                Linux
# root                (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=fdd1a80d-e04a-4a72-9670-1ff67d97bd0e ro locale=zh_CN

## default grub root device
## e.g. groot=(hd0,0)
# groot=fdd1a80d-e04a-4a72-9670-1ff67d97bd0e

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title                Ubuntu 8.10, kernel 2.6.27-7-generic
uuid                fdd1a80d-e04a-4a72-9670-1ff67d97bd0e
kernel                /boot/vmlinuz-2.6.27-7-generic root=UUID=fdd1a80d-e04a-4a72-9670-1ff67d97bd0e ro locale=zh_CN quiet splash
initrd                /boot/initrd.img-2.6.27-7-generic
quiet

title                Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid                fdd1a80d-e04a-4a72-9670-1ff67d97bd0e
kernel                /boot/vmlinuz-2.6.27-7-generic root=UUID=fdd1a80d-e04a-4a72-9670-1ff67d97bd0e ro locale=zh_CN  single
initrd                /boot/initrd.img-2.6.27-7-generic

title                Ubuntu 8.10, memtest86+
uuid                fdd1a80d-e04a-4a72-9670-1ff67d97bd0e
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                (hd0,0)
savedefault
makeactive
chainloader        +1



望高人予以指点,我已经自己弄了一天,都没有成果,xp还是在选择进入之后立即又重新启动,汗颜中ing,希望能够尽快解决,感激不尽!

论坛徽章:
2
IT运维版块每日发帖之星
日期:2015-10-05 06:20:00操作系统版块每日发帖之星
日期:2015-10-05 06:20:00
2 [报告]
发表于 2009-01-11 12:59 |只看该作者
以下方法来自于

kookc 的 blog:重装win而不改变ubuntu的引导

http://kookc.blog.sohu.com/72190446.html


由于感觉到将grub装到mbr影响了我的电脑的启动速度,主要是主板自检吧!
出现logo好慢。
今天将mbr拷贝了出来,然后fdisk /mbr(M$ dos)按照M$的标准修复了mbr
启动快了
然后用会nt的引导,又没破坏linux的引导!
重装系统也好恢复了!

下面的操作步骤!
首先起确认你的grub正常,并能启动linux
然后启动到linux (Ubuntu)
如果你的是IDE硬盘 (谢谢sun391补充)
代码:
sudo dd if=/dev/hda of=/media/linux.lnx bs=512 count=1

如果你硬盘的被识别为sda
代码:
sudo dd if=/dev/sda of=/media/linux.lnx bs=512 count=1

题外话:如果没有bs=512 count=1的话,dd好像跟ghost一样,不知道是不是哦,高手赐教  kookc
然后你可以到/media找到linux.lnx这个文件
将它cp到你的win根目录,例如是C:\,而且我建议你对这个文件做多个备份!

然后重启到win

进入后确认你的系统根目有linux.lnx这个文件
然后修改boot.ini
boot.ini请在win 下修改,因为编码不同! 大侠除外  kookc


它可能隐藏和只读
然后在后面加入
如果有
代码:
time=0

请将0更改!如time=5
代码:
C:\linux.lnx="linux"


保存

然后你就可以reboot看效果了
nt的引导菜单会出现linux这一项,选择后好像又会到grub的菜单了
事实上它只是读了linux.lnx
上面这个确认能进入linux后你就可以选者性的对mbr做M$的恢复了
win9x的引导盘是
代码:
fdisk /mbr

而nt就是用安装光盘或别的方法进入修复控制台

然后
代码:
fixmbr

这样你的mbr 就跟只装win的一样了!


如果你对win重装了只要做

拷尼备份的linux.lnx到win的根目录
并修改boot.ini (修改在前面已经有了)

论坛徽章:
0
3 [报告]
发表于 2009-01-12 10:53 |只看该作者
不懂~~

论坛徽章:
0
4 [报告]
发表于 2009-01-18 11:06 |只看该作者
双硬盘?
title                Microsoft Windows XP Professional
map (hd0) (hd1)
map (hd1) (hd0)
root  (hd0,0)
savedefault
makeactive
chainloader        +1

论坛徽章:
0
5 [报告]
发表于 2009-05-15 21:43 |只看该作者
title winxp
        rootnoverify (hd0,0)  第2个0表示XP所在的分区
        chainloader +1

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
6 [报告]
发表于 2009-12-17 15:46 |只看该作者
LZ是怎么安装顺序安装的呢。

论坛徽章:
1
水瓶座
日期:2014-11-05 09:30:30
7 [报告]
发表于 2012-05-18 15:33 |只看该作者
很简单,进PE,然后用个启动修复软件,修复一下就可以了

论坛徽章:
13
15-16赛季CBA联赛之同曦
日期:2016-01-28 19:52:032015亚冠之北京国安
日期:2015-10-07 14:28:19NBA常规赛纪念章
日期:2015-05-04 22:32:03处女座
日期:2015-01-15 19:45:44卯兔
日期:2014-10-28 16:17:14白羊座
日期:2014-05-24 15:10:46寅虎
日期:2014-05-10 09:50:35白羊座
日期:2014-03-12 20:52:17午马
日期:2014-03-01 08:37:27射手座
日期:2014-02-19 19:26:54子鼠
日期:2013-11-30 09:03:56狮子座
日期:2013-09-08 08:37:52
8 [报告]
发表于 2012-05-19 12:47 |只看该作者
如果可以的话,重新安装一次 ubuntu就行了

论坛徽章:
0
9 [报告]
发表于 2012-05-24 13:01 |只看该作者
不管是几个系统,只要其中一个是Win,那就老实点,用Win的引导器吧,把其他系统的引导安装在各自的分区的引导记录上,不要装在MBR上,然后dd出来。
或者干脆用grub4dos的grldr.mbr来引导,各非Win系统也就不要装各自的引导器了。
总之一句话,有Win在,惹不起总躲得起啊!

论坛徽章:
0
10 [报告]
发表于 2012-06-28 10:47 |只看该作者
和楼上某人一样,推荐用rootnoverify试一下。

不过,双系统的时候,以我的经验,如果有Windows存在,你最好是把引导交给Windows。
GRUB之类的Linux引导器不要装在MBR上,而是装在Linux的/boot的所在区的引导上,然后用dd导出成文件

大概是这样写的,很久不用,可能有错:
dd if=/dev/sdX of=/dev/sdY/mbr.bin bs=512 count=1

然后把mbr.bin放到Windows所在盘(一般是C:)的根目录下,然后用Windows的引导器去引导这个mbr.bin
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP