2017/11/09

[Windows 筆記] Server 2008 P2V出現0x0000007B藍底白字錯誤處理方式

透過Disk2VHD將Server 2008作業系統轉出成vhd檔案
掛載到VMware底下出現0x0000007B問題處理

※進行前請多備一份vhd檔案,避免修改失敗回不去※

首先透過外層的作業系統,例如Win7去掛載Server 2008的vhd檔案

連結後開啟Regedit,點選HKEY_LOCAL_MACHINE
再點左上角的檔案→載入登錄區
找到掛上Server 2008 VHD的磁碟,並點到Windows\System32\config資料夾


找到並點選System,機碼名稱給它123


接下來直接複製以下內容貼到筆記本、儲存成.reg檔案,並執行

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_8086&dev_7111]
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"
"Service"="intelide"

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_8086&dev_7110&cc_0601]
"ClassGUID"="{4D36E97D-E325-11CE-BFC1-08002BE10318}"
"Service"="isapnp"

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\primary_ide_channel]
"Service"="atapi"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\secondary_ide_channel]
"Service"="atapi"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\123\ControlSet001\services\LSI_FC]
"Start"=dword:00000000

[HKEY_LOCAL_MACHINE\123\ControlSet001\services\LSI_SAS]
"Start"=dword:00000000

[HKEY_LOCAL_MACHINE\123\ControlSet001\services\LSI_SAS2]
"Start"=dword:00000000

[HKEY_LOCAL_MACHINE\123\ControlSet001\services\LSI_SCSI]
"Start"=dword:00000000

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Services\IntelIde]
"ErrorControl"=dword:00000001
"Group"="System Bus Extender"
"Start"=dword:00000000
"Tag"=dword:00000004
"Type"=dword:00000001

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Services\PCIIde]
"ErrorControl"=dword:00000001
"Group"="System Bus Extender"
"Start"=dword:00000000
"Tag"=dword:00000003
"Type"=dword:00000001
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,70,00,63,00,69,00,69,00,64,00,65,\
 00,2e,00,73,00,79,00,73,00,00,00
"DisplayName"="Standard IDE/ESDI Hard Disk Controller"

[HKEY_LOCAL_MACHINE\123\SYSTEM\ControlSet001\Services\atapi]
"ErrorControl"=dword:00000001
"Group"="SCSI miniport"
"Start"=dword:00000000
"Tag"=dword:00000019
"Type"=dword:00000001
"DisplayName"="Standard IDE/ESDI Hard Disk Controller"
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,61,00,74,00,61,00,70,00,69,00,2e,\
 00,73,00,79,00,73,00,00,00

完成以上動作後,再回到Regedit畫面點選123,左上角的檔案→解除載入登錄區,是

再回到磁碟管理,將vhd中斷連結


以上完成就可以再開機試試看。

沒有留言:

張貼留言