首页 > 代码库 > centos7-windows10 双系统安装

centos7-windows10 双系统安装

win10默认, 然后压缩出来一个卷安装win7: 

http://www.techweb.com.cn/network/system/2016-12-21/2456741.shtml

http://blog.csdn.net/gatherfly/article/details/51864247

 

 

 

安装成功后, 发现没有了win10的启动方式, 这时候只要去修改下启动项即可;

1, 进入目录 /boot/grub2/

vim grub.cfg

2, 在menuentry centos前面 添加 : 

menuentry Windows 10 {    
    set root=(hd0,1)    
    chainloader +1    
}    

技术分享

 

注意, 第一次没有 +1前面的空格, 导致失败

centos7-windows10 双系统安装