Windows8 + Centos7.1==>開機選項不見win8 - Linux

Table of Contents

各位高手大家好:

有個關於雙作業系統的問題向大家求救:
我有台NB原本安裝windows 8作業系統,
我一時興起,請堂弟把Linux centos7.1也灌進去了。

結果,重開機後沒有在開機選單中看到windows 8。@@

我和堂弟都是新手,因而問題卡住了。
現在急著要透過原本windows 8的環境來完成工作,
因而來版上請求高手協助,若方便請求現場協助(台北市),謝謝。
順利解決問題後,願請善心的高手吃頓飯或喝杯星巴克。

一,說明:

windows 8安裝在C槽,我們將C槽磁碟壓縮出20G後,安裝cent0s7.1

二,狀況:

(1) 執行 grub2-mkconfig,並沒有偵測到windows 8

(2) 修改 /etc/grub.d/40_custom之內容後

menuentry "windows 8" {
set root = (hd0,3)
chainloader (hd0,3)+1
}

結果執行sudo grub2-mkconfig -o /boot/grub2/grub.cfg後,

仍舊沒有偵測到windows 8

(3)目前在centos7.1環境下,我們可以看到在windows下的各槽資料

但仍舊無法解決開機選項沒有windows的問題:((

三,求救:

由於急著用原本windows環境下的文件和工具,

請求版上善心高手不吝協助,感恩。^__^


lantw44: 那行應該是 set root=(hd0,3) ? 10/11 02:29
OrzOGC: grub2也可以用ntldr /bootmgr 10/11 02:41
謝謝lantw44,文章中的boot是筆誤,在40_custom的內容是寫root

※ 編輯: sublimecct (118.168.192.219), 10/11/2015 03:11:00
Neisseria: 用修復模式先把 UEFI 蓋回來看看,有些筆電可以這樣做 10/11 12:47
goldking521: update-grub 10/11 14:30
lantw44: update-grub 等於 grub-mkconfig -o /boot/grub/grub.cfg 10/11 14:32
lantw44: 那應該是 Debian 系列自己加進去的指令? 10/11 14:32
kitehero: https://goo.gl/3pV6Aq 10/12 05:11
Daywalker007: 有掛ntfs模組嗎 10/15 06:44

All Comments

Daph Bay avatarDaph Bay2015-10-11
那行應該是 set root=(hd0,3) ?
Edwina avatarEdwina2015-10-16
grub2也可以用ntldr /bootmgr
Ursula avatarUrsula2015-10-21
用修復模式先把 UEFI 蓋回來看看,有些筆電可以這樣做
Zenobia avatarZenobia2015-10-23
update-grub
Caroline avatarCaroline2015-10-27
update-grub 等於 grub-mkconfig -o /boot/grub/grub.cfg
那應該是 Debian 系列自己加進去的指令?
Caitlin avatarCaitlin2015-10-31
Caitlin avatarCaitlin2015-11-04
有掛ntfs模組嗎