Welcome to TechNet Blogs Sign in | Join | Help

Windows 7: Boot from VHD First Impression: Part 2

Hello,

In my previous post i.e. Windows 7: Boot from VHD First Impression: Part 1 we seen creating and attaching the VHDs. Using the Disk Management or Diskpart utility we can attach the existing VHDs. In this part we will actually cover the boot from VHD feature.

We will cover the different ways by which we can actually boot from VHD file. In order to boot from VHD, the bootloader needs to support boot from VHD file. So, what are the basic benefits of having VHD Booting.

You can use Boot for VHD feature in your test environment or development where you want to try out different applications or devices, which is not possible in Virtual Environment.

Booting from VHDs means booting the machine as if running from primary hard disk so your operating system will leverage all the hardware available in your system like Graphics, Wireless, USB etc. which is not possible in most of the virtual environment.

This is good for multi-boot environment where you want to run multiple operating systems on same machine without losing the performance. This is possible by VHD booting. As every VHD is like a Hard disk with primary partition; so you can create multiple VHDs with operating systems installed onto it.

In this discussion we will cover the following key points.

  • Booting a Windows 7 VHD or Windows Server 7 (aka Windows Server 2008 R2) VHD
  • Preparing VHD file using Windows 7 or Windows Server 7 Media or existing VHD running Hyper-V
  • Adding the VHD entry in Boot Menu for VHD Boot and then Boot from VHD

 

Booting a Windows 7 VHD or Windows Server 7 (aka Windows Server 2008 R2) VHD

This feature is only supported by the Windows 7 client VHD and Windows Server 7 aka Windows Server 2008 R2 VHD.

In order to boot from VHD we need to prepare the VHDs using any of the two methods.

  1. The first method is obtaining the existing Windows 7 or Windows Server 7 DVD and make sure it is sysprepped to clear all the hardware information. So why sysprep ?

    Benefits of Sysprep

    Sysprep provides the following benefits:

    • Removes system-specific data from Windows. Sysprep can remove all system-specific information from an installed Windows image, including the computer security identifier (SID). The Windows installation can then be captured and installed throughout an organization.
    • Configures Windows to boot to Audit mode. Audit mode enables you to install third-party applications and device drivers, as well as to test the functionality of the computer.
    • Configures Windows to boot to Windows Welcome. Configures a Windows installation to boot to Windows Welcome the next time the computer starts. In general, you configure a system to boot to Windows Welcome immediately before delivering the computer to a customer.
    • Resets Windows Product Activation. Sysprep can reset Windows Product Activation up to three times.

    For more information about sysprep visit How sysprep works ? and What is Sysprep ? that will give you clear idea about sysprepping a system.

  2. Applying a WIM Image directly to the VHD file using ImageX utility. The ImageX utility can be used to extract the required operating system edition directly to the attached VHD file in Windows 7

The ImageX utility is part of WAIK. i.e. Windows Automated Installation Kit. You can download the WAIK for Windows 7 from here

Preparing VHD file using Windows 7 or Windows Server 7 Media or existing VHD running in Hyper-V

 

From my previous post create a new VHD and attach it using Disk Management. Now, you will have newly attached X: created with label 'Windows7', which is of size 20 GB.

Now, you will require the 'install.wim' file from the Windows 7 Media or Windows Server 7 Media. Along with that we will require ImageX utility.

In order to extract image to the X: we will use the following syntax.

image

d:\imagex>imagex /apply d:\install.wim 1 x:\

In the above syntax we can see we have used 'd:\install.wim' followed by '1' and 'X:\' (this is the attached VHD.)  Now this 1 denotes Image Index i.e. edition of the Operating System.

As you can see I have used the 'install.wim' file from the Media of Windows Server 7 Beta and 1 denotes Enterprise Edition.

In order to check the Image Index we will use the following command

d:\imagex>imagex /info "d:\Download\Windows Server 7 R2\install.wim" (i.e. the location of the install.wim file)

image

Once finished the extracting the OS using ImageX it will look like this

image

Once the image is applied to particular drive in our case X:\. Detach the X: Drive from the Disk Management. Now your VHD file is ready to boot.

 

Preparing the VHD file using Windows Server 2008 Hyper-V

If you have Windows Server 2008 running Hyper-V, launch the virtual machine running Windows 7 or Windows Server 7 aka Windows Server 2008 R2 and the run the following command

c:\windows\system32\sysprep>sysprep /generalize /shutdown

sysprep

After running the above command in the virtual machine, this will launch the System Preparation Tool 3.14. Select the checkbox for 'Generalize' and click on OK.

Once the sysprep is completed the virtual machine will be shutdown and ready for booting. You can copy that VHD now.

Note: Sysprep does not work on upgrade. You need to have Clean Installed Windows 7

 

Adding the VHD Entry in Boot Menu and then Boot from VHD

Now that we have successfully created VHD files. The last step is adding boot entry for the VHD file in your Windows 7 or Windows Server 7 using BCDEdit.exe tool.

For this step open the Elevated Command Prompt with Administrator Privileges and type the following commands.

C:\>bcdedit /copy {current} /d "My New VHD Description"

Note: This will Return the GUID of the Loader Object that you will use to replace <guid> below
C:\>bcdedit /set <guid> device vhd=[driveletter:]\<directory>\<vhd filename>
C:\>bcdedit /set <guid> osdevice vhd=[driverletter:]\<directory>\<vhd filename>

Note: vhd=[driveletter:]\<directory>\<vhd filename> is the new syntax supported for BCDEdit.exe to locate VHD File and Bootmgr will locate the partition containing the VHD File to boot from.
C:\>bcdedit /set <guid> detecthal on

Note:

Following is the attached screenshot of the my machine. In this case I have Windows 7 as the default OS and I have added the VHD File in the Boot Entry.

bcd

Well just after that run the following command to test if your boot entry is successfully created using C:\>bcdedit /v

image

Similarly, if you want to add multiple VHDs into Boot entry you can use the following lines to the command prompt

C:\>bcdedit /copy {current} /d "New VHD Description"
C:\>bcdedit /set <guid> device vhd=[driveletter:]\<directory>\<vhd filename>
C:\>bcdedit /set <guid> osdevice vhd=[driverletter:]\<directory>\<vhd filename>
C:\>bcdedit /set <guid> detecthal on

Note:  detecthal is used to force windows to auto detect the Hardware Abstraction Layer.

If you want to delete any existing VHD entry from the Boot Menu you can always use the command C:\>bcdedit /delete <guid> /cleanup This deletes the specified operating system entry from the store and removes the entry from the display order.

Well, we are ready to Boot from VHD. Once you restart the computer you will see additional entry in Boot Menu along with the default Windows 7 or Windows Server 7 OS.

Here is the screenshot from newly booted Windows Server 2008 R2 Beta from VHD. I have installed Desktop Experience Pack and enabled Aero Glass.

win 7 server

Happy Virtualization

Published Sunday, January 18, 2009 1:40 AM by aviraj

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# 从VHD文件启动计算机

Monday, January 19, 2009 1:01 AM by 喻勇(Frank Yu)的技术博客

/*以下内容根据 Aviraj Ajgekar 的博客文章编译和修改。*/ 之前的文章提到了Windows 7对VHD文件的内建支持,从此以后VHD文件的地位得到了提升:-) 它可以被操作系统认为是一块物理的硬盘进行管理和读写。

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, January 29, 2009 10:13 AM by Memnoch

I follow yours instructions on your blog and i would know how you can directly attach the created vhd to Hyper-v

I tried it and the boot manager is missing

Maybe have i missed one step ?

# re: Windows 7: Boot from VHD First Impression: Part 2

Saturday, January 31, 2009 10:02 AM by aviraj

Make sure you are attaching the VHD, which was already created with Hyper-V and not the the one that was created using imagex method.

VHD created in hyper-v already contains primary 200 mb system active partition containing bootmgr. In case of VHD created with imagex, we are just extracting files onto the single partition.

# re: Windows 7: Boot from VHD First Impression: Part 2

Sunday, May 10, 2009 3:51 AM by rkmuralikrishnan

Thanks a useful post and i have some problem regarding that.

I am using Windows 7 as base os and i am try to install the Windows server 2008.

First i created a vhd using diskmgmt.msc and then using imagex it applied the same as mentioned in the above.

I found the boot entry while booting but it go for repair console.

Aviraj previous blogger explained it i understood that.

But is there is any way to do this i.e. without hyperv ?

# Less Virtual, More Machine - Windows 7 and the magic of Boot to VHD

Thursday, May 21, 2009 7:20 PM by ASPInsiders

NOTE: This is some advanced stuff and you may lose a finger. No warranty express or implied. There's

# Utilizing Virtualization and boot-from-vhd for making a dual-boot laptop

Monday, June 01, 2009 10:37 PM by Virtual Machine Management

I received my brand new Dell Latitude E4300 laptop today and I wanted to make sure i could boot both

# re: Windows 7: Boot from VHD First Impression: Part 2

Saturday, June 13, 2009 11:13 PM by Pugalenthi

I guess you need to change the guid brackets to flower brackets in these 2 lines...

C:\>bcdedit /set <guid> device vhd=[driveletter:]\<directory>\<vhd filename>

C:\>bcdedit /set <guid> osdevice vhd=[driverletter:]\<directory>\<vhd filename>

So this should be edited as...

C:\>bcdedit /set {guid} device vhd=[driveletter:]\<directory>\<vhd filename>

C:\>bcdedit /set {guid} osdevice vhd=[driverletter:]\<directory>\<vhd filename>

# re: Windows 7: Boot from VHD First Impression: Part 2

Tuesday, July 07, 2009 6:29 AM by Gopi

Could we have the VHD's on an External HDD..

Coz'.. There was blue dump error when tried with external hdd on Windwos Server 2008 R2..

# re: Windows 7: Boot from VHD First Impression: Part 2

Wednesday, July 22, 2009 5:06 PM by Mark Wilson

Thanks for this information - but hae you any idea how I can make this boot from a USB stick?  I have it working with the bootloader on C: and my VHD on the USB drive but can't seem to get the BCD configured correctly for the USB drive to be the only disk in the system.

# re: Windows 7: Boot from VHD First Impression: Part 2

Saturday, August 15, 2009 11:37 AM by aviraj

Not yet supported on USB drive

# re: Windows 7: Boot from VHD First Impression: Part 2

Sunday, August 16, 2009 2:57 PM by Undying

Do I get in trouble if I use this stuff on a SSD (is TRIM-Command trough a VHD "Container" supported?)

# re: Windows 7: Boot from VHD First Impression: Part 2

Wednesday, September 02, 2009 7:44 PM by David Broussard

Having a bit of trouble with the last step.  After configuring everything, I reboot my Windows 7 box and it tells me that there is an error in the Boot Loader and it has to be fixed by an adminsitrator.  If I select the VHD, it instead just boots to Windows 7.

# re: Windows 7: Boot from VHD First Impression: Part 2

Friday, September 04, 2009 3:28 PM by Terry

This entire process can be made way way more simple:

* You need to download the following 3 files and run the script:

* YOU WILL FIRST NEED the program ImageX.exe Here is a shortcut to get the 32 or

64 bit versions (WITHOUT the need to download the 1 GB Developer's kit iso from

Microsoft and burn it to cd to extract it.)  

http://www.tipandtrick.net/2008/imagex-600118000-x86-and-x64-for-windows-server-2008-and-vista-sp1-standalone-download/

* Second, You'll need to download "Wim2vhd.scr"

http://thelazyadmin.com/blogs/thelazyadmin/archive/2009/02/10/create-a-bootable-windows-7-vhd.aspx

* I STRONGLY recommend that you create a folder name VHD and put ImagX.exe,

Wim2Vhd.scr and COPY BcdBoot.exe and BcdEdit.exe  (from your \windows\system32

folder) into it - then go to the command prompt in the VHD folder, verify you

have those 4 files and THEN run the script.

As you will find (on that web page) the command line ( you run from the command prompt) is:

cscript wim2vhd.wsf /wim:X:\sources\install.wim /sku:ULTIMATE /vhd:C:\Win7Ultimate.vhd /size:40960 /disktype:Fixed

This command won't work  until you change the X to C because install.wim is on

your C: drive by default. Make sure the path to install.wim is correct before

you run the script. Install.wim also on the Windows 7 cd.

NOTE the VHD file size is 40 gb in the example. Windows VHD only needs 7 gb for

Win 7 BUT you need space for installing programs and downloading files, so I

changed mine to 20 gb. The file size can be set to dynamic, rather than fixed...

and it will expand if/when needed HOWEVER, you system will be VERY SLOW when/if

it has to expand the file size. This is not recommended - but keep in mind that

you can not increase the size of a fixed VHD once it has been created.

* Here is the exact command I copied and pasted to the command prompt in my VHD folder:

cscript wim2vhd.wsf /wim:C:\sources\install.wim /sku:ULTIMATE /vhd:C:\vhd\Win7Ultimate.vhd /size:20960 /disktype:Fixed

Note I also put the Win7ultamate.vhd file in the VHD folder rather than the root

drive in the example. This makes it easier to find, backup, and increment.

* When your VHD file is ceated you can finish the process with this handy tool:

VHD Mount for Windows 7 -- adds all VHD related action like Mount, Un-mount,

Boot from VHD images right in your Right Click Context menu. After you run it,

just right click on any VHD image and select "add to boot menu."

https://brentf.com/blog/software/misc/VHDMount.exe

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, September 10, 2009 9:00 PM by Michael Connell

I have Win7 Ultimate as a host OS and am trying to boot a WinServer 2008 Enterpize VHD. I followed all of the instructions outlined in the blog. Everything goes smooth up until I attempt my first boot into the Win 2008 VHD. I am then greeting with a dialog telling me that my Boot Configuration is Corrupted (Error 0x490).

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, September 17, 2009 1:36 AM by realtebo

what are the locate=custom parameters into VHD config?

Are they needed? How to locate this value for my VHDs ?

And ... why don't you explain this ?

# re: Windows 7: Boot from VHD First Impression: Part 2

Sunday, September 27, 2009 8:46 AM by aviraj

Boot From VHD is only supported by Windows 7 and Windows Server 2008 R2. No downlevel OS support. That means you cannot boot Windows Vista or Windows Server 2008 using Boot From VHD option

# re: Windows 7: Boot from VHD First Impression: Part 2

Friday, October 16, 2009 8:40 PM by 8675309

i tried using boot 7 from vhd but it fragments to quickly so both it & vista are slow to boot

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, November 12, 2009 11:11 AM by Daren

Portlock Leap Frog, makes it very easy to setup a VHD for booting or an existing VHD, even if you only have Vista or XP. Portlock Leap Frog will upgrade the boot manager to support VHD boot.

# re: Windows 7: Boot from VHD First Impression: Part 2

Monday, November 16, 2009 1:19 PM by Raymond

In your demonstration , in the middle of it .... you say

If you have Windows Server 2008 running Hyper-V, launch the virtual machine running Windows 7 or Windows Server 7 aka Windows Server 2008 R2 and the run the following command

c:\windows\system32\sysprep>sysprep /generalize /shutdown

--------------------------

and then you say

Once the image is applied to particular drive in our case X:\. Detach the X: Drive from the Disk Management. Now your VHD file is ready to boot.

--------------------------

My confuse is if I shutdown my windows 7 by sysprep , then how can I detach the X: ?

--------------------------

In the above

"launch the virtual machine running Windows 7"

I don't understand what is "the virtual machine" mean. I'm using an DVD installed Windows 7 , how can I sysprep it ?

If you won't mind , make this clear for me, thanks

# re: Windows 7: Boot from VHD First Impression: Part 2

Tuesday, November 17, 2009 5:49 PM by sam

This is very nice post. I followed steps and was able to boot into the VHD properly.

I am having trouble with Graphics. Detected adaptor is shown as Standard VGA adaptor. Why this is happening and how to solve this?

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, November 19, 2009 4:34 AM by aviraj

@Raymond

You are confusing with the process.

Preparing VHD file using Windows 7 or Windows Server 7 Media

-In this we are manually creating VHD, applying OS files using ImageX and then detach.

Preparing the VHD file using Windows Server 2008 Hyper-V

-In this we are actually working on the VM, then installing Windows 7 and syspreppint the OS. They copying that VHD frm the Hyper-V based VM to boot from VHD scenario.

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, November 19, 2009 4:36 AM by aviraj

@sam

You need to download and install display drivers in order to get the graphics.

In the Boot from VHD scenario we are accessing the hardware directly from the computer. So we need to install the appropriate drivers.

I suggest you can use Windows Update for display drivers.

# re: Windows 7: Boot from VHD First Impression: Part 2

Monday, December 14, 2009 8:32 AM by steve

Excuse me if this may sound a bit ignorant.

How exactly does VHD benefit you in contrast to using dual-booting ?

I mean why go with the fake virtual thing (i know its not fake) when you can go full blown and use a second partition to create another bootable OS?

If you have to restart your computer to go on to the VHD in essence it is like dual booting.

How would this application be used in an IT Enterprise environment ?

Thanks,

Steve

# re: Windows 7: Boot from VHD First Impression: Part 2

Wednesday, December 23, 2009 2:50 AM by Vivek

Hey, that's a nice post.

I followed you post and was able to boot my laptop from Windows 7 Ultimate VHD.

But after booting from VHD, my laptop dosent detects any WIFIs and hence i am not able to connect to internet.

Can you suggest me any resolution for that?

Thanks!

# re: Windows 7: Boot from VHD First Impression: Part 2

Monday, January 04, 2010 10:04 AM by Gary

This seemed to work for a Win7 vhd install except when I booted to the vhd and ran thru setup - when I entered the license key for the Win7 DVD that I got the install.wim from, it said the key was invalid. This was my MSDN win7 download.

anyone know the solution to this? seems like the install.wim wasnt' built correctly on the dvd.

thanks

# re: Windows 7: Boot from VHD First Impression: Part 2

Monday, January 04, 2010 9:23 PM by aviraj

Which edition you downloaded?

Retail DVD contains Home Basic, Premium, Professional and Ultimate.

For Ultimate Edition Image Index is 5.

You need to use imagex /apply install.wim 5 X:/

Where 5 is edition id for ULTIMATE and X is Target drive.

Enterprise SKU not included in retail DVD. It comes in different media as VL.

# re: Windows 7: Boot from VHD First Impression: Part 2

Tuesday, January 05, 2010 1:50 AM by Leo, Lee

How can I know {GUID}?

Thanks.

# re: Windows 7: Boot from VHD First Impression: Part 2

Tuesday, January 05, 2010 5:54 AM by aviraj

bcdedit /enum

This will list out the GUID

# re: Windows 7: Boot from VHD First Impression: Part 2

Saturday, January 09, 2010 6:39 AM by Frank

Windows Backup creates a .vhd file. Is it possible to boot from this vhd using the bcdedit parts of the above mentioned procedure?

Thanks

# re: Windows 7: Boot from VHD First Impression: Part 2

Wednesday, January 13, 2010 12:10 PM by Andriy

when .vhd is on C:

device vhd=[C:]\win7.vhd

osdevice vhd=[C:]\win7.vhd

works perfect.

but when move win7.vhd to D: (or E:)

->

bcdedit /set {guid} device  vhd=[D:]\win7.vhd

bcdedit /set {guid} osdevice  vhd=[D:]\win7.vhd

->

bootmgr error:

The configuration for an element within the object is invalid in the boot configuration data store.  

The associated windows boot loader entry may not be available for selection until then problem is rectified by an administrator.

The windows boot configuration data (bcd) store file contains some invalid information.

Status : 0xc000000f

or

Status : 0xc000000e

so, how boot win7.vhd from D: or E: ??

Thnx

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, January 14, 2010 5:00 AM by Surins

Can boot from VHD if there is no operating system on the disk.

I can format the disk and create system partition, place all the boot files and then place the VHD..will this work?

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, January 14, 2010 8:33 AM by aviraj

@Andriy - First delete currently configured GUID using BCDEDIT /delete {GUID}

Then move the VHD to D: or E: and then recreate the Boot Entry using BCDEDIT command.

@Surins - Yes, you can use Boot from VHD if there is no OS on the the DISK. You will need a system partition and other partition for storing VHD File. Refer this file for more info

http://technet.microsoft.com/en-us/library/dd799299(WS.10).aspx

# re: Windows 7: Boot from VHD First Impression: Part 2

Thursday, January 14, 2010 12:33 PM by Andriy

>First delete currently configured GUID using BCDEDIT /delete {GUID}

>Then move the VHD to D: or E: and then recreate the Boot Entry using BCDEDIT command.

I did this. but get again Status:0xc000000e

bcdedit.exe /create /d "w7vhd-E:" /application osloader

bcdedit/set {guid} device vhd=[E:]\win7.vhd

bcdedit/set {guid} path \windows\system32\wi

nload.exe

bcdedit /displayorder {guid} /addlast

BTW D:&E: in on raid0 GPT disk. could it cause this problem?

# re: Windows 7: Boot from VHD First Impression: Part 2

Sunday, January 17, 2010 4:33 AM by Ole Richardt

Very nice post, thank you. I have an working WIN7 environment where I have created a couple of VHD's to boot from (WS2008; WIN7; HYPER-V Server) by creating them from scratch.

Is it possible to take an existing Hyper-V vhd's, aka. one of the demo hyper-v's from MS (WS2008R2), copy them to the HDD and insert them in the boot loader directly so you can boot them?

# re: Windows 7: Boot from VHD First Impression: Part 2

Monday, January 18, 2010 10:07 AM by james

can i boot from the windows 2008 vhd file which has created by windows 2008 backup utility ?

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker