woeusb制作linux启动盘,WoeUSB

2023-05-16

WoeUSB

WoeUSB.svg

license-gpl-blue.svg

WoeUSB.svg?branch=master

a5a4d278052caf761108d09cc29158e9.pngbcf27023075f1553f8d08a55bcc1d2e8.png405b98980885cc46692d1f0017a3cdff.png

A Linux program to create a Windows USB stick installer from a real Windows DVD or image.

This package contains two programs:

woeusb: A command-line utility that enables you to create your own bootable Windows installation USB storage device from an existing Windows Installation disc or disk image

woeusbgui: A GUI wrapper of woeusb based on WxWidgets

Supported images:

Windows Vista, Windows 7, Window 8.x, Windows 10. All languages and any version (home, pro...) and Windows PE are supported.

Supported bootmodes:

Legacy/MBR-style/IBM PC compatible bootmode

Native UEFI booting is supported for Windows 7 and later images (limited to the FAT filesystem as the target)

This project is a fork of Congelli501's WinUSB software, which has not been maintained since 2012, according to the official website.

Installation

Prebuilt Packages

Note that prebuilt packages are not necessarily the latest release and we are NOT responsible for the trustworthiness of these packages. Regarding any related issues contact its maintainer first.

Official Distribution Packages

Fedora packages maintained by mprahl

openSUSE packages maintained by guoyunhe

Gentoo packages maintained by pacho

Third-party Distribution Packages

Arch Linux packages maintained by darkfm

Ubuntu packages maintained by WebUpd8

Build from Source

The following are the instructions to install WoeUSB if prebuilt version is not available or too old.

Acquire WoeUSB's Source Code

Clone WoeUSB's Git repository to your local machine using git clone https://github.com/slacka/WoeUSB.git

NOTE: We no longer support building from source archives provided in the GitHub Releases page as the software version is not set.

Setting the Application Version String

This step is required for generating the proper version name based on the Git tags. This step should be repeated if the version is changed.

$./setup-development-environment.bash

Install WoeUSB's Build Dependencies

# For Debian-based distributions (NOTE: For your convenience, this package is already provided in the release page)

$sudoapt-get installdevscripts equivs gdebi-core

$cd

$mk-build-deps # NOTE: Currently, due to Debian Bug #679101, this command will fail if the source path contains spaces.

$sudogdebi woeusb-build-deps__all.deb

# For Fedora > 22

$sudodnf installwxGTK3-devel

# For Fedora 22

$sudodnf installwxGTK-devel dh-autoreconf.noarch

# For Opensuse

$sudozypper inwxGTK3-3_2-devel dh-autoreconf devscripts

Build & Install WoeUSB

# For Debian-based distributions

$dpkg-buildpackage -uc -b # NOTE: Currently, due to a bug in the build system, this command will fail if the source's path contains space or single quotes, refer to issue #84 for details

$sudogdebi ../woeusb__.deb

# Generic method

$autoreconf --force --install # Most non-Debian derived distros will need this

$./configure

$make

$sudomake install

License

WoeUSB is distributed under the GPL license.

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

woeusb制作linux启动盘,WoeUSB 的相关文章

随机推荐