在 Linux 上將 Windows ISO 燒錄到 USB 隨身碟
Windows2usb 是一個 bash 腳本,可將 Microsoft Windows 7/8/8.1/10/11 安裝 DVD 映像寫入 Linux 上的 USB 隨身碟或外部 HDD。它的設計考慮到了相容性,並且應該在所有情況下都能工作,這與其他流行的 Linux 工具相反。
特徵:
Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility
WARNING: this program will delete all existing data on your drive!
windows2usb [mbr/gpt/gptntfs/gpt+uefintfs]
mbr mode: the most universal, RECOMMENDED and DEFAULT method.
This mode creates MBR partition table with FAT32 partition,
installs BIOS and UEFI bootloaders, supports Secure Boot.
install.wim file larger than 4 GiB will be split.
Suitable for all computers (UEFI/CSM/BIOS).
gpt mode: less universal mode, for modern (UEFI) computers.
GPT+FAT32, UEFI only, supports Secure Boot.
gptntfs mode: all the same as 'gpt' but NTFS is used.
GPT+NTFS, UEFI only, supports Secure Boot.
Large install.wim file will not be split.
NOTE: not all UEFI are compatible with this mode,
NTFS driver should be present on the motherboard.
gpt+uefintfs mode: alternative hacky installation method, not recommended.
This mode uses NTFS partition and third-party 'uefintfs' bootloader.
GPT+NTFS(data)+FAT32(efi), UEFI only, supports Secure Boot
(since uefintfs Oct 23, 2021 release).
Large install.wim file will not be split.
從發布頁面下載最新的便攜式 AppImage 版本,設定執行位( chmod +x windows2usb-*.AppImage
) 並從終端運行它。
windows2usb
例如:
./windows2usb.AppImage /dev/sdz /home/valdikss/windows10.iso
如果未提供參數,程式將列印可移動儲存清單。
如果您不想使用 AppImage,則需要安裝所有依賴項並從 Rufus 專案下載 uefi-ntfs.img。
模式 | 舊版/UEFI-CSM 引導 | UEFI啟動 | 大 ISO (>4GB) | 安全啟動 | 檔案系統 | 零件表 |
---|---|---|---|---|---|---|
MBR(混合) | 支援 | 支援 | 支援 | 支援 | FAT32 | 膜生物反應器 |
總蛋白 | 不 | 支援 | 支援 | 支援 | FAT32 | GPT |
通用檔案系統 | 不 | 部分的 | 支援 | 支援 | NTFS | GPT |
gpt+uefintfs | 不 | 支援 | 支援 | 支援 | NTFS | GPT |
BIOS 啟動(傳統啟動/UEFI-CSM)使用現有的 Windows 7 MBR 和 FAT32 啟動載入程序,由 ms-sys 專案提供。
僅在建議的“mbr”模式下支援 BIOS 開機。
若要燒錄與 BIOS 啟動(以及 UEFI 啟動)相容的 ISO,請執行:
windows2usb
所有模式均支援 UEFI 啟動。建議模式:“mbr”。
若要在此模式下刻錄 ISO,請執行:
windows2usb
“MBR”、“GPT”和“GPTNTFS”模式利用 ISO 檔案中的 Windows UEFI 開機載入程序,並支援安全開機。
特殊的「gpt+uefintfs」模式使用來自 Rufus 專案的 uefi-ntfs 引導程式。 Windows2usb在此模式下建立 2 個分割區,具有uefi-ntfs 的小型 1 MiB FAT32 分割區和帶有 ISO 資料的大型 NTFS 分割區。
此模式之前包含在 install.wim 檔案大於 4 GiB 的安裝磁碟上,但從那時起引入了分割 WIM 檔案功能,現在此模式可能被認為已過時。
uefi-ntfs bootloader 自 2021 年 10 月 23 日發布以來已由 Microsoft 簽名,並支援安全啟動。
WoeUSB—使用 GRUB 進行 BIOS 開機。
bootiso — 支援 Windows 和 Linux ISO。
Ventoy — 啟動多功能工具,對 Windows ISO 直接載入提供出色支援。
該腳本使用: