修复Centos7双系统引导
Posted Ackerman_16
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复Centos7双系统引导相关的知识,希望对你有一定的参考价值。
1.进入CentOS系统
2.命令行输入
vi /boot/grub2/grub.cfg
3.在文件空白处添加下列代码
1 menuentry ‘Windows 7‘{ 2 insmod part_msdos 3 insmod ntfs 4 insmod ntldr 5 set root=(hd0,1) 6 chainloader +1 7 boot 8 }
4.重启
以上是关于修复Centos7双系统引导的主要内容,如果未能解决你的问题,请参考以下文章