|
|
|
|
|
by snazz
2221 days ago
|
|
systemd-boot is a good solution to this problem. It's less of a horrible complicated mess than GRUB. You can add menu entries for multiple operating systems, an EFI shell, and the BIOS menu, just like with GRUB. It has a much nicer configuration story and integrates with the other systemd components (so, for example, you can reboot into a different boot menu option through a systemctl reboot flag just like the equivalent feature in Windows). systemd-boot only supports UEFI systems, so GRUB would still have to be an option for legacy systems. Check out the Arch Wiki page: https://wiki.archlinux.org/index.php/systemd-boot |
|