You are not logged in.

#1 2019-09-14 18:23:06

bl4ck5un
Member
Registered: 2015-01-28
Posts: 16

boot to UEFI Firmware setup from systemd-boot

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=1

should 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	1

Did I miss anything?

Last edited by bl4ck5un (2019-09-14 18:23:51)

Offline

#2 2019-09-14 18:48:01

loqs
Member
Registered: 2014-03-06
Posts: 19,048

Re: boot to UEFI Firmware setup from systemd-boot

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

Offline

#3 2019-09-14 20:16:27

bl4ck5un
Member
Registered: 2015-01-28
Posts: 16

Re: boot to UEFI Firmware setup from systemd-boot

loqs wrote:

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

Board footer

Powered by FluxBB