Install VHD without native OS - Windows

Table of Contents

有沒有可能這麼做:

1.我有一個Windows 7 install USB,包含imagex
2.筆電裡一顆乾淨的硬碟

使用USB開機,進入命令列,format 硬碟。
用diskpart在硬碟上建立一個VHD,掛載它,用imagex佈署windows 7進去。

=======
然後,在硬碟上寫入開機組態,並指引到VHD裡的Windows,下次用硬碟開機,
直接完成安裝。
=======

簡單的說就是系統碟上只存在開機組態與VHD,不必灌原生OS。


上方等號裡的步驟,any idea?


--

All Comments

Puput avatarPuput2013-05-10
我覺得應該可以 因為把windows強置安裝到外接硬碟
也是類似的作法
Michael avatarMichael2013-05-14
用 bcdboot 寫開機檔, bcdedit 增加開機選項指向 vhd
Ethan avatarEthan2013-05-15
基本上就是維持在掛載 vhd 的情況下執行
bootrec /rebuildbcd 要注意它一定要抓到vhd上的OS
Iris avatarIris2013-05-20
如果沒抓到任何OS就...重開機 掛載vhd 再來吧
rebuild完以後的bcd {default}是指向vhd掛載的
Noah avatarNoah2013-05-22
partitioin 這是錯誤的 所以要透過bcdedit改成指向
vhd file 最後最重要的 千萬別忘了複製bootmgr進去
硬碟 我昨天就是卡在忘了放bootmgr一直失敗