当前位置: > CentOS > CentOS故障 >

解决windows安装centos7双系统后丢失windows启动项的方法

时间:2016-09-04 00:05来源:linux.it.net.cn 作者:IT

windows 7、8/10 安装centos7双系统后,默认会将mbr改写成为grub2,而默认的centos7不识别windows 的ntfs分区,所以启动项没有windows。

可以用3条命令,即可将windows添加到grub2的启动项。

 

首先保证互联网是通的。

 

1.yum -y install epel-release

2.yum -y install ntfs-3g

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

 

3条命令运行成功,重启后,即可看到windows 7(loader)的启动项,即可进入windows。



(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容