红联Linux门户
Linux帮助

如何进入WINDOWS?

发布时间:2009-02-21 14:18:06来源:红联作者:dubowen91
[i=s] 本帖最后由 dubowen91 于 2009-2-28 01:14 编辑 [/i]

我昨天安装完了Ubuntu以后,无论如何也进不去WINDOWS了?
请问怎样才能够进入Windows?谢谢!

补充一下:
我在按了ESC以后,却是出现了选择的菜单,但是没有WINDOWS的选项……
文章评论

共有 10 条评论

  1. fantasticqhl 于 2009-02-24 11:50:38发表:

    windows 和Linux可以装在一个电脑里吗?电脑一般要是什么样的配置呀?我也想试试,我的电脑主频是1.6GHz,1G内存,集显,不知可不可以?

  2. dubowen91 于 2009-02-22 20:02:32发表:

    请问:还是在这个menu.lst文件里加吗?

  3. zhangzhaoi 于 2009-02-22 19:59:01发表:

    进入Grub
    rootnoverify (hd0,0)
    chainloader +1
    boot
    估计你的widows装在C盘 :-)

  4. dubowen91 于 2009-02-22 19:54:06发表:

    提示是:
    Error 13: Invalid or unsupported executable!
    应该怎么办?我在桌面上还有资料啊……

  5. rtl 于 2009-02-22 12:41:36发表:

    在 /boot/grub/menu.lst 的最後加入[code]
    title Windows
    root (hd0,0)
    chainloader +1
    [/code]

  6. 22551829 于 2009-02-22 12:12:52发表:

    我也向知道!

  7. dubowen91 于 2009-02-22 09:12:49发表:

    # 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'.
    # 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 3

    ## 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=d1572cf4-4b03-46eb-b28e-bd50d0334690 ro

    ## Setup crashdump menu entries
    ## e.g. crashdump=1
    # crashdump=0

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

    ## 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 locale=zh_CN

    ## 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 7.10, kernel 2.6.22-14-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=d1572cf4-4b03-46eb-b28e-bd50d0334690 ro quiet splash locale=zh_CN
    initrd /boot/initrd.img-2.6.22-14-generic
    quiet

    title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=d1572cf4-4b03-46eb-b28e-bd50d0334690 ro single
    initrd /boot/initrd.img-2.6.22-14-generic

    title Ubuntu 7.10, memtest86+
    root (hd0,0)
    kernel /boot/memtest86+.bin
    quiet

    ### END DEBIAN AUTOMAGIC KERNELS LIST

  8. dubowen91 于 2009-02-21 14:42:52发表:

    我的WINDOWS在第一分区的C盘,怎么回复?
    具体的步骤能够讲讲吗?
    我用的是Ubuntu在哪里输入命令?
    谢谢!

  9. skurialtn 于 2009-02-21 14:39:12发表:

    恢复grub

  10. 微宝贝 于 2009-02-21 14:37:12发表:

    不是吧?按说安装linux的时候grub会检测到你还有其他的操作系统,所以会自动添加其启动参数。
    你的windows在那个分区?第一主分区?要是第一主分区的话,在进入linux后编辑/boot/grub/menu.lst
    添加如下内容
    tittle windows
    rootnoverify hd(0,0)
    chainloader +1