原因:在windows下安装centos系统完成之后重启无法显示windows系统菜单选项
1.安装Windows系统
2.安装Centos系统
3.在Centos系统中安装ntfs-3g
yum install ntfs-3g(如果安装失败...)
4.去下载ntfs-3g源码包(这里就不提供链接了见谅!)
5.tar -zxvf ntfs-3g.tar(解压)
./configure
make
make install
6.运行grub2-mkconfig -o /boot/groub2/groub.cfg
7.shutdown -r now重启之后就可以看到双系统菜单选项了
(以上如有不清楚的地方可以留言,共同学习...)