Removing legacy systemd-boot after switching to Limine

Hello - This is a long post as I’m trying to provide all the info I can to help sort this. I thank you all in advance for taking the time to read and reply!

I’d like to cleanup my bootloader. Currently I’m using Limine and I had switched to it from systemd-boot using this helpful post. Recently I got poking around and I noticed a few things I’d like to clean up. Below are the things I’ve found, then I’ll put some questions and ideas I have, and hopefully with that and some guidance I can clean things up without breaking it beyond my meager ability to repair :slight_smile:

Bloated /boot partition

running sudo du -h /boot/ gives me:

132K /boot/EFI/systemd
136K /boot/EFI/BOOT
4.0K /boot/EFI/Linux
508K /boot/EFI/Limine
784K /boot/EFI
4.0K /boot/loader/keys
8.0K /boot/loader/entries
28K /boot/loader
248M /boot/22674b8d21374ea2ac4090d52f013626/6.16.0-5-cachyos
244M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos
950M /boot/22674b8d21374ea2ac4090d52f013626/limine_history
248M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos-rc
1.7G /boot/22674b8d21374ea2ac4090d52f013626
4.0K /boot/System Volume Information
1.7G /boot/

With a 2gb /boot partition this is a bit full. Using the CachyOS kernel manager I only have linux-cachyos and linux-cachyos-rc installed. I assumed the 6.16.0-5-cachyos is a leftover from systemd-boot? systemd-boot does still show up in my limine bootloader as an option on boot so I suspect that is it and that since limine-mkinitcpio-hook is now handling the kernel stuff that the systemd-boot kernel isn’t being updated any more.

Question: Will uninstalling systemd-boot-manager remove this cruft cleanly? I assume I’ll need to go into /boot/limine.conf to remove the systemd entry when completed? Does anyone have any “best practices” or a guide to help me clean this up without borking my system?

Strange bootctl entries

running sudo bootctl provides (abbreviated some sections for clarity):

System:
Firmware:n/a (n/a)
System:
Firmware:n/a (n/a)
Firmware Arch: x64
Secure Boot:enabled(user)
TPM2 Support:yes
Measured UKI: no
Boot into FW: supported

Current Boot Loader:
Product:Limine 10.0.0
Features: ### (deleted for brevity)
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
:exclamation_question_mark: Default Entry: opensuse-tumbleweed-6.15.8-1-default-1.conf

Random Seed:
System Token: set
Exists: yes

Available Boot Loaders on ESP:
:exclamation_question_mark: ESP: /boot (/dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12)
File: ├─/boot//EFI/systemd/systemd-bootx64.efi (systemd-boot 258-1-arch)
└─/boot//EFI/BOOT/BOOTX64.EFI (systemd-boot 258-1-arch)

Boot Loaders Listed in EFI Variables:
Title:Limine
ID: 0x0007
Status: active, boot-order
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
File: └─/boot//EFI/Limine/limine_x64.efi
System:
Firmware:n/a (n/a)
Firmware Arch: x64
Secure Boot:enabled(user)
TPM2 Support:yes
Measured UKI: no
Boot into FW: supported

Current Boot Loader:
Product:Limine 10.0.0
Features: ### (deleted for brevity)
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
Default Entry: opensuse-tumbleweed-6.15.8-1-default-1.conf :exclamation_question_mark:

Random Seed:
System Token: set
Exists: yes

Available Boot Loaders on ESP:
:exclamation_question_mark: ESP: /boot (/dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12)
File: ├─/boot//EFI/systemd/systemd-bootx64.efi (systemd-boot 258-1-arch)
└─/boot//EFI/BOOT/BOOTX64.EFI (systemd-boot 258-1-arch)

Boot Loaders Listed in EFI Variables:
Title:Limine
ID: 0x0007
Status: active, boot-order
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
File: └─/boot//EFI/Limine/limine_x64.efi

Title:Linux Boot Manager
ID: 0x0009
Status: active, boot-order
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
File: └─/boot//EFI/systemd/systemd-bootx64.efi

Title:Windows Boot Manager
ID: 0x0000
Status: active, boot-order
Partition: /dev/disk/by-partuuid/b94bcb6d-42ef-4aef-ab45-453b60c9959f
File: └─/boot//EFI/Microsoft/Boot/bootmgfw.efi

:exclamation_question_mark: Title:UEFI OS
ID: 0x000A
Status: active, boot-order
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
File: └─/boot//EFI/BOOT/BOOTX64.EFI

Boot Loader Entry Locations:
ESP: /boot (/dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12, $BOOT)
config: /boot//loader/loader.conf
token: cachyos

Default Boot Loader Entry:
type: Boot Loader Specification Type #1 (.conf)
title:Linux Cachyos
id: linux-cachyos.conf
source: /boot//loader/entries/linux-cachyos.conf (on the EFI System Partition)
:exclamation_question_mark: linux: /boot//vmlinuz-linux-cachyos(No such file or directory)
:exclamation_question_mark: initrd: /boot//initramfs-linux-cachyos.img(No such file or directory)
options: root=UUID=2512c448-45f3-4b0e-b9aa-a9e16765f177 rw rootflags=subvol=/@ cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4>

WARNING: default boot entry is broken :exclamation_question_mark:

I’ve tried to add some emoji’s to draw your attention to what seems off.

  1. My current bootloader is Limine 10.0.0 but the default entry is a Tumbleweed.conf file? I did have Tumbleweed on prior to Cachy but I made every effort to WIPE the drive and reinstall not upgrading /home or anything like that. Does anyone have any idea why this is here? My machine does boot just fine.

  2. The Bootloaders on ESP - iI don’t know what this is and it appears that systemd-boot is the only option on ESP? How is this different from the UEFI boot loaders? Is there some situation where I need ESP to boot and removing systemd will hose it?

  3. The EFI Variables I know how to manage, so I’m guessing if this UEFI OS option is still there post-systemd I can remove it safely.

  4. I notice that linux: and initrd: options say “(No such file or directory)”. This may be normal behavior as everything does work, I just want to make sure there’s not something I need to clean up.

  5. Lastlly the “WARNING: default boot entry is broken” has me wondering. I guess this is the previous reference to that Tumbleweed.conf file. How do I change this? I’ve done a limine-update but I have not messed much with bootctl since I (mostly) don’t know what I’m doing.

Any tips, pointers, etc. are appreciated. I’d love to have this “cleaned up” and no errors that may bite me on some future update.

Can you share the output of:

sudo du -ah /boot

This will list all files and folders in /boot with their sizes.

Sorry for the delay, I had to go to work.

sudo du -ah /boot
128K /boot/EFI/systemd/systemd-bootx64.efi
132K /boot/EFI/systemd
132K /boot/EFI/BOOT/BOOTX64.EFI
136K /boot/EFI/BOOT
4.0K /boot/EFI/Linux
252K /boot/EFI/Limine/limine_x64.efi
252K /boot/EFI/Limine/limine_x64.bak
508K /boot/EFI/Limine
784K /boot/EFI
13M /boot/intel-ucode.img
4.0K /boot/loader/keys
4.0K /boot/loader/entries/linux-cachyos.conf
8.0K /boot/loader/entries
4.0K /boot/loader/loader.conf
4.0K /boot/loader/random-seed
4.0K /boot/loader/entries.srel
28K /boot/loader
17M /boot/22674b8d21374ea2ac4090d52f013626/6.16.0-5-cachyos/linux
232M /boot/22674b8d21374ea2ac4090d52f013626/6.16.0-5-cachyos/initrd
248M /boot/22674b8d21374ea2ac4090d52f013626/6.16.0-5-cachyos
228M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos/initramfs-linux-cachyos
16M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos/vmlinuz-linux-cachyos
244M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos
17M /boot/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-rc_sha256_1040496385877074bd93c86039ebda0d4745
c671ca3c02f38702810f8d015dab
228M /boot/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_7b27955a0e6883228d636a054c52903ff29ee
d3b961bd6b245ecd45510cfd545
92K /boot/22674b8d21374ea2ac4090d52f013626/limine_history/snapshots.json
92K /boot/22674b8d21374ea2ac4090d52f013626/limine_history/snapshots.json.old
16M /boot/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_74419350ff549f1f9daf08ccd15455ed6b7098b
1b664989c9bfe22178f4597dd
231M /boot/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-rc_sha256_d721632fe636f9a65b15315e85ef50bdf4
fb9ee93294e3658babf4cf66da8346
231M /boot/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-rc_sha256_8929715a5c1a84ef62d93a4ab4cca51251
2feef06ecd8db9a79b16f631071341
228M /boot/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_400685b50d6d3df1b58b7464a7f32ba5a6560
aef348a4b95f986f6a9d3db44a6
950M /boot/22674b8d21374ea2ac4090d52f013626/limine_history
17M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos-rc/vmlinuz-linux-cachyos-rc
231M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos-rc/initramfs-linux-cachyos-rc
248M /boot/22674b8d21374ea2ac4090d52f013626/linux-cachyos-rc
1.7G /boot/22674b8d21374ea2ac4090d52f013626
4.0K /boot/System Volume Information
20K /boot/limine.conf
20K /boot/limine.conf.old
8.0K /boot/limine.conf.original-jeb
1.7G /boot

Two folders belong to systemd-boot:

  • /boot/EFI/systemd
  • /boot/loader

You can delete them if you want.


Check efibootmgr --unicode to see if systemd is still present.


Also check the contents of /boot/limine.conf to see if opensuse and systemd are still present

So I moved the /boot/efi/systemd/ folder (in its entirety) and the /boot/22674b8d21374ea2ac4090d52f013626/6.16.0-5-cachyos/ folder (in its entirety) into /boot/delme/ just to see what would happen and all seems well. I did revise /etc/limine.conf and use efibootmgr to delete the systemd entries. Sar far so good. I’m a little sketched to delete /boot/loader because there are files in there that appear to be limine related. I’ll go a couple more reboots and if there’s no problems I’ll delete that folder. I’m just leaving it all there now “just in case”

I also uninstalled systemd-boot-manager so I think I’ve cleaned out as much as I can.

So to update: I’ve got most everything take care of. The following are still errors that I’d like to button up if possible:

bootctl Default Entry: opensuse-tumbleweed-6.15.8-1-default-1.conf entry (which doesn’t exist). Not sure how to change that?

bootctl Default Boot Loader Entry: both the linux: and initrd: entries state "(No such file or directory)”

relevent parts of bootctl

Current Boot Loader:
Product:Limine 10.0.0
Features: ### (deleted for brevity)
Partition: /dev/disk/by-partuuid/d5dcd95b-1849-408b-81c1-f48344fd1a12
:exclamation_question_mark: Default Entry: opensuse-tumbleweed-6.15.8-1-default-1.conf

and

Default Boot Loader Entry:
type: Boot Loader Specification Type #1 (.conf)
title:Linux Cachyos
id: linux-cachyos.conf
source: /boot//loader/entries/linux-cachyos.conf (on the EFI System Partition)
:exclamation_question_mark: linux: /boot//vmlinuz-linux-cachyos(No such file or directory)
:exclamation_question_mark: initrd: /boot//initramfs-linux-cachyos.img(No such file or directory)
options: root=UUID=2512c448-45f3-4b0e-b9aa-a9e16765f177 rw rootflags=subvol=/@ cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4>

WARNING: default boot entry is broken :exclamation_question_mark:

That is hard to know since you removed many parts of the bootctl output between Limine and opensuse-tumbleweed-6.15.8-1-default-1.conf.

I feel like you might actually have two separate boot partitions, one of them for opensuse.

As far as I know, /boot/loader/ (including the opensuse*.conf files) has no effect on Limine, it is only used by bootctl (systemd-boot).

/boot/loader/entries/linux-cachyos.conf is still there, it sounds like you didn’t remove the whole /boot/loader/

Sorry for the late reply, Monday’s are busy around my house.

The complete output of bootctl can be found here: 459b838

The contents of efibootmgr can be found here: 61c2d6a

As to the /boot/loader/ folder - correct there were files with “limine” in the name, so I left it a bit scared. I cannot find anything that references tumbleweed except for the limine entry I quoted originally. I have created a /boot/delme/ folder to put things in for a bit to see if I run into issues. If not I’ll delete it. For now, I’ve put /boot/loader/ into /boot/delme/

If I’m not back, you’ll know it borked after I rebooted (coming up…) since /boot doesn’t have any snapshots..

EDIT: I’m back. So now it’s just the errant tumbleweed reference. I don’t know where it’s coming from, and the warning about being the default makes me worried that down the road some update will not work properly because this is borked up. Any ideas how to track it down?

Can you share the output of sudo cat /boot/limine.conf ?

See this paste: NEVERMIND - I pasted it but my name and number were in it so DELETED :slight_smile:

### Read more at config document: < removed link it was messing with formatting >
#timeout: 3
### Note: For "default_entry" to select a sub-entry within an OS menu, modify "/OS name" to "/+OS name" to keep its submenus visible.
default_entry: 2
wallpaper: boot():/tsunami.jpg
wallpaper_style: centered #Options: stretched, tiled, centered
background: 000000 #Optional: background color if centered
interface_branding: Property of < my name > - Reward for return - < my phone >
interface_branding_color: 6
hash_mismatch_panic: no

//linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/linux-cachyos-lts/initramfs-linux-cachyos-lts#dd9b147c064e106dc780e97e9c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922
e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/linux-cachyos-lts/vmlinuz-linux-cachyos-lts#53d8f973e4abfaa79f10ae00b055b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc
48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@ cryptdevice=UUID=333fb41
f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a

//Snapshots
comment: Selecting any snapshot to boot into it.
///575 │ 2025-09-23 20:40:23
comment: calf lsp-plugins-lv2 mda.lv2 yelp zam-plugins-lv2
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/575/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/575/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///574 │ 2025-09-23 20:40:22
comment: pacman -R calf lsp-plugins-lv2 zam-plugins-lv2 mda.lv2 yelp
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/574/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/574/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///573 │ 2025-09-23 20:39:52
comment: easyeffects ladspa rnnoise
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/573/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/573/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///572 │ 2025-09-23 20:39:51
comment: pacman -Rs easyeffects
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/572/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/572/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///571 │ 2025-09-23 20:34:26
comment: calf lsp-plugins-lv2 mda.lv2 webkitgtk-6.0 yelp yelp-xsl zam-plugins-lv2
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/571/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/571/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///570 │ 2025-09-23 20:34:25
comment: pacman -S calf lsp-plugins-lv2 zam-plugins-lv2 mda.lv2 yelp
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/570/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/570/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///569 │ 2025-09-23 20:33:43
comment: easyeffects ladspa rnnoise zita-convolver
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/569/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/569/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
///568 │ 2025-09-23 20:33:42
comment: pacman -S easyeffects
////linux-cachyos
comment: 6.16.8-2-cachyos
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos_sha256_36c2c54f22fa77c0a0c81961cef5bf652f81d185092fa23cce849f2b6802a44b#b6da24a77f0ff937ea8bd1df10707
50b6a1a25839aa05e7ee9fa4f7a92bbf9ef4dcff84541cf5f7ffbed52b0a306172ee246ac916c9d287ac60eadf972a91143
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos_sha256_494a5cd13cdcc3c899e3268e5dfd6248f371c0c35811480b3074b1ebfaab65c1#be5e8d38d2891122ffe01c17e1bfc90
ab6bcf22e4ca7953465104d58ff2c9c832e21be1b8e884276bae6df61b8e925123fc2c4cc0ec2d64554aafa09ea5d887d
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/568/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a
////linux-cachyos-lts
comment: 6.12.48-2-cachyos-lts
protocol: linux
module_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/initramfs-linux-cachyos-lts_sha256_ad9ce699c60c7a205065d52d740632932cc91cc8c61ec42b99595e13a712867c#dd9b147c064e106dc780e97e9
c1b22b90216f557bf9c65c057d88dabcc868042d2f82478a68492c1f22b813414bc2f922e49e86362aaaa48435b249e1c89f8af
kernel_path: boot():/22674b8d21374ea2ac4090d52f013626/limine_history/vmlinuz-linux-cachyos-lts_sha256_757153a81958410fa2c0161180d1282f2e0712308989ea023cf24161ee36fe21#53d8f973e4abfaa79f10ae00b05
5b6cbd8f9ff7f2204ae685617472ef5dfc914f723b60439d70168e99c7f109e6d09010cc48afe3756fa2f54386aefaeefdaf6
kernel_cmdline: i915.enable_dpcd_backlight=1 nvidia.NVreg_EnableBacklighthandler=0 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=0 quiet splash rw rootflags=subvol=/@/.snapshots/568/snapsh
ot cryptdevice=UUID=333fb41f-f74a-4799-8e30-ab4671ca996a:luks-333fb41f-f74a-4799-8e30-ab4671ca996a root=/dev/mapper/luks-333fb41f-f74a-4799-8e30-ab4671ca996a

/Windows Boot Manager
comment: Windows Boot Manager
comment: order-priority=20
protocol: efi_chainload
image_path: guid(b94bcb6d-42ef-4aef-ab45-453b60c9959f):/EFI/Microsoft/Boot/bootmgfw.efi

/EFI fallback
comment: Default EFI loader
comment: order-priority=10
protocol: efi_chainload
image_path: boot():/EFI/BOOT/BOOTX64.EFI

Your limine.conf has no OpenSUSE entry, the config looks correct.

I suspect this is a bug in systemd v258.
You can safely ignore the bootctl warning as long as Limine is working. bootctl simply doesn’t understand Limine.


…or possibly a UEFI firmware bug in your mainboard.