Questions tagged [systemd-boot]
The systemd-boot tag has no summary.
71 questions
2 votes
0 answers
85 views
Why is my unsigned BOOTX64.EFI able to boot with Secure Boot enabled?
I am trying to understand Secure Boot and what it is doing on my system. I am using systemd-boot as my bootloader, not shim or GRUB, and Secure Boot is reported as enabled: running mokutil --sb-state ...
0 votes
1 answer
111 views
update-initramfs breaks loader.conf to the point of not booting properly
In preparation for installing Debian on my main Computer, I tried the setup in a Virtualbox first. I use encrypted BTRFS RAID1, which seems kind of special, as I've not found anyone else doing the ...
1 vote
0 answers
63 views
Systemd-boot load another entry if main entry damaged
I use systemd-boot, I have two Linux systems, identical, two so that when updating the device, one is a backup And I don't understand, I have two systems, both are visible in the menu, by default, ...
0 votes
0 answers
35 views
can systemd-boot keep one older version?
I am trying out the systemd-boot + secure boot, it looks nice and straightforward, apt hook and systemd-boot-update.service can keep it automatically update. But I would like to keep one older version ...
-1 votes
1 answer
150 views
I can no longer dual boot
My setup used to be a dual boot system with Pop OS and Windows 10, which are both on separate SSD drives. It worked fine and now I recently just changed from Pop OS to fedora. In the install procedure ...
0 votes
0 answers
466 views
Systemd-boot: where loader parameters are stored?
I've installed Arch-linux with archinstall, choosing systemd-boot as the bootloader and with full-disk encryption. Lots of manuals refers to file /boot/loader/entries/arch.conf (or similar one), but ...
0 votes
1 answer
1k views
How do I enable UEFI secure boot for a linux build made with yocto?
I'm producing a yocto build, and want to enable UEFI Secure Boot on the intel machine I'm using. This is a pretty basic yocto build, using core-image-minimal and meta-intel. The artifacts it ...
0 votes
1 answer
286 views
systemd-boot not asking for password?
I run Arco linux, boot with systemd-boot on an LUKS encrypted btrfs root partition drive but it never ask me for a password for the root drive on boot. Not good. Where should I start looking?
1 vote
1 answer
429 views
How can I manually install a Yocto image?
I'm having difficulties installing an image I've built with Yocto. In the past I've always used u-boot, MBR, and legacy boot. Installing Yocto meant creating boot and rootfs partitions, installing the ...
0 votes
1 answer
7k views
Arch linux: Failed to mount /boot
when I try to start uo my system I get this error: [Failed] Failed to mount /boot See 'systemctl status boot.mount' for details [DEPEND] Dependency filed for Local File System then some more logs and ...
0 votes
0 answers
179 views
systemd-boot partition not recognised as bootable
Installing Arch to an old ASUS G74Sx with a Samsung SSD as the main system drive and a Seagate for data I've partitioned and installed system to /dev/sda for systemd-boot as so: root@archiso ~ # ...
1 vote
1 answer
2k views
How to open all LUKS volumes with use of a single password?
I'm using EndeavorOS (basically Arch), but with systemd-boot and dracut for initrd. I have a simple setup with an unencrypted boot partition and LUKS-encrypted root and swap partitions. Specifically, ...
5 votes
2 answers
958 views
How to pass extra options to OpenBSD's EFI boot loader with systemd-boot?
I have an extra systemd-boot entry for OpenBSD. $ cat /boot/loader/entries/bsd.conf title OpenBSD efi /extra/bootx64.efi It works and I manage to get into boot shell, The problem is that by default ...
4 votes
0 answers
2k views
root device not found. Skipping fsck
I dual-boot windows and arch on my work laptop on a single disk with lvm and a XBOOTLDR partition. I use systemd-boot as a bootloader. It worked fine for like 3 months and then suddenly, after ...
4 votes
2 answers
8k views
How to know if computer uses GRUB or systemd-boot through SSH? (I have both /boot/grub and /boot/efi/EFI/systemd folders)
Without having access to the physical display, how can I know if my computer is being booted by grub or systemd-boot? As I have writted on the tittle I have both /boot/grub/ and /boot/efi/EFI/systemd/ ...