您的位置:首页 > 运维架构 > Linux

centos7grub2 引导win10

2017-08-02 16:31 288 查看
centos7+win10安装完成之后,使用gurb2引导win10系统
方式:使用ntfs-3g

步骤:

1、加源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
CentOS默认源里没有ntfs3g,可通过添加aliyun的epel源来yum安装

2、安装 yum update;

yum install ntfs-3g

3、grub2-mkconfig -o /boot/grub2/grub.cfg

该过程中会自动找到win10的启动项目,并加入启动列表,重启即可看到centos7和win10的启动
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: