Apple Silicon MacでIntel Mac用の起動可能なUSBインストーラを作成できる「macUSB」がWindowsとLinuxの起動可能なUSBインストーラ作成に対応しています。詳細は以下から。
![]()
macUSBはポーランドのKruszoneqさんがオープンソースで開発している、OS X/macOS用インストーラ作成ツールで、次期macOS 27でサポートが終了するIntel Mac用の起動可能なUSBインストーラーを最新のApple Silicon Macで作成できますが、このmacUSBがバージョン2.2アップデートでWindowsとLinuxの起動可能なUSBインストーラーの作成に対応しています。

macUSBはv2.0アップデートでOS X/macOSインストーラのダウンロードと検証機能が実装され、OS X/macOSのダウンロードからインストーラ作成までが可能になりましたが、macUSB v2.2ではユーザーがダウンロードしたLinuxとWindowsのインストーラー(.iso)ファイル認識機能が追加され、USBインストーラーを作成する事が可能になっています。

対応するWindowsはWindows XPとWindows Server 2003以降のソースに対応し、WindowsのインストーラーはFAT32フォーマットで作成するため、install.winが4GBを超える場合にはWindows Imaging ライブラリ(wimlib)が必要なため、別途Homeberwでインストールする必要があります。

brew install wimlib
Windows/LinuxのUSBインストーラーの作成は、macOSと同じく.isoファイルをドラッグ&ドロップし指示通りにクリックしていくだけなので、今後Intel MacでBootCampを利用しWindows/LinuxとmacOSのデュアル/トリプルブートを行いたい方はチェックしてみて下さい。

macUSB v2.2のリリースノートより抜粋
ADDED: LINUX
- Added Linux .iso recognition with detected distribution name, version, architecture, and distro icon preview in analysis.
- Added ARM architecture labeling for recognized Linux sources.
- Added a dedicated process for creating bootable Linux USB media, using a dd write path with post-write SHA-256 verification.
ADDED: WINDOWS
- Added Windows installer .iso recognition for sources from Windows XP and Windows Server 2003 onward, including version and architecture detection.
- Added ARM architecture labeling for recognized Windows sources.
- Added a dedicated process for creating bootable Windows USB media (supported for Windows 8 and newer, and Windows Server 2012 and newer), including MBR + FAT32 target formatting, automatic .wim splitting into .swm parts via wimlib, and write verification.
- Added conditional checks for wimlib when the selected Windows installer requires splitting the .wim file.
- Kruszoneq/macUSB – GitHub
- The all-in-one USB creator for Mac – macUSB

コメント