當我們在使用windows 7旗艦版操作系統(tǒng)的時候遇到了無法正常進入操作系統(tǒng)的現(xiàn)象,出現(xiàn)黑底白字提示:windows 未能啟動,原因可能是最近更改了硬件或軟件。1、插入windows 安裝光盤并重新啟動計算機。2、選擇語言設置,然后單擊“下一步”。3、單擊“修復計算機”。 狀態(tài)0xc0000098 ,的故障提示無法開機。出現(xiàn)這樣的問題一般是系統(tǒng)引導出現(xiàn)問題導致的,如果電腦中沒什么資料的話重裝一個雨林木風GHOST WIN7 64位專業(yè)版免激活V1810也沒什么問題,如果有資料的話那么則需要進行修復來解決了。關于如何修復在本文中給大家介紹一下。
總來的說,容易出現(xiàn)該問題的系統(tǒng)版本可能穩(wěn)定性欠佳,大家可以重裝穩(wěn)定一些的系統(tǒng):絕對穩(wěn)定GHOST WIN7 64位旗艦版(USB3.0,8代9代新機型,超級優(yōu)化)
win7無法開機0xc0000098引導錯誤BOOT丟失的完美解決方法:
1、首先需要一個U盤啟動盤,制作方法可參考《怎么用u盤裝系統(tǒng)?教你用u盤怎么裝系統(tǒng)》;
2、使用U盤啟動盤進入pe系統(tǒng),執(zhí)行.Bat文件進行修復,用記事本復制下面代碼,保存為.bat格式的文m.onuomy.cn件,此格式為批處理文件格式:
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
轉換成.bat文件后,代碼會自動通過PE系統(tǒng)修復本地磁盤中的BCD文件,從而重新啟動系統(tǒng)引導數(shù)據(jù)庫。
修復完成后我們就可以拔掉U盤驅動盤重啟計算機即可正常進入操作系統(tǒng)了!