Limine dual SSD dual boot

I have 2 M.2 SSD, one main with CachyOS and second for win11 (games with kernel anticheat). I had a GRUB before, it couldn’t find second SSD by itself but a few bashes helped it and system worked this way for 11 months.

Lately I decided that I’m tired of KDE and I want to make the same DE like Bazzite has, so I installed a fresh CachyOS with GNOME and tweaked the rest. During the installation I’ve seen a new option to install Limine and went with it. I read a little bit about it, that most likely I’d have to manually navigate it to second SSD and I thought I’d do it easily with AI help (like everything that I do in Linux). Little I knew that my second SSD would not be even optional to boot with F12. In the BIOS I can see that mother board recognizing it but not as bootable. During the installation I did choose the correct one to erase and re-write. I tried everything AI had to offer and one time even had to recover with a snapshot when I abused limine.conf too much. sudo limine-scan doesn’t see it at all. I’ve got the

Here’s what it looks like lately:

`timeout: 5
default_entry: 2
remember_last_entry: yes

:Windows 11
protocol: efi
path: partuuid(fb8f7e22-ef94-4296-a9f0-65d5a7476947):/EFI/BOOT/BOOTX64.EFI
comment: Windows 11 (second SSD)

# CachyOS Limine theme
…`

Please ask me any question I’d appreciate any help because at this point I don’t know what to do and I really need to save the information I have on the second SSD

Not an answer.

Isn’t the bazzite Desktop Environment is KDE too?

I have the same setup, 2x m.2 SSD, one with cachyOS and another with Win11 (note to self: probably safe to erase at this point). While there may be better ways to solve this, what I’ve done to recover after a BIOS update wipes everything (thanks, Gigabyte!)

  • Boot from latest CachyOS USB installer
  • cachy-chroot, mounting my btrfs partition
  • limine-install

Unless the Winows drive is compeltely borked, the limine installer should find any bootable drives and create a new conf file for you.

Good luck!