windows8.1与centos7.0双系统启动项设置

本文介绍如何通过编辑grub2的40_custom文件来添加自定义的启动菜单项,包括设置根目录和加载启动项的步骤,并通过运行grub2-mkconfig更新grub.cfg文件完成配置。

修改/etc/grub.d里的40_custom文件

#!/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 8.1 ultimate'{
set root=(hd0,1)
chainloader +1
boot
}

保存,运行grub2-mkconfig -o /boot/grub2/grub.cfg(root权限下)

from:http://blog.sina.com.cn/s/blog_7c8e440d0102w2hz.html

转载于:https://www.cnblogs.com/xyh592/articles/4541525.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值