You are not logged in.

#1 2025-04-25 20:33:01

fernandoi
Member
Registered: 2025-04-25
Posts: 1

[SOLVED]Setup of boot parameters, systemd-boot + luks + efi

I read an Arch Linux wiki page, in the systemd-boot section, and I edited the /boot/loader/loader.conf file to add "editor 1" line.

I didn't find any file in /boot/loader/entries/.

LEhQ3wG.png

My installation was done using the Arch Install script, from the official Arch Linux .iso image.

My setup is based on an encrypted filesystem setup, booted via EFI and configured with systemd-boot.

Given these facts, what is missing to make persistent changes to boot parameters?


[gm@maolab ~]$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda           8:0    0 111,8G  0 disk  
└─sda1        8:1    0 111,8G  0 part  [SWAP]
sdb           8:16   0 223,6G  0 disk  
└─sdb1        8:17   0 223,6G  0 part  /jogos
nvme0n1     259:0    0 931,5G  0 disk  
├─nvme0n1p1 259:1    0   512M  0 part  /boot
└─nvme0n1p2 259:2    0   931G  0 part  
  └─root    253:0    0   931G  0 crypt /
[gm@maolab ~]$ cat /etc/fstab 
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/mapper/ainstnvme0n1p2
UUID=2fd595f3-79dd-4439-a814-b543269615e4	/         	ext4      	rw,relatime	0 1

# montagem SSD dos jogos
UUID=daa7ccf0-6630-498f-98a3-881cfaf26334       /jogos               ext4            rw,relatime     0 1

# /dev/nvme0n1p1
UUID=21F2-F68B      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

#SWAP
UUID=808a8a12-cea7-4ef3-8ca1-5e259117c62f none swap defaults 0 0
[gm@maolab ~]$ 

EDIT: I found it in /etc/kernel/cmdline, so this topic can now be closed, since the problem has been resolved.

Last edited by fernandoi (2025-04-26 15:52:54)

Offline

#2 2025-04-26 11:33:24

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,626

Re: [SOLVED]Setup of boot parameters, systemd-boot + luks + efi

Please prepend [Solved] to the thread title to indicate that.

(edit first post, you may have to shorten the title)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB