Hi,
I have tried to reinstall my system with systemd-boot but I don’t seem to get it to work.
There is something I miss but I cannot pinpoint it. I suspect there is something in /boot/loader/loader.conf or /boot/loader/entries/arch-gnome.conf which is not correctly specified. Here is some info:
parted -l
Model: Samsung SSD 970 EVO 500GB (nvme)
Disk /dev/nvme0n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 1075MB 1074MB fat32 boot, esp
2 1075MB 492GB 490GB btrfs
3 492GB 500GB 8590MB linux-swap(v1) swap
/boot/loader/loader.conf
timeout 5
#console-mode keep
default arch-gnome.conf
editor yes
auto-firmware 1
/boot/loader/entries/arch-gnome.conf
title Arch Linux
linux /vmlinuz-linux-zen
initrd /intel-ucode.image
initrd /initramfs-linux-zen.img
options rw rootflags=subvol=@arch-gnome-root
/etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p1
UUID=BCD6-459F /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/nvme0n1p2
UUID=1d9646ea-0edf-423b-85a7-88a429c6314b / btrfs rw,relatime,compress=lzo,ssd,discard=async,space_cache,subvolid=256,subvol=/@arch-gnome-root 0 0
# /dev/nvme0n1p2
UUID=1d9646ea-0edf-423b-85a7-88a429c6314b /home btrfs rw,relatime,compress=lzo,ssd,discard=async,space_cache,subvolid=257,subvol=/@arch-gnome-home 0 0
I would really appreciate if you could point me to the right direction. I am stuck here and can’t go forward not finding what is wrong