johnjark Hello, I have managed to screw up the loader.conf file - trying to change boot options and made mistakes !! Can someone post a listing of the standard file please so that I can sort this out please. Many thanks, JJ
demm Default loader.conf file: https://codeberg.org/KaOS/core/src/branch/master/systemd/loader.conf Unless you actually meant the entries in /boot/loader/entries, part of that see: https://codeberg.org/KaOS/core/src/branch/master/systemd/KaOS.conf and https://kaosx.us/kernels/#linux-next Example of a KaOS.conf: title KaOS_2024.11 GNU/Linux, with Linux kernel sort-key 01 linux /vmlinuz-linux initrd /initramfs-linux.img options quiet systemd.show_status=0 root=UUID=264edbe0-8852-47a7-a512-4aabb42f9e53 resume=UUID=9dc3289b-41c4-4d36-a039-c6366150a98e rw And as an FYI, no need to adjust any .conf file to change boot order, you can do it just in the boot menu by highlighting the preferred one: https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/ (see the keys section)