在VirtualBox中建立Windows Server 2008 R2的虛擬機,在實驗Windows Server Backup的系統狀態備份出現了「2155347997」的錯誤;ide
我查了很久的資料終於發現竟然是Windows Server 2008 R2這個運行的VirtualBox客機中還運行這一個名爲「VBoxService」,這個服務的路徑不能簡化爲相對路徑,改成絕的路徑便可;
spa
將客機Windows Server 2008 R2的註冊表中下列值:
blog
HKLM\System\CurrentControlSet\Services\VBoxService\ImagePath value = system32\VBoxService.exeget
修改成:虛擬機
HKLM\System\CurrentControlSet\Services\VBoxService\ImagePath value = C:\Windows\system32\VBoxService.exeit
參考網址:https://www.virtualbox.org/ticket/10492io