window7在硬盘在安装ubuntu后,win7无法启动问题,或者设置win7默认启动

 原文地址
http://zhidao.baidu.com/link?url=57aywD0Q6WTnl7XKbIHuEwoww4Oq1lIfSPqjou1Gmcm7HNJA3FrqJPxGDiPRhTBBsDqyz168J82RNuPkaOXCQLf3dlgRA3oR8HueHRl2Dfm

编辑/boot/grub/grub.cfg
将win7的启动项 menuentry 'Windows 7 移到最上面,排在linux的前面。

menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-DE24582924580745' {
        insmod part_msdos
        insmod ntfs
        set root='hd0,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  DE24582924580745
        else
          search --no-floppy --fs-uuid --set=root DE24582924580745
        fi
        parttool ${root} hidden-
        drivemap -s (hd0) ${root}
        chainloader +1
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值