admin管理员组

文章数量:1130349

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

1. 获取WoeUSB源码

git clone https://github/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

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

1. 获取WoeUSB源码

git clone https://github/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

本文标签: 启动盘Linux