Win7之家( afsion.com.cn):如何從VHD文件安裝Windows 7?(視頻)
在Windows 7和Windows Server 2008 R2中,微軟加入了VHD虛擬技術。那么,如何以VHD形式安裝Windows 7 和Windows Server 2008 R2呢?
1.放入Windows 7光盤,設置為光盤啟動
2.選擇語言,點擊下一步
3.在安裝界面出現(xiàn)后,同時按下Shift+F10打開命令提示符。
4.運行如下命令:
diskpart
list disk
select disk 0
clean
5.輸入如下命令新建一個200MB大小的分區(qū)。其實在Windows 7的安裝過程中,系統(tǒng)會自動創(chuàng)建該分區(qū)。
create part primary size=200
format fs=ntfs label="System" quick
active
6.再次運行如下命令:
create part primary
format fs=ntfs label="Boot" quick
assign letter=C
7.運行如下命令以新建VHD文件,其中,25000代表文件大小,“type”代表文件類型,“expandable”說明該文件大小可隨分區(qū)大小而變化;如果改為“type=fixed”則固定文件大小。
create vdisk file=c:\win7ult.vhd maximum=25000 type=expandable
select vdisk file=c:\win7ult.vhd
attach vdisk
create partition primary
format fs=ntfs label="Win7Boot" quick
8.輸入如下命令列出卷標
list vol
9.輸入“exit”2次退出命令提示符
10.繼續(xù)進行安裝,目標分區(qū)選擇剛剛創(chuàng)建的VHD分區(qū)。系統(tǒng)會提示無法完成安裝,但可以忽略。系統(tǒng)會進行正常安裝。不過安裝完成后200MB的分區(qū)是不可見的。
視頻:
附部分原文:
Windows 7 and Server 2008 R2 add the ability for an OS to be installed onto a virtual hard disk (VHD) file to boot physical hardware. To do this, perform the following steps.
...
評論列表
查看所有 條評論