centos7grub2 引导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的启动

原文地址:https://www.cnblogs.com/h2zZhou/p/7274680.html