create bootable iso from windows installation files

如果擁有 Windows 作業系統安裝檔案,可以利用 ImgBurn 軟體,將微軟安裝目錄製作成.iso,方便虛擬機安裝作業系統之用。 其關鍵步驟在選擇正確開機檔案,及載入磁區數目。重要參數如下:
  1.Source: Windows作業系統安裝檔案位置
  2.Destination: .iso檔案位罝
  3.Advanced/Bootable Disc
     Make Image Bootable
       Emulation Type: None (Custom)
       Boot Image: \boot\etfsboot.com
       Platform ID: 80x86
       Developer ID: Microsoft Corporation
       Load Segment: 07C0
       Sectors To Load: 8
  4.Build

  其中,載入磁區數目為 8,推測是因為 etfsboot.com 檔案為4KB,佔512B磁區8個。

參考: Youtube: How to create a Bootable ISO Image *from* a Bootable USB Drive

沒有留言:

Linked Lists from C to Java

「 C Pointer Concepts in Java 」一文提到 Java 沒有指標型別 (pointer type) ,但有參照型別 (reference type) 的設計。在遇到須要處理鏈結清單 (linked list)、圖形 (graph) 等資料結構時,Java ...

總網頁瀏覽量