Data-Z 发表于 2004-10-25 11:58:58

请详细说明一下装了FC2,为什么不能启动win2000?

装了FC2,为什么不能启动winxp?
加上
root noverify(hd0,0)
makeactive
chainloader +1

这段要加在什么地方,怎么加呀?

fox_eagle2003 发表于 2004-10-25 12:34:35

/boot/grub/grub.conf文件的最末尾。

Data-Z 发表于 2004-10-25 14:21:54

/boot/grub/grub.conf文件的最末尾。

末尾有两行
        rootnoverify (hd0,0)
        chainloader +1
要不要删掉?

voletian 发表于 2004-10-25 14:22:54

随便什么地方, 但是一定要有title

Data-Z 发表于 2004-10-25 14:38:38

随便什么地方, 但是一定要有title
不明,什么意思?

还有就是,我把末尾两行删掉,该成
root noverify(hd0,0)
makeactive
chainloader +1
但是启动时出现错误提示
Error 11:Unrecognized device string
这要怎么办??

忘记说了,我不是XP,是Win2000

fox_eagle2003 发表于 2004-10-25 15:07:48

# 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-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'.         
default                5

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

# 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 optons 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 specifiv 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=root=/dev/hda7 ro

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

## 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

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) 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

## ## End Default Options ##

title                Debian GNU/Linux, kernel 2.6.8-1-686
root                (hd0,6)
kernel                /boot/vmlinuz-2.6.8-1-686 root=/dev/hda7 ro
initrd                /boot/initrd.img-2.6.8-1-686
savedefault
boot

title                Debian GNU/Linux, kernel 2.6.8-1-686 (recovery mode)
root                (hd0,6)
kernel                /boot/vmlinuz-2.6.8-1-686 root=/dev/hda7 ro single
initrd                /boot/initrd.img-2.6.8-1-686
savedefault
boot

title                Debian GNU/Linux, kernel 2.6.8-1-386
root                (hd0,6)
kernel                /boot/vmlinuz-2.6.8-1-386 root=/dev/hda7 ro
initrd                /boot/initrd.img-2.6.8-1-386
savedefault
boot

title                Debian GNU/Linux, kernel 2.6.8-1-386 (recovery mode)
root                (hd0,6)
kernel                /boot/vmlinuz-2.6.8-1-386 root=/dev/hda7 ro single
initrd                /boot/initrd.img-2.6.8-1-386
savedefault
boot

### 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/hda1
title                Windows 95/98/Me
root                (hd0,0)
savedefault
makeactive
chainloader        +1




大概就是这样的。

fox_eagle2003 发表于 2004-10-25 15:17:22


title Windows 95/98/Me
root (hd0,0)
savedefault
makeactive
chainloader +1

看见了吗,这是最重要的,当然这是我的hiweed debian,双系统,五个菜单,可以图形登陆,也可以文字登陆,最末的就是windows me的菜单,我说这是因为希望你别把这个履盖了自己原来的菜单,否则两个系统都进不了。

Data-Z 发表于 2004-10-25 15:47:29


title Windows 95/98/Me
root (hd0,0)
savedefault
makeactive
chainloader +1

看见了吗,这是最重要的,当然这是我的hiweed debian,双系统,五个菜单,可以图形登陆,也可以文字登陆,最末的就是windows me的菜单,我说这是因为希望你别把这个履盖了自己原来的菜单,否则两个系统都进不了。

这是我的grud.conf

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You have a /boot partition.This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,6)
#          kernel /vmlinuz-version ro root=/dev/hda9
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Fedora Core 2 Linux (2.6.5-1.358)
        root (hd0,6)
        kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.5-1.358.img
title Microsoft Windows 2000
        root (hd0,0)
      savedefault
      makeactive
      chainloader +1

起动时提示
Filesystem type unknown partition type 0x7
如果把最后四行改成
        root noverify(hd0,0)
      makeactive
      chainloader +1
起动时又会说
Error 11:unrecognized device string

这是怎么搞的?怎么就是启动不了2000了呢?

linky_fan 发表于 2004-10-25 16:33:00


root noverify(hd0,0)

root noverify (hd0,0) ,中间有空格的

Data-Z 发表于 2004-10-26 10:13:27


root noverify (hd0,0) ,中间有空格的

即使改为
root noverify (hd0,0)
makeactive
chainloader +1
起动时还是会说
Error 11:unrecognized device string

是不是因为装Win2000的C盘是NTFS的原故呢?

fox_eagle2003 发表于 2004-10-26 11:24:47

错误11:未定义的设备字符串
应该不会是NTFS格式的问题,因为其它朋友的机子还没有出现这这样的事情,你试试重新安装GRUB看看。具体的用
常见问题   搜索   团队   个人资料   您没有新的站内信件
中的”搜索“^功能搜索一下有关grub的贴子。

linky_fan 发表于 2004-10-27 21:11:03

grub装哪里的?

terryhelium 发表于 2004-10-27 21:22:39

不是说改一下硬盘模式就好了?
页: [1]
查看完整版本: 请详细说明一下装了FC2,为什么不能启动win2000?