Do you know how to setup a Boot to VHD Image?

Last updated by Brook Jeynes [SSW] 8 months ago.See history

Using Boot to VHD is very similar to dual-booting your machine, except that you do not have to partition your hard drive. It also has performance benefits over using a Hyper-V server for presentations.

Pre-Requisites

  • The presentation computer running Windows
  • A SysPreped VHD image to be deployed onto the presentation computer
  • Copy a SysPreped VHD image to the laptop to be used for the presentation.
  • Open an Administrative command prompt.
  • Type:
bcdedit /copy {default} /d “Demo-NameOfDemo”

fig1 creatingentry
Creating the entry using BCDEdit shows your GUID
Figure - Creating the entry using BCDEdit shows your GUID

  1. Type:
bcdedit /set <GUID>  device vhd=[D:]\VM-DEV-SharePoint_2010_Public_Beta.vhd

D:\ is the drive the VHD is located and VM-DEV-SharePoint_2010_Public_Beta.vhd is the location of your VHD file. Make sure you replace <GUID> with the GUID you got in the previous step.

  1. Type:
bcdedit /set <GUID>  osdevice vhd=[D:]\VM-DEV-SharePoint_2010_Public_Beta.vhd

D:\ is the drive the VHD is located and VM-DEV-SharePoint_2010_Public_Beta.vhd is the location of your VHD file. Make sure you replace <GUID> with the GUID you got in the previous step.

  1. Type:
bcdedit /set <GUID> detecthal on

fig2 addguids
Each time you run a BCDEdit command it should return
Figure - Each time you run a BCDEdit command it should return "The operation completed successfully"

  1. Reboot the computer and now you will have the option to choose between Windows 7 and the new Boot to VHD image.
We open source. Powered by GitHub