欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

計算機藍屏故障錯誤代碼:0x000000ba的解決辦法

  發(fā)布時間:2015-01-13 09:14:55   作者:佚名   我要評論
老式臺式機突然藍屏了,顯示錯誤代碼:0x000000ba,該怎么辦呢?下面分享計算機藍屏故障停機碼ba的解決辦法,需要的朋友可以參考下

老式臺式機突然藍屏了,顯示錯誤代碼:0x000000ba,如下圖所示,解決問題:修復系統(tǒng),修復引導,逐一排查。

1、先使用藍屏查詢器看一下什么原因?經(jīng)查:這個藍屏錯誤代碼的緣由是:代碼: 0x000000ba,原因: 傳送的訊號錯誤。

2、好在藍屏截圖中還透露了一個出錯的緣由:Boot\BCD文件毀損。

3、啟動管理無法找到/BOOT/BCD文件,也就是說無法通過固件數(shù)據(jù)庫引導進入系統(tǒng),此時甚至連系統(tǒng)都無法安裝,因為BIOS也不識別硬盤。

4、如果有Windows 的修復光盤,可以嘗試開機修復操作系統(tǒng)。

5、如果有u盤PE系統(tǒng),不妨使用其中的工具修復引導。

6、也可以嘗試在u盤PE系統(tǒng)中創(chuàng)建修復批處理文件,自行修復。右鍵點擊桌面空白處→新建→文本文檔

7、復制(Ctrl+C)以下內(nèi)容,黏貼(Ctrl+V)入文本文檔:

復制內(nèi)容到剪貼板
  1. path C:\Windows\system32   
  2.   
  3.   bcdedit /store C:\boot\bcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader   
  4.   
  5.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:   
  6.   
  7.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \Windows\system32\winload.exe   
  8.   
  9.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN   
  10.   
  11.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}   
  12.   
  13.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:   
  14.   
  15.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \Windows   
  16.   
  17.   bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin   
  18.   
  19.   bcdedit /store C:\boot\bcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast   
  20.   
  21.   bcdedit /store C:\boot\bcd /timeout 5   
  22.   
  23.   pause   
  24.   

8、然后,另存為:BCD.bat 雙擊使用一下即可。

相關文章

最新評論