You are not logged in.
My bootloader is systemd-boot. I'd like to have an entry for booting into EFI setup. According to https://wiki.archlinux.org/index.php/sy … ware_Setup, setting
auto-firmware=1should do the trick. Right now I have two entries in the boot menu: Arch and "EFI interface". But the later doesn't do anything.
Here's my config file
# /boot/loader/loader.conf
default arch
timeout 4
console-mode auto
editor no
auto-firmware 1Did I miss anything?
Last edited by bl4ck5un (2019-09-14 18:23:51)
Offline
systemd-boot will only add the option if the firmware indicates it has support for the action https://github.com/systemd/systemd/blob … ot.c#L2411
Does the following reboot into firmware?
systemctl reboot --firmware-setupOffline
systemd-boot will only add the option if the firmware indicates it has support for the action https://github.com/systemd/systemd/blob … ot.c#L2411
Does the following reboot into firmware?systemctl reboot --firmware-setup
Yes it does.
Offline