Skip to content

Releases: rhboot/efibootmgr

efibootmgr 18

07 Jul 21:48
18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 17...18

efibootmgr 17

07 Sep 22:59
17
Compare
Choose a tag to compare
  • various CI updates
  • Make.defaults: fix pkg-config invocation for LDFLAGS
  • make_linux_load_option(): add some more efi_error() calls
  • Change the default partition choice.
  • Don't set LIBEFIBOOT_REPORT_GPT_ERRORS=1
  • Make it easier to build with a devel branch of efivar
  • efibootmgr -e: improve parsing for efivar-36 compat
  • Fix an invalid free()
  • Propogate verbosity to libefivar 36's internal logging facility
  • Add a bit more logging

efibootmgr 16

09 Apr 20:44
16
Compare
Choose a tag to compare
  • better coverity and clang-analyzer support
  • better CI
  • minor fixes

efibootmgr 15

07 Mar 16:10
15
Compare
Choose a tag to compare
efibootmgr 15 Pre-release
Pre-release
  • Make efibootmgr use EFIDIR / efibootmgr.efidir like fwupdate does
  • make --loader default build-time configurable
  • sanitize set_mirror()/get_mirror()
  • Add support for parsing loader options as UCS2
  • GCC 7 fixes
  • Don't use -fshort-wchar since we don't run on EFI machines.

efibootmgr 14

27 Sep 21:03
14
Compare
Choose a tag to compare
  • Remove "(hex)" from description of --delete-bootnum
  • Fix a typo in the popt options
  • Add README.md
  • make efibootdump install by default
  • Man page fixes
  • Better compiler detection
  • Don't use --default-symver in efibootmgr
  • Make -flto part of the overrideable CFLAGS

efibootmgr 13

17 Aug 15:38
13
Compare
Choose a tag to compare
  • Add support for --sysprep and --driver to support UEFI System Prep
    Applications and UEFI Drivers.
  • use efivar's error reporting facility, and show error traces when
    "-v -v" is used.
  • Still yet better error codes returned on failures.
  • Add -m and -M to support Memory Address Range Mirroring.
  • Add efibootdump, to examine Boot* variables found in tarballs in bug
    reports and similar.
  • miscellaneous bugfixes.

efibootmgr 0.12

28 May 21:46
efibootmgr-0.12
Compare
Choose a tag to compare

It's efibootmgr 0.12!

This release is mostly a maintenance release that uses libefivar's new library API for creating device paths and load options.

Also DHCPv4 network boot entries are now something you can create without knowing an awful lot about ACPI.

As always, I recommend using the .tar.bz2 instead of the other downloads which are automatically generated by github.

efibootmgr 0.11.0

21 Oct 20:19
efibootmgr-0.11.0
Compare
Choose a tag to compare
  • Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
  • Generate more archives to avoid people using github's, because they're just bad.

Apparently specifying your own .tar.gzs and .zips won't stop it from doing it anyway. Only use the green links.

efibootmgr 0.10.0

20 Oct 16:22
efibootmgr-0.10.0
Compare
Choose a tag to compare
  • Make -o parameter validation work better and be more informative
  • Better exit values
  • Fix a segfault with appending ascii arguments.

efibootmgr 0.9.0

25 Sep 18:05
efibootmgr-0.9.0
Compare
Choose a tag to compare
  • Several bugs found by coverity.
  • Update for efivar-0.12 , which changed the semantics of efi_guid_to_str() slightly