大家有用過Virtual PC, Virtual Server都可能覺得VHD(虛擬硬碟)唔係咩新鮮野,
但今次嘅新瓶就係將在無任何虛擬主機host PC( no PC virtualization)嘅情況下, mount VHD做logical disk 直BOOT
即係在Physical 硬碟中,建立多過以file 封裝起的VHD虛擬硬碟,
利用新的winPE 功能(原來BOOT 安裝碟時, 按SHIFT+F12便可進入)
The Screencast Video – 23 minutes – Win7 and R2 Dual Boot via VHD
The Command Sequence Used in the Video
- 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.
Reference: http://blogs.technet.com/keithcombs/archive/2009/05/22/dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2.aspx
另加一個 install Win 7 from USB

0 comments:
張貼意見