Mint 7 双引导问题请教~!

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Mint 7 双引导问题请教~!

#1

帖子 vacuumboby » 2009-07-29 16:47

小弟早上安装了Mint 7
一切都正常。唯独Windows进不去了。。不知道为什么。按照网上搜索的方法去试过问题依旧。。fdisk /mbr还是不能引导Windows .
现将小弟的磁盘分区和引导文件传上来让大家帮小弟分析一下。应该如何设置。。 以下为GRUB文件夹中menu.lst中的内容,麻烦大家了。。。
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-legacy-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 change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0

## Graphical boot menu location
gfxmenu=/boot/gfxmenu/linuxmint.message

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

# 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=/dev/sda4 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,3)

## 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=(single-user) 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

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect

## 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 Linux Mint 7 Gloria, kernel 2.6.28-11-generic
root (hd0,3)
kernel /boot/vmlinuz-2.6.28-11-generic root=/dev/sda4 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet

title Linux Mint 7 Gloria, kernel 2.6.28-11-generic (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.28-11-generic root=/dev/sda4 ro single
initrd /boot/initrd.img-2.6.28-11-generic

title Linux Mint 7 Gloria, memtest86+
root (hd0,3)
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)
savedefault
chainloader +1
附件
Screenshot-Terminal.png
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#2

帖子 smallapple » 2009-07-29 16:56

什么错误提示?
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#3

帖子 vacuumboby » 2009-07-30 10:39

没有提示。就是重复的出现启动多选菜单。。只可以选择进入Linux系统。。WIN进不了~!
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#4

帖子 smallapple » 2009-07-30 10:44

选择windows进入之后出现什么画面?
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#5

帖子 vacuumboby » 2009-07-30 11:00

smallapple 写了:选择windows进入之后出现什么画面?

我现在是进不了Windows哪里有什么画面。。。有时候出现错误11的提示。我现在是想把Mint删除都不行。。Fdisk /mbr根本没有用。。。太郁闷。。。
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#6

帖子 smallapple » 2009-07-30 11:07

选择菜单最后一个
microsoft windows xp professional
应该会有出错有画面吧?
出错信息讲一下,不然无法判断
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#7

帖子 vacuumboby » 2009-07-30 11:13

smallapple 写了:选择菜单最后一个
microsoft windows xp professional
应该会有出错有画面吧?
出错信息讲一下,不然无法判断

我不知道如何跟你说了。。。你有没有看明白我的第一个贴子。。。我选了进不去。。。。按你的要求选择这个选项。。又跳回开始的多项启动菜单了。。。重复如此。。后来将rootnoverify (hd0,0)里面改为(hd0,1)后。再启动就一直卡在Starting......就不动了。。一直如此。。。。要什么错误提示?没有错误的提示如何提供??我现在想删掉都删不掉。。。太郁闷了。什么发行版。。。
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#8

帖子 smallapple » 2009-07-30 11:20

1. 你第一个贴子讲的不够清楚。
2.
我选了进不去。。。。按你的要求选择这个选项。。又跳回开始的多项启动菜单了。。。重复如此
这句才是关键,你应该一开始就提出来的。

先挂载windwos的C盘(sda1),把C盘下的boot.ini看下
还有有问下,安装进时grub选择装 (hd0)还是(hd0,0)?
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#9

帖子 vacuumboby » 2009-07-30 11:33

smallapple 写了:1. 你第一个贴子讲的不够清楚。
2.
我选了进不去。。。。按你的要求选择这个选项。。又跳回开始的多项启动菜单了。。。重复如此
这句才是关键,你应该一开始就提出来的。

先挂载windwos的C盘(sda1),把C盘下的boot.ini看下
还有有问下,安装进时grub选择装 (hd0)还是(hd0,0)?

最后一句不太理解。。。。如何查看是(hd0)&(hd0,0)??
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#10

帖子 vacuumboby » 2009-07-30 11:39

sd1挂载不了。。提示错误。。。

不知道是不是我挂载操作有误?
mount -t ntfs /dev/sd1 /mnt

说什么参数错误。。我原来安装别的版本挂机NTFS分区就是这样。难不成这个版本不同??
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#11

帖子 smallapple » 2009-07-30 11:50

sudo mount -t ntfs /dev/sda1 /mnt
不是sd1
(hd0)或(hd0,0)是看在安装最后一步有没有选择
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#12

帖子 vacuumboby » 2009-07-30 11:55

smallapple 写了:sudo mount -t ntfs /dev/sda1 /mnt
不是sd1
(hd0)或(hd0,0)是看在安装最后一步有没有选择

上面输入的是笔误。。。

下面的那个我在安装的时候没有看到啊。。我现在想把这个系统删掉。如何弄啊??我怀疑是不是把我的C盘给弄没了。。晕。。。。其它的扩展分区可以右键挂载。就C盘不行。。。
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#13

帖子 smallapple » 2009-07-30 12:09

C盘第一扇区可能被破坏了。

要删除MINT,可以用XP启动盘启动后,选择修复系统,在命令行下输入
fixmbr
然后进入C盘,dir下看是不是系统盘,是的话 用
fixboot C:
修复C盘启动扇区,如果不能看到系统C盘,只能重装XP了。
头像
vacuumboby
帖子: 130
注册时间: 2005-06-13 21:19
来自: 湖南

Re: Mint 7 双引导问题请教~!

#14

帖子 vacuumboby » 2009-07-30 12:12

smallapple 写了:C盘第一扇区可能被破坏了。

要删除MINT,可以用XP启动盘启动后,选择修复系统,在命令行下输入
fixmbr
然后进入C盘,dir下看是不是系统盘,是的话 用
fixboot C:
修复C盘启动扇区,如果不能看到系统C盘,只能重装XP了。


天啊。。删除还这么麻烦。。别的发行版直接fdisk /mbr 就搞定了。。。
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: Mint 7 双引导问题请教~!

#15

帖子 smallapple » 2009-07-30 12:20

fdisk /mbr是在DOS操作不确定你的硬盘否支持。如果以前用过的话就可以用 fdisk /mbr

另外你的C盘启动扇区给破坏了,要修复 可以用XP光盘修复,或重装xp,或用GHOST恢复XP也行。
回复