mirror of
https://github.com/jlobue10/SteamDeck_rEFInd.git
synced 2024-11-21 00:51:29 +08:00
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:
parent
4dae989237
commit
c4dd1e6bfe
17
refind.conf
17
refind.conf
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user