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

沒有留言:

Building a Lightweight Streamlit Client for Local Ollama LLM Interaction

Ollama 提供端點串接服務,可由程式管理及使用本地大語言模型(LLM, Large Language Model)。 以下程式碼展示如何以 Streamlit 套件,建立一個輕量級的網頁介面,供呼叫 本地端安裝的 Ollama 大語言模型。 Ollama 預設的服務...

總網頁瀏覽量