Ubuntu example added

Disabled by default, but this was tested to work with Kubuntu 22.04. This will take you to the Ubuntu Grub selection screen where you can pick which installed kernel to boot from. This assumes that the Ubuntu installer found the `/esp` partition and added its boot files there.
This commit is contained in:
jlobue10 2023-01-05 18:45:55 -08:00 committed by GitHub
parent 4dae989237
commit c4dd1e6bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -744,9 +744,16 @@ menuentry "Batocera" {
}
menuentry "Windows SD card" {
icon /EFI/refind/icons/os_win11.png
volume REPLACE_THIS_WITH_SD_CARD_EFI_PARTITION_UUID
loader /EFI/Microsoft/Boot/bootmgfw.efi
graphics on
disabled
icon /EFI/refind/icons/os_win11.png
volume REPLACE_THIS_WITH_SD_CARD_EFI_PARTITION_UUID
loader /EFI/Microsoft/Boot/bootmgfw.efi
graphics on
disabled
}
menuentry "Ubuntu" {
icon /EFI/refind/icons/os_ubuntu.png
loader /EFI/ubuntu/shimx64.efi
graphics on
disabled
}