
總來(lái)的說(shuō),容易出現(xiàn)該問(wèn)題的系統(tǒng)版本可能穩(wěn)定性欠佳,大家可以重裝穩(wěn)定一些的系統(tǒng):絕對(duì)穩(wěn)定GHOST WIN7 64位旗艦版(USB3.0,8代9代新機(jī)型,超級(jí)優(yōu)化)
win7無(wú)法開機(jī)0xc0000098引導(dǎo)錯(cuò)誤BOOT丟失的完美解決方法:
1、首先需要一個(gè)U盤啟動(dòng)盤,制作方法可參考《怎么用u盤裝系統(tǒng)?教你用u盤怎么裝系統(tǒng)》;
2、使用U盤啟動(dòng)盤進(jìn)入pe系統(tǒng),執(zhí)行.Bat文件進(jìn)行修復(fù),用記事本復(fù)制下面代碼,保存為.bat格式的文m.allentownhummushouse.com件,此格式為批處理文件格式:
path C:\Windows\system32
bcdedit /store C:\boot\bcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \Windows\system32\winload.exe
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \Windows
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:\boot\bcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:\boot\bcd /timeout 5
pause

轉(zhuǎn)換成.bat文件后,代碼會(huì)自動(dòng)通過(guò)PE系統(tǒng)修復(fù)本地磁盤中的BCD文件,從而重新啟動(dòng)系統(tǒng)引導(dǎo)數(shù)據(jù)庫(kù)。
修復(fù)完成后我們就可以拔掉U盤驅(qū)動(dòng)盤重啟計(jì)算機(jī)即可正常進(jìn)入操作系統(tǒng)了!