MSFN Forum: Boot WinPE 3.0 VHD from HDD - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Boot WinPE 3.0 VHD from HDD Rate Topic: -----

#1 User is offline   allanf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 01-June 07

Posted 03 May 2009 - 10:06 AM

On Windows 7 Beta with Windows AIK 2.0 installed.

Start > All Programs > Microsoft Windows AIK > Deployment Tools Command Prompt -> Right-Click > Run as administrator > Yes

diskpart

create vdisk file=d:\winpe.vhd type=fixed maximum=1024

select vdisk file=d:\winpe.vhd

attach vdisk

create partition primary

assign

format quick label=vhd

exit

imagex /apply "c:\program files\windows aik\tools\petools\x86\winpe.wim" 1 e:

diskpart

select vdisk file=d:\winpe.vhd

detach vdisk

exit

bcdedit /create /d "vhd" /application osloader

bcdedit /set {GUID} device vhd=[d:]\winpe.vhd

bcdedit /set {GUID} osdevice vhd=[d:]\winpe.vhd

bcdedit /set {GUID} path \windows\system32\winload.exe

bcdedit /set {GUID} systemroot \windows

bcdedit /set {GUID} detecthal yes

bcdedit /set {GUID} winpe yes

bcdedit /displayorder {GUID} /addlast


e: is the Drive Letter assigned to the attached VDISK.

{GUID} is returned following the command:
bcdedit /create /d "vhd" /application osloader


d: is the partition holding the .vhd file. In the BCD, [d:] may be replaced by [locate].

Compared to other methods of booting the unmodified winpe.wim volume image - from Boot Manager select to the appearance of the Command Prompt:
vhd - 34 seconds
wim - 33 seconds
flat - 32 seconds
(... give or take a second or two ... :D ...)

Regards :)

This post has been edited by allanf: 03 May 2009 - 10:09 AM



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy