- Download the VHD.
- Run the command compmgmt.msc.
- Right mouse click on Disk Management and click Attach VHD.
- Click Browse and select the vhd from which you want to boot.
- The vhd should now be visible as a disk and you should be able to browse the vhd in the Windows Explorer.
- Open command prompt (As Administrator).
- Type the command bcdedit /copy {current} /d "VHD_Boot" You should see a message like the one below.
- Copy the guid from the success message from step 1, and run the command:
bcdedit /set {CLSID_Number} osdevice vhd=[C:]\2010-7a.vhd
Now restart your computer, and you should be able to boot from the vhd, and you should see something like the figure below:
I tried this procedure, everythink g looks fine in the reboot screen, but when I select the vhd_boot I get a blue screen of death.
ReplyDeleteMy vhd was c:\2010-10a.vhd
Windows 7 is installed on c:\ and I have no d:\.