You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Brown e97d88a0cf [ci] Update to ubuntu-24.04 workflow runners 3 months ago
.github/workflows [ci] Update to ubuntu-24.04 workflow runners 3 months ago
doc [doc] Add a minimal description and demo animation 5 years ago
src [release] Release version 2.8.0 1 year ago
test [ci] Update to ubuntu-24.04 workflow runners 3 months ago
CHANGELOG.md [release] Release version 2.8.0 1 year ago
LICENSE.txt [doc] Add README and LICENSE files 13 years ago
README.md [doc] Update status badge URLs 3 years ago
RELEASE.md [efi] Include Secure Boot Advanced Targeting (SBAT) metadata 4 years ago
wimboot [release] Release version 2.8.0 1 year ago

README.md

wimboot: Windows Imaging Format bootloader

Build Coverity Tests Release

wimboot is a boot loader for Windows Imaging Format .wim files. It enables you to boot into a Windows PE (WinPE) deployment or recovery environment.

You can use wimboot with iPXE to boot Windows PE via HTTP. With a Gigabit Ethernet network, a typical WinPE image should download in just a few seconds.

Demo

This animation shows an HTTP network boot into the Windows 10 installer. The total elapsed time from power on to reaching the Windows installer screen is 17 seconds.

Demo animation

Advantages

Speed

wimboot can download images at the full speed supported by your network, since it can use HTTP rather than TFTP.

Ease of use

wimboot works directly with .wim image files; there is no need to wrap your .wim into an ISO or FAT filesystem image.

BIOS/UEFI compatibility

wimboot allows you to use a single configuration and set of files to boot under both BIOS and UEFI environments.

License

wimboot is free software licensed under the GNU General Public License.

Quickstart

See https://ipxe.org/wimboot for instructions.