allanf Posted May 3, 2009 Posted May 3, 2009 (edited) 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 > Yesdiskpartcreate vdisk file=d:\winpe.vhd type=fixed maximum=1024select vdisk file=d:\winpe.vhdattach vdiskcreate partition primaryassignformat quick label=vhdexitimagex /apply "c:\program files\windows aik\tools\petools\x86\winpe.wim" 1 e:diskpartselect vdisk file=d:\winpe.vhddetach vdiskexitbcdedit /create /d "vhd" /application osloaderbcdedit /set {GUID} device vhd=[d:]\winpe.vhdbcdedit /set {GUID} osdevice vhd=[d:]\winpe.vhdbcdedit /set {GUID} path \windows\system32\winload.exebcdedit /set {GUID} systemroot \windowsbcdedit /set {GUID} detecthal yesbcdedit /set {GUID} winpe yesbcdedit /displayorder {GUID} /addlaste: is the Drive Letter assigned to the attached VDISK.{GUID} is returned following the command:bcdedit /create /d "vhd" /application osloaderd: 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 secondswim - 33 secondsflat - 32 seconds(... give or take a second or two ... ...)Regards Edited May 3, 2009 by allanf
jmardian Posted September 17, 2012 Posted September 17, 2012 This works great for Windows 7. Does anyone have an update for Windows 8 RTM (WinPE 4.0, I believe)?Thanks for a great post.
jaclaz Posted September 17, 2012 Posted September 17, 2012 This works great for Windows 7. Does anyone have an update for Windows 8 RTM (WinPE 4.0, I believe)?Thanks for a great post.No real changes AFAIK, the above should work with WIndows 8 allright.See also:http://reboot.pro/16544/page__st__50#entry151250http://blog.concurrency.com/infrastructure/dual-boot-windows-8-from-vhd-using-windows-setup/jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now