In the BIOS I have Fast Boot, Secure Boot, and Platform Trust Tech all Disabled. When I have the boot priorities set as Debian first then I get the Debian grub, and with Mint as first I get the Mint grub. Booting to Mint only fails with Debian set as first boot priority, the emerald grub is presented and i select Mint. This issue was present when I had Debian KDE installed and is now present with Debian XFCE installed and was there from the first initial boot after installation.
I have ran
Code: Select all
os-prober and update-grub
Code: Select all
sudo os-prober
/dev/nvme0n1p2:Linux Mint 21.3 Virginia (21.3):LinuxMint:linux
Code: Select all
sudo update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.1.0-18-amd64
Found initrd image: /boot/initrd.img-6.1.0-18-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Linux Mint 21.3 Virginia (21.3) on /dev/nvme0n1p2
Adding boot menu entry for UEFI Firmware Settings ...
done
Code: Select all
sudo parted -l
Model: ATA SanDisk SDSSDH3 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 250GB 250GB ext4
Model: ATA SD Ultra 3D 500G (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 238GB 238GB ext4 mint-timeshift
3 238GB 347GB 110GB ext4 Homi-Debian
2 347GB 500GB 153GB ext4 debian-timeshift
Model: Micron CT1000X10PROSSD9 (scsi)
Disk /dev/sdc: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 502GB 502GB ext4
2 502GB 1000GB 498GB ext4
Model: Sabrent SB-RKT4P-500 (nvme)
Disk /dev/nvme0n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 100GB 99.7GB ext4 Virginia
3 100GB 300GB 200GB ext4 Bookworm
4 300GB 500GB 200GB ext4 Spare
Model: Sabrent SB-RKT4P-500 (nvme)
Disk /dev/nvme1n1: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 225GB 225GB ext4 RECORDS-01
2 225GB 364GB 139GB ext4 RECORDS-02
3 364GB 500GB 136GB ext4 RECORDS-03
Code: Select all
sudo lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda ext4 1.0 Genealogy-Files e92d6692-f244-451e-8021-c2cc4a3c7cd1
sdb
├─sdb1 ext4 1.0 mint-timeshift 776a1aeb-1447-4a2e-866b-aa4a14f2dbc7
├─sdb2 ext4 1.0 debian-timeshift e5d9488e-9aa3-465a-9525-b88b9bc023be 107.7G 17% /mnt/debian-timeshift
└─sdb3 ext4 1.0 Homi-Debian afb5da76-eb38-4813-a22e-e6855b874fe7 94.7G 0% /mnt/Homi-Debian
sdc
├─sdc1 ext4 1.0 Homi 90152bd5-b51c-4282-97c5-500dafa81a54
└─sdc2 ext4 1.0 10ProSpare 797ad244-8cca-4893-9f1b-ea9292a60901
nvme0n1
├─nvme0n1p1 vfat FAT32 99B6-9E20 499.1M 2% /boot/efi
├─nvme0n1p2 ext4 1.0 25d3b077-c06e-436c-908a-9956990502a7
├─nvme0n1p3 ext4 1.0 Bookworm a475fb0a-bcf4-4c60-9a49-f546cf8d1c40 162.2G 6% /
└─nvme0n1p4 ext4 1.0 Spare f07d2152-0e5f-450f-9f3b-beea9d6c28a9
nvme1n1
├─nvme1n1p1 ext4 1.0 RECORDS-01 e42f0df7-fd09-4e97-aeff-5c0e87d4fb90
├─nvme1n1p2 ext4 1.0 RECORDS-02 b7912ad5-7243-4d47-a21d-208a9a7d9c6a
└─nvme1n1p3 ext4 1.0 RECORDS-03 34385e7c-6c36-4f8f-8445-42a9e47f9bd6
Code: Select all
sudo efibootmgr -v
BootCurrent: 0000
Timeout: 3 seconds
BootOrder: 0000,0002
Boot0000* debian HD(1,GPT,9e88d124-5c16-4d86-b97f-25f8e68d8c7b,0x800,0x100000)/File(\EFI\debian\shimx64.efi)
Boot0002* ubuntu HD(1,GPT,9e88d124-5c16-4d86-b97f-25f8e68d8c7b,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)