1. 程式人生 > >centos7-windows10 雙系統安裝

centos7-windows10 雙系統安裝

load centos7 ech 系統 gather sdn 默認 img html

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 雙系統安裝