双系统安装centos后无法引导win7

前端之家收集整理的这篇文章主要介绍了双系统安装centos后无法引导win7前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.进入root账户
2.运行命令编辑引导文件

$vim  /boot/grub2/grub.cfg

3.在文件空白出添加处以下代码

menuentry 'Windows 7' {
    insmod part_msdos
    insmod ntfs
    insmod ntldr
    set root=(hd0,1)
    chainloader +1
    boot
}

4.重启计算机

$reboot
原文链接:https://www.f2er.com/centos/380700.html

猜你在找的CentOS相关文章