QUOTE (allanf @ Feb 27 2009, 01:37 PM)

How hard would it be to retain the existing boot configuration with XP OS; create the 200+MB Primary Active to house the boot info, BitLocker, etc; then add a Win7 VHD to the boot configuration?
...

...
Here's what I'm going to do (for XP users with a single Partition c:\ - probably much simpler for Vista users):
1. Download Windows AIK 2.0 (Win7 beta).
2. If you have an earlier WAIK, go to 'Control Panel'>'Add or Remove Programs' and uninstall the older WAIK.
3. Burn the new WAIK to DVD (or mount the .iso), Autorun it, and setup the new WAIK.
4. Make a copy of the new '...\Program Files\Windows AIK' to '...\Program Files\Windows AIK 2.0'.
5. Uninstall the new WAIK using 'Add or Remove Programs', then reinstall (or download and install) Windows AIK 1.1.
6. Copy the new winpe.wim from '...\Program Files\Windows AIK 2.0\Tools\PETools\<Architecture>\winpe.wim' where 'Architecture' is the architecture of the machine to be booted.
7. In Windows Explorer (or another File Manager), go to '...\Program Files\Windows AIK\Tools\PETools\<Architecture>\' and rename 'winpe.wim' to 'winpe2.wim'.
8. Paste the new 'winpe.wim' into the folder.
9. Run Winbuilder Project
pe21.003b (or
pePA.com for x86 only and no Language selection) to create a bootable .iso of Customized Windows PE 3.0.
a. Make sure in the '* Windows Tools' Column of the Winbuilder GUI of pe21.003b.config, that 'Select Individual Tools' is visible in the ScrollBox, and that all individual tools are
unchecked.
b. In pe21, also select 'Languages...' as 'EN-US', the default. (I haven't tried installing WinPE 2.0 Language Packs into Windows PE 3.0.)
c. In the 'Configuration' Column, select 'Program Files in RAM'.
d. To add Drivers, select 'Add Drivers (See Below)', and Click the Folder icon for 'Select the Folder containing your extracted Driver Files...'. Navigate to the Driver Folder which must contain an .inf file for the driver.
e. Select the Architecture of the machine that will be booted.
f. The .iso will be found at '<Winbuilder Base Directory>\ISO\pe21.iso'.
g. Do not select too many additional Programs. The winpe.wim does not contain the 'Scripting Host' and peimg is unable to install it to WinPE 3.0. At boot-time there will be a warning for every Program advising that a vb script for creating shortcuts cannot be run. It will be necessary to start Programs from 'run...' or the Command Prompt.
Alternative 9. Do it manually from Start>'All Programs'>'Microsoft Windows AIK'>'Windows PE Tools Command Prompt'. Execute 'copype <Architecture> <Directory (without spaces in Path)>'; 'peimg /inf=<Driver .inf> <Directory>\Windows' to install drivers; and 'oscdimg ...' to create the .iso file.
10. Obtain Win7Beta .iso file from an MS Partner (if not previously downloaded).
11. Burn Win7Beta .iso to DVD (or mount the .iso). Don't Autorun it. Copy contents to a folder 'C:\Win7Beta_Install'.
12. Boot the WinPE 3.0 created in Step 9. I use bootmgr to boot the boot.wim only from HDD ('C:\source\boot.wim') - for the pe21 Project, the boot.wim is found in '<Winbuilder Base Directory>\Temp\pe2\ISO\sources\'.
wimb has provided a tool and description for booting a WinPE .iso from HDD using Grub4DOS. (see:
Tutorial: Install XP from USB AFTER Booting with PE from HDD or USB and first post of that Thread)
13. In WinPE 3.0, open the Command Prompt, type DiskPart and press enter.
14. Type the following, pressing enter afterwards.
a. List Disk
b. .......................... to be continued. How am I going so far? ...

...
diddy to the rescue ...

... I could never write instructions as beautifully as this:
http://www.boot-land.net/forums/index.php?...ost&p=62577