You are not logged in.

#1 2021-10-03 03:43:36

bhallay
Member
Registered: 2021-10-03
Posts: 2

[SOLVED] Failing to setup systemd-boot

Hello,

I am on a new Dell XPS 9305 which uses UEFI/GPT boot/partitioning. I am trying to configure systemd-boot to mount my partitions while booting. Because of UEFI booting, I have my efi directory mounting to /boot. In the /boot/loader/entries/arch.conf (I used the wiki default naming), I set my "options" to `options root="LABEL=arch" rw`. In the /boot/loader/loader.conf I specify to use the "arch.conf" configuration. While I am booting with my installation USB, and chroot into /mnt, running `ls -l /dev/disk/by-label` I confirm I have "arch -> ../../nvme0n1p3" which is the spot on disk where I have my root directory ("/" directory). However, when rebooting my laptop and taking out installation USB, I get "ERROR: device 'LABEL=arch' not found. skipping fsck".  I am not sure why this is happening - I know I have configured incorrectly, but I am not sure what. I have followed the rest of the arch wiki installation page.

Last edited by bhallay (2021-10-03 04:25:21)

Offline

#2 2021-10-03 03:44:52

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [SOLVED] Failing to setup systemd-boot

Take out the quotes

Offline

#3 2021-10-03 03:54:22

bhallay
Member
Registered: 2021-10-03
Posts: 2

Re: [SOLVED] Failing to setup systemd-boot

I just found out this is a known issue reported in this ticket: https://bugs.archlinux.org/task/68704. Following the linked workaround fixed my issue. Thank you for the response

Offline

Board footer

Powered by FluxBB