Skip to content

ZFSBootMenu v1.1

Choose a tag to compare

@zdykstra zdykstra released this 11 Jun 19:18
· 959 commits to master since this release

This release includes a number of small fixes and improvements.

Fixes

  • Correctly handle exiting the recovery shell, fixing an infinite loop. A reboot is no longer required to recover from the recovery shell. Thanks, @ahesford.
  • Check that the EFI stub file is present on disk at the specified location. If the file is missing and an EFI bundle is requested, exit with an error.
  • Minor documentation fixes.

Features

  • Handle console fonts defined on the kernel command line. This is useful for systems with a 4k display. You should now be able to read the screen without a magnifying glass. Thanks to @ahesford for the significant time spent on tracking this down.
  • Instead of calling objcopy directly, dracut is now used to generate a bundled EFI file. This means that the bundled EFI file can now be signed by Secure Boot keys! Thanks to @ericonr for this feature - and learning a bit of Perl to do it!

No configuration file changes are needed to use this release. Enjoy!