Centos7 自定义引导 windows分区

今天,在笔记本上装了Centos7,装完后引导发现原来的windows没有出现在系统菜单里面。

在网上简单看了下,找到一种很简单的方法,可以解决这个问题。

在 /etc/grub.d/40_custom 文件的最后面添加如下内容即可:

menuentry "Windows XP" {
    set root='(hd0,1)'
    chainloader +1
}

这样,我的源文件就变成这样了:

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry "Windows XP" {
    set root='(hd0,1)'
    chainloader +1
}

估计有很多人也都遇到过类似的问题,希望有帮助。

而且以此类推,可以引导其它现成的分区。

转载于:https://my.oschina.net/math2all/blog/385039

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值