Inject IDE / SATA Drivers into an Ghost Image Restored into VMWare

Written by James McDonald

May 4, 2012

  1. Boot an XP VM with a working controller and the right Virtual Hardware
  2. Open Device Manager and expand the IDE ATA/ATAPI Controllers
  3. Choose the Controller and then go in and view the properties
  4. Make a note of the PCI\Vend string. In this case it’s VEN_8086&DEV_7111
  5. Open registry editor and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase and locate the PCI#VEN_8086&DEV_711 key and export it to a text file. Make note of the service name in this case it is “intelide”
  6. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\[insert_controller_service_name_here] which in my case is HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IntelIde and export this key too
  7. Shutdown the working VM and attach the Non-booting Ghost restored image vmdk and reboot
  8. The disk should appear as an additional hard disk – you may need to go into disk management and give it a drive letter in my case this was F:
  9. Copy the driver file as listed in ImagePath of the regfile mentioned above from the C:\windows\system32\drivers\ folder to the drive and path of the Ghost image which should be something like F:\Windows\system32\drivers. I have found that the driver file generally exists on the target machine , in that case I skip the copy
  10. Run regedit again and mount the SYSTEM image of the Ghost Restored Imaged into the HKLM tree. To do this select the HKEY_LOCAL_MACHINE key click File ==> Load Hive… and navigate to F:\Windows\system32\config and open the SYSTEM file (not SYSTEM.sav or SYSTEM.log). You will be prompted for the name of a temporary registry key to mount it under I chose OTHERSYSTEM
  11. Once you have loaded the SYSTEM HIVE of the non-booting ghost restored image. You then can access the values you need under the name you chose above i.e. HKEY_LOCAL_MACHINE\OTHERSYSTEM
  12. Using Notepad.exe edit the reg files you exported to make them inject the data into the right spot in the Loaded SYSTEM HIVE basically you need to change all references to HKEY_LOCAL_MACHINE\SYSTEM to HKEY_LOCAL_MACHINE\OTHERSYSTEM and the Loaded hive doesn’t have CurrentControlSet this needs to be change to ControlSet001
  13. Exported Registry Files Showing Modifications

  14. Import the edited registry files this should insert the required data for the non-booting image to find the VMWare controller and boot
  15. Shut down the Working VM detach the Ghost Image VMDK from the working VM and then boot the non-booting VM. With the correct controller it should boot.
  16. You will probably be prompted to Re-Activate windows when the Image boots and you won’t be able to log in before you do this

3 Comments

  1. Bojke

    You sir are a God!
    Thank You very much for posting such a useful guide! Saved me from so much work! Thank You very much!
    Respect! o/

    Reply
  2. ahojko

    Ingenious idea, James. Saved me quite some trouble.
    For future passers-by, if your virtual hard disk is of SCSI type, you might be interested in SCSI and RAID controllers, in my case:
    – VMware VMSCSI Controller (VEN_104B&DEV_1040)
    – vmscsi service
    – vmscsi.sys driver
    One other note, be sure to correctly rename all registry key names from CurrentControlSet to ControlSetXXX, I forgot to rename one and got STOP 0x67 config_initialization_failed screen.

    Reply
  3. Ulrich Escher

    Thanks a lot. Works perfect with Windows XP SP3
    THX THX THX

    Reply

Leave a Reply to Bojke Cancel reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Squarespace Image Export

To gain continued access to your Squarespace website images after cancelling your subscription you have several...

MySQL 8.x GRANT ALL STATEMENT

-- CREATE CREATE USER 'tgnrestoreuser'@'localhost' IDENTIFIED BY 'AppleSauceLoveBird2024'; GRANT ALL PRIVILEGES ON...

Exetel Opt-Out of CGNAT

If your port forwards and inbound and/or outbound site-to-site VPN's have failed when switching to Exetel due to their...