红联Linux门户
Linux帮助

求教引导问题

发布时间:2008-06-18 09:25:29来源:红联作者:dxf_lili
我装了VISTA系统后再装红旗LINUX 6.0,重启后有两个选择项:一个是进入LINUX系统的,一个是THE OTHER,可是选择THE OTHER进不了VISTA系统,似乎进入死循环,请高手指点如何在LINUX下引导VISTA,谢谢!
以下是menu.lst文件的内容:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,6)
# kernel /boot/vmlinuz-version ro root=/dev/hda7
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=5
gfxmenu (hd0,6)/boot/message
title RedFlag (2.6.22.6-1)
root (hd0,6)
kernel /boot/vmlinuz-2.6.22.6-1 ro root=LABEL=/ vga=788 splash=silent
initrd /boot/initrd-2.6.22.6-1.img
the other
文章评论

共有 2 条评论

  1. deepwhite 于 2008-06-19 12:37:26发表:

    晕。
    你的The Other 那个引导项里面没有东西……。
    在后面加上这么几句。

    title Windows Vista
    root (hd0,0)
    makeactive
    chainloader +1

    其中的(hd0,0)改成对应的C盘(Vista所在盘),重启时候选择Windows Vista就应该可以了。

  2. rainbowrong 于 2008-06-18 09:57:48发表:

    我也被引导搞得晕头转向的