You are not logged in.
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/.
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
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