zoukankan      html  css  js  c++  java
  • Grub引导vista

    添加Vista启动项至Grub for DOS:menu.lst中添加以下启动项.
    title Microsoft Windows Vista
    root (hd0,0)
    chainloader /bootmgr


    ## ## End Default Options ##

    title        Ubuntu 8.10, kernel 2.6.27-7-generic
    uuid        a48f2bb1-d10f-4b53-80d1-3d4e97a7e9ff
    kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=a48f2bb1-d10f-4b53-80d1-3d4e97a7e9ff ro quiet splash
    initrd        /boot/initrd.img-2.6.27-7-generic
    quiet

    title        Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
    uuid        a48f2bb1-d10f-4b53-80d1-3d4e97a7e9ff
    kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=a48f2bb1-d10f-4b53-80d1-3d4e97a7e9ff ro  single
    initrd        /boot/initrd.img-2.6.27-7-generic

    title        Ubuntu 8.10, memtest86+
    uuid        a48f2bb1-d10f-4b53-80d1-3d4e97a7e9ff
    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/sda3
    title        Windows Vista/Longhorn (loader)
    root        (hd0,2)
    savedefault
    makeactive
    chainloader    +1
  • 相关阅读:
    嵌入式整体框架——总结
    DSP Bios记忆
    三遥
    usb设备 配置 接口 端点
    ARM, MIPS, Power PC的比较
    STM32 IAP
    FSMC 总结
    BCD码与十进制的相互转换
    读 “cortexM3” 权威指南 小记(一)
    crc校验码的16 32位 查表法 算法记载
  • 原文地址:https://www.cnblogs.com/top5/p/1564858.html
Copyright © 2011-2022 走看看