使用开源软件WoeUSB制作win10启动盘。

1. 获取WoeUSB源码

git clone https://github.com/slacka/WoeUSB.git

2. 配置依赖

$./setup-development-environment.bash
$ sudo apt-get install devscripts equivs gdebi-core
$ cd <WoeUSB source tree directory, the folder that contains the `src` folder>
$ mk-build-deps # NOTE: Currently, due to Debian Bug #679101, this command will fail if the source path contains spaces.
$ sudo gdebi woeusb-build-deps_<version>_all.deb

3. 源码编译安装

# Generic method
$ autoreconf --force --install # Most non-Debian derived distros will need this
$ ./configure
$ make
$ sudo make install

4. 使用WoeUSB制作windows启动盘

woeuse --device windows的ios文件 U盘设备
例如

woeusb --device cn_windows_10_business_editions_version_1903_x64_dvd_e001dd2c.iso /dev/sdc

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐