Skip to content

WoeUSB v3.0.0

Compare
Choose a tag to compare
@brlin-tw brlin-tw released this 01 Nov 01:18
· 121 commits to master since this release

This release includes major improvements to WoeUSB.

  • We now support using NTFS filesystem as the target partition's filesystem, thanks to the UEFI:NTFS loader made by Rufus's author.
    • NOTE: By using --device creation method and setting --target-filesystem to NTFS the UEFI:NTFS loader will be downloaded from Rufus's repository on GitHub, internet access is required and you shall be acknowledge with the security concerns of using Rufus's software
    • NOTE: For --partition creation method to support booting, it must be repartitioned to include the UEFI:NTFS partition first
    • NOTE: Unfortunately the UEFI:NTFS loader isn't Secureboot-signed, disable Secureboot during using it is required
    • NOTE: Only available in CLI.
  • Although might not be noticeable, another major refactoring is done in the code, please report any regressions on using this release.
  • We added more status(green) messages to improve our transparency of the underlying building process
    _373

Also some compatibility breaking change is made, thus the bumping of the major version :

  • --format and --install legacy option has now been obsoleted

Cheers!