WinUSB是一个在Linux上创建Windows启动U盘的开源工具,它可以从Windows ISO镜像或者DVD中创建USB安装盘。它支持GUI和命令行操作(winusbgui、winusb)。
WinUSB源代码:https://github.com/slacka/WinUSB
Ubuntu 16.04安装WinUSB:
WinUSB目前还没有提供Ubuntu 16.04的deb包,我们需要从源码编译安装WinUSB。
首先,安装编译工具和一些依赖包:
$ sudo apt install build-essential libwxbase3.0-dev libwxgtk3.0-dev git
下载WinUSB源代码:
$ git clone https://github.com/slacka/WinUSB
编译安装:
$ cd WinUSB
$ ./configure
$ make
$ sudo make install
使用WinUSB创建Windows启动U盘
WinUSB的GUI界面:
命令行:
$ winusb --format path/of/windows.iso /dev/sdb # 格式化U盘
$ winusb --install path/of/windows.iso /dev/sdb1 # 不格式化U盘