Home Compute HP/HPE Physical to VMware conversion for Windows 2008 R2 blue screens

HP/HPE Physical to VMware conversion for Windows 2008 R2 blue screens

by Philip Sellers

Recently, I was converting an HP/HPE Windows 2008 R2 physical server into VMware (yes, P2V still happens), when I hit a blue screen on boot.  Turned out I was getting an Inaccessible Boot Volume stop error – a partial screenshot is below.

bluescreen 151

Problem was, the blue screen went by so quickly that I had a difficult time capturing what the stop code or issue was before the VM rebooted.  Turns out it was a simple boot issue to solve.  The VM was moving to an LSI Logic SAS controller in VMware.  That driver was not enabled in the image.  The following steps will walk you through enabling LSI SAS to allow the VM to boot.

  1. Launch recovery mode – this was automatically available on the menu after my failed boot.
  2. On the welcome screen, select Next.
  3. Launch Command Prompt.
  4. Run regedit.
  5. Select HKEY_LOCAL_MACHINE, then select File > Load Hive from Menu.
  6. Navigate to C:\Windows\System32\Config\SYSTEM.
  7. Give the Hive a temporary name.  The temporary name will be added under HKLM. I called mine TEMP.
  8. Expand your new temporary name.
  9. Find key HKEY_LOCAL_MACHINE/TEMP/System/CurrentControlSet001/Services/LSI_SAS
  10. Change Start to 0.  (mine was set to 3).
  11. Select HKEY_LOCAL_MACHINE/TEMP, then select File > Unload Hive from Menu.
  12. Reboot.

Thanks to this older post over on serverfault for the steps.

You may also like