Skip to main content

Questions tagged [systemd-boot]

Filter by
Sorted by
Tagged with
1 vote
0 answers
55 views

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 ...
Eclogite's user avatar
1 vote
0 answers
61 views

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, ...
Den Kuznetsov's user avatar
-1 votes
1 answer
136 views

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 ...
shmink's user avatar
  • 145
0 votes
1 answer
1k views

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 ...
Dave's user avatar
  • 45
1 vote
1 answer
409 views

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 ...
Dave's user avatar
  • 45
0 votes
0 answers
168 views

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 ~ # ...
Stephen Boston's user avatar
5 votes
2 answers
919 views

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 ...
andreoss's user avatar
  • 220
4 votes
2 answers
8k views

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/ ...
Héctor's user avatar
  • 358
0 votes
1 answer
2k views

Recently has been released version 6 of Memtest86+ which finally introduce UEFI support. Now, I use systemd-boot as boot manager, so I'd like to launch memtest86+ directly at boot. I set up a ...
mattia.b89's user avatar
  • 3,418
0 votes
1 answer
3k views

I'm debugging a failed installation of systemd-boot on a multiboot Linux system (multiple instances of Ubuntu 20.04 & 22.04 in discrete partitions). Sadly, the only consequence of bootctl install ...
ebsf's user avatar
  • 399
-1 votes
1 answer
2k views

I did the classic thing of being in a rush and not thinking, copying the following commands blindly from this other post. sudo apt install grub-efi-amd64 sudo bootctl remove sudo grub-install --...
shmink's user avatar
  • 145
6 votes
1 answer
5k views

I recently installed Windows 11 on my home PC in addition to Arch Linux but my wife isn't ready to switch until after her exams, so we keep Windows 10 around for now, leading to a very convoluted ...
Konrad Höffner's user avatar
0 votes
1 answer
611 views

What is the correct way to set boot options with systemd-boot? I currently add them to the options line in the current.conf file at /boot/efi/loader/entries/, but this gets overwritten with any ...
iuvbio's user avatar
  • 171
2 votes
1 answer
3k views

So in the process of getting systemd-boot working on one partition, which is its own install, and having another install in parallel which is using grub, I'd like to make systemd-boot, boot to grub as ...
xenoterracide's user avatar
1 vote
2 answers
948 views

I'm running my Discord Music Bot on a VPS, and to start the bot as the VPS does, I have a service called "bot.service" (located in /etc/systemd/system), which have the following: [Unit] ...
Julián's user avatar
  • 11
0 votes
1 answer
2k views

Have (2) Linux Mint 20.1 systems - one regular hardware, one a VMware VM. I've installed/configured systemd-boot on both, but I'm seeing different available settings on each. So far, the only ...
ajgringo619's user avatar
  • 3,654
6 votes
1 answer
6k views

I installed Arch on my new Dell 9300 following this guide: https://github.com/Spissable/arch-linux-installation/blob/master/README.md Everything works fine, I can boot into my system. But there are ...
mordax's user avatar
  • 61
0 votes
2 answers
621 views

Or, perhap equivalently, can a bootable root volume be named other than "root"? While installing a new version of a Linux IS I created an lvm2 logical volume named "ub20-root" ...
Craig  Hicks's user avatar
1 vote
1 answer
6k views

I am arch linux. One day it stopped showing in systemd boot menu. So I booted live arch via usb, mounted bootloader partition and ran bootctl list --esp-path="/mnt". This is output: title: ...
Jan Černý's user avatar
  • 1,763
0 votes
4 answers
6k views

In Ubuntu I know how can I enable post message from below link But currently I'm using Pop! OS is same branch/implementation from Ubuntu but I can not find way how can I enable post message at boot ...
Mahesh More's user avatar
13 votes
1 answer
7k views

Given a service definition at ~/.config/systemd/user/do-something.service for UID 1000, which is installed, enabled, and starts automatically at login, I would like the do-something.service to start ...
Amir's user avatar
  • 1,911
0 votes
1 answer
194 views

Following use case: unit A and unit B are wanted by target T. Unit A conflicts B. Unit B is started before unit A. System boots into target T. If I understand the docs correctly, unit A will stop ...
agentsmith's user avatar
1 vote
1 answer
13k views

I use systemd-boot as boot manager. I have the menu with many entries but 90% of time I choose entry #3. Is there a way to hide the menu as default? In this way when I want to boot #3, it skips ...
mattia.b89's user avatar
  • 3,418
1 vote
0 answers
511 views

I'd like to have systemd-boot font matched with init process (systemd). My system is Arch Linux. I attach two screenshot; one of systemd-boot, one from init process. Is there a way to match fonts?
mattia.b89's user avatar
  • 3,418
2 votes
2 answers
7k views

The first thing I do with a new Linux box is to install systemd-boot. Grub, one would think this abomination was made of the hand of MS! Okay, back to subject: I just ran an upgrade on my new Debian ...
MrCalvin's user avatar
  • 776