計算機藍屏故障錯誤代碼:0x000000ba的解決辦法(圖文)
老式臺式機突然藍屏了,顯示錯誤代碼:0x000000ba,如下圖所示,解決問題:修復系統,修復引導,逐一排查。
1、先使用藍屏查詢器看一下什么原因?經查:這個藍屏錯誤代碼的緣由是:代碼: 0x000000ba,原因: 傳送的訊號錯誤。
2、好在藍屏截圖中還透露了一個出錯的緣由:Boot\BCD文件毀損。
3、啟動管理無法找到/BOOT/BCD文件,也就是說無法通過固件數據庫引導進入系統,此時甚至連系統都無法安裝,因為BIOS也不識別硬盤。
4、如果有Windows 的修復光盤,可以嘗試開機修復操作系統。
5、如果有u盤PE系統,不妨使用其中的工具修復引導。
6、也可以嘗試在u盤PE系統中創建修復批處理文件,自行修復。右鍵點擊桌面空白處→新建→文本文檔
7、復制(Ctrl+C)以下內容,黏貼(Ctrl+V)入文本文檔:
復制內容到剪貼板- 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
8、然后,另存為:BCD.bat 雙擊使用一下即可。
點個贊! ()