LinuxSir.cn,穿越时空的Linuxsir!

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

vista ubuntu 双系统问题

[复制链接]
发表于 2008-6-18 12:18:25 | 显示全部楼层 |阅读模式
我家安装的双系统,一开始在vista家庭高级版下硬盘安装的ubuntu,后来又用ubuntu7.10光盘重装的ubuntu,我就把原来硬盘安装时 c盘的放置的文件删除了(也不记得具体哪些文件),现在开机进vista总是看到进度条转一圈就蓝屏(不到一秒)就重启了。重启之后直接在Grub下选 vista还是蓝屏重启。如果我开机先进ubuntu后重启(是重启不是开机再开机)再进入vista就没事了。我硬盘下安装vista时就是用网上的方法,跟下面的差不多:


1. 下载 grub4dos
2. 将压缩包里面的 grldr 和 grldr.mbr 解压到 C:\ (当然别的地方也可以, 但是注意下面的命令行参数)
3. 在 Vista 命令行下面输入这些命令:

bcdedit /create /d “GRUB4DOS” /application bootsector
命令执行后会返回一个 GUID, 记下来
bcdedit /set {GUID} device partition=C:
bcdedit /set {GUID} path \grldr.mbr
bcdedit /displayorder {GUID} /addlast


这是我的menu.list里面的一部分
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e61fb4d2-6ffc-4e2f-9c18-c84472ef14c0 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 (hd0,5)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e61fb4d2-6ffc-4e2f-9c18-c84472ef14c0 ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd0,5)
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 Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1


这是我的menu.list里面的一部分


蓝屏代码:
a problemhas been detected and windows has been shutdown to prevent damage to your computer.If this is the first time you're seen this stop error screen,restart your computer .If thhis screen appears again,follow these steps:
check for visuses on your computer .Remove any newly installed hard drivers or hard drive controllers .Check your drive to make sure is properly configured and therminated. Run CHDSK /F to check for hard drive corruption, and then restart your computer .
Technical information:
STOP : 0x0000007B (0X80599 BB0,0X C0000034.0X00000000,0X00000000)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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