Go to file
Andrew J. Hesford 6c63c1d129 guides/void-linux/syslinux-mbr: fix syslinux section header 2023-11-01 13:36:01 -04:00
.github testing: fix all shellcheck warnings 2023-07-06 09:24:10 -05:00
bin bin/zbm-kcl: use proper offset when overwriting EFI KCL 2023-10-25 09:18:41 -04:00
contrib zfsbootmenu: rename UI library, normalize imports 2023-09-20 13:05:02 -05:00
docs guides/void-linux/syslinux-mbr: fix syslinux section header 2023-11-01 13:36:01 -04:00
dracut zfsbootmenu: make zbm.autosize a system hook 2023-09-16 19:41:32 -05:00
etc release/recovery EFI: set loglevel=0 by default 2023-10-24 18:10:06 -05:00
examples Remove diff from early days of playing around 2022-10-24 16:30:35 -05:00
initcpio zfsbootmenu: make zbm.autosize a system hook 2023-09-16 19:41:32 -05:00
media migrate README contents to docs/index.rst 2022-12-22 10:24:47 -06:00
releng releng/docker: Dockerfile parity with image-build.sh 2023-10-17 11:19:41 -04:00
testing testing/run.sh: enable building with alternate EFI stubs 2023-10-19 16:04:35 -05:00
zfsbootmenu zfsbootmenu-core: fix typo in warning text 2023-10-31 11:03:29 -05:00
.gitattributes .gitattributes: treat help files and manpages as generated 2023-10-23 09:51:42 -05:00
.gitignore testing/run.sh: enable building with alternate EFI stubs 2023-10-19 16:04:35 -05:00
.perltidyrc Create generate-zbm which can be used to manage the lifecycle of the 2019-12-19 18:53:01 -06:00
.readthedocs.yaml Disable pdf/epub formats to fix broken docs deploys 2023-03-03 11:48:57 -06:00
LICENSE LICENSE, docs/conf.py: update license info/authors 2023-01-15 15:34:50 -05:00
LICENSE.fonts zfsbootmenu: make zbm.autosize a system hook 2023-09-16 19:41:32 -05:00
Makefile docs/man/: convert pod manpages to rst 2022-12-20 21:53:42 -06:00
README.md README.md: add documentation status badge 2022-12-28 09:13:14 -06:00
cpanfile generate-zbm: remove INI migration support 2022-02-03 14:37:53 -06:00
install-tree.sh De-prioritize Dracut as the primary generator 2022-01-27 12:56:11 -05:00
zbm-builder.sh Refactor user runtime hooks installation and processing 2023-09-12 21:15:04 -04:00

README.md

ZFSBootMenu Logo

Build Check Documentation Status Latest Packaged Version(s)

ZFSBootMenu is a Linux bootloader that attempts to provide an experience similar to FreeBSD's bootloader. By taking advantage of ZFS features, it allows a user to have multiple "boot environments" (with different distributions, for example), manipulate snapshots before booting, and, for the adventurous user, even bootstrap a system installation via zfs recv.

In essence, ZFSBootMenu is a small, self-contained Linux system that knows how to find other Linux kernels and initramfs images within ZFS filesystems. When a suitable kernel and initramfs are identified (either through an automatic process or direct user selection), ZFSBootMenu launches that kernel using the kexec command.

screenshot

For more details, see:

Join us on IRC

Come chat about ZFSBootMenu in #zfsbootmenu on libera.chat