So, my setup is as following:
So, after doing that, I wanted to use rEFInd as my boot loader to load directly into both OS. I've tried rEFInd before and find it much better bc it is easily customizable. I remember the first time I fiddled around with it I had some problems too, but I cant remember how I set everything up to get only the desired entries.
I've already looked at many reddit and forum posts, and I know how set manual entries, but I cant seem to get it right. The Tuxedo entry says something along the lines of "it failed to load xy, resort to yz" then proceed to load into the tuxedo grub loader. The bazzite straigt up doesnt load, shows an error for a split second and throws me back to rEFInd boot loader.
I'll provide some console output and my recent entries. Usually I would just bang my head against the keyboard until it works (I mean, thats the "fun" of linux), but I'm currently busy and I would appreciate a quick guide on how to set this up, maybe a short explanation of the steps to take (only if you have the time to spare of course), because I currently switched to full time at my work and dont have that much time to try things a hundred times or read a whole bunch of ducumentation.
sudo blkid:
/dev/nvme0n1p5: SEC_TYPE="msdos" UUID="8AF4-46E2" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="0908754a-71ac-49fc-b22c-fb6a7ac876
23"
/dev/nvme0n1p1: UUID="93EA-0621" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="d0bca341-b959-466d-8c61-142615820eac"
/dev/nvme0n1p6: LABEL="BAZZITE" UUID="7f8f7adc-6380-40a4-a8c2-449a496b4228" UUID_SUB="5d243d85-c13b-4c88-b644-e7737000bd0c" BLOCK_SIZE="4096" TYPE="btrfs" P
ARTUUID="ba698095-8def-4ecb-b56d-723619601fc7"
/dev/nvme0n1p4: UUID="acf9ef22-fc9a-436f-ad84-b091b674c4fa" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="EFI System Partition" PARTUUID="23e6e6d2-4d7e-438d-b460
-be1a36af4470"
/dev/nvme0n1p2: LABEL="TUXEDO" UUID="86b125bd-83bd-4d22-9adc-bcf3cdf06e92" UUID_SUB="3f865798-4ff3-4d7d-90d4-9bae468d01a9" BLOCK_SIZE="4096" TYPE="btrfs" PA
RTLABEL="root" PARTUUID="32c6cb4a-5a19-442d-939a-fe4ec660aabd"
/dev/sda2: LABEL="Data" BLOCK_SIZE="512" UUID="04BC9FCABC9FB520" TYPE="ntfs" PARTLABEL="Data" PARTUUID="452625d4-a777-4649-b9cc-523f6652abc0"
/dev/sda1: LABEL="Games" UUID="9e0a6982-e691-4832-85e5-c8133cd361b7" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Games" PARTUUID="a335bc36-18d8-4e83-b247-366ea
9416789"
/dev/nvme0n1p3: PARTUUID="135036a1-da6c-42eb-a7d1-a708d80e576b"
lsblk -f:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 ext4 1.0 Games 9e0a6982-e691-4832-85e5-c8133cd361b7 1,6T 8% /mnt/Games
└─sda2 ntfs Data 04BC9FCABC9FB520 1,5T 15% /mnt/Data
nvme0n1
├─nvme0n1p1 vfat FAT32 93EA-0621 476,2M 5% /boot/efi
├─nvme0n1p2 btrfs TUXEDO 86b125bd-83bd-4d22-9adc-bcf3cdf06e92 1T 4% /home
│ /
├─nvme0n1p3
├─nvme0n1p4 ext4 1.0 acf9ef22-fc9a-436f-ad84-b091b674c4fa
├─nvme0n1p5 vfat FAT16 8AF4-46E2
└─nvme0n1p6 btrfs BAZZITE 7f8f7adc-6380-40a4-a8c2-449a496b4228
sudo efibootmgr:
BootCurrent: 0006
Timeout: 2 seconds
BootOrder: 0006,0000,0008,0003,0007
Boot0000* rEFInd Boot Manager HD(1,GPT,d0bca341-b959-466d-8c61-142615820eac,0x22,0xfa7de)/File(\EFI\refind\refind_x64.efi)
Boot0003* Ubuntu HD(1,GPT,d0bca341-b959-466d-8c61-142615820eac,0x22,0xfa7de)/File(\EFI\ubuntu\shimx64.efi)
Boot0006* TUXEDO OS HD(1,GPT,d0bca341-b959-466d-8c61-142615820eac,0x22,0xfa7de)/File(\EFI\tuxedo\shimx64.efi)
Boot0007* iPXE WebFAI (wired LAN required) VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
Boot0008* Fedora HD(5,GPT,0908754a-71ac-49fc-b22c-fb6a7ac87623,0xa4b6a800,0xcd000)/File(\EFI\fedora\shimx64.efi) File(.)
refind.conf:
scanfor external,manual
menuentry "Tuxedo OS (MAIN)" {
volume UUID=86b125bd-83bd-4d22-9adc-bcf3cdf06e92
loader \EFI\tuxedo\shimx64.efi
options "quiet splash"
submenuentry "Tuxedo OS - Recovery Mode" {
add_options "recovery"
}
}
menuentry "Bazzite OS (GAMING)" {
volume UUID=7f8f7adc-6380-40a4-a8c2-449a496b4228
loader \EFI\fedora\shimx64.efi
options "quiet splash"
submenuentry "Bazzite OS - Recovery Mode" {
add_options "recovery"
}
}
dont_scan_dirs /EFI/GRUB, EFI/ipxe
include themes/rEFInd-mountain/theme.conf
If I should provide more info, feel free to ask. Please, Sages of reddit, help me.
SOCIAL SHARE CARD GENERATOR