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
  • 相关阅读:
    css3实现文本渐变
    元组--购物车实战
    js事件冒泡
    openssl生成v3版自签证书
    linux中可以在哪些地方增加环境变量
    linux下如何找到USB转串口
    linux下通过shell命令测试串口
    CANopen协议
    ubuntu使用虚拟can(vcan)
    移植python3到flash有限的arm
  • 原文地址:https://www.cnblogs.com/top5/p/1564858.html
Copyright © 2011-2022 走看看