- Boot your machine with a blank hard drive using the Windows 7 DVD.
- Click next on the language screen if English is appropriate.
- SHIFT+F10 to launch a WinPE command console. Although the commands below are in upper case, the commands are not case sensitive. I am only using upper case for readability here.
- Enter DISKPART to run the utility.
- LIST DISK to see the available disks in your system. I am assuming a single raw disk.
- SEL DISK 0
- CREATE PARTITION PRIMARY
- FORMAT FS=NTFS QUICK
- LIST VOL
- ASSIGN
- LIST VOL
- CREATE VDISK FILE=c:\windows7rc.vhd MAXIMUM=200000 TYPE=EXPANDABLE
- SELECT VDISK FILE=c:\windows7rc.vhd
- ATTACH VDISK
- CRE PART PRI
- FORMAT FS=NTFS QUICK
- ASSIGN LETTER=V:
- LIST VOL
- LIST VDISK
- exit DISPART
- exit WinPE command console
- Install to the newly created 200GB (fuzzy math) virtual hard disk which looks just like a partition to Windows Setup
- Repeat steps 11-18 for the Windows Server 2008 R2 VHD but with the obvious changes for the vdisk filename, size, etc.
Alternative is (If windows 7 already installed):
1. Create VHD
2. Mount VHD Drive
3. Copy install ISO 7/2008R2 into VHD mounted drive
4. Retart machine and F8 into windows 7 repair
5. From CMD use DISK part to mount VHD Drive
6. CD to mounted VHD drive and run setup
7. Select VHD drive during setup to install to the VHD drive
Finialy the tool to manage vhd images such as size : http://archive.msdn.microsoft.com/vhdtool
No comments:
Post a Comment