From ca1df8198881b23c8ebaa3b696aacf9fef0526ae Mon Sep 17 00:00:00 2001 From: ablyssx74 Date: Sat, 14 Feb 2026 09:53:02 -0500 Subject: [PATCH 1/4] Update UEFI booting guide for rEFInd renaming Clarified the renaming of refind_x64.efi to BOOTX64.EFI. --- content/guides/uefi_booting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/uefi_booting.md b/content/guides/uefi_booting.md index a2c6897a..eb6fa081 100644 --- a/content/guides/uefi_booting.md +++ b/content/guides/uefi_booting.md @@ -50,4 +50,4 @@ To have Haiku on a system shared with multiple EFI operating systems, you can us * **BOOT** (directory) * **BOOTX64.EFI** (boot mananger such as [rEFInd](https://www.rodsbooks.com/refind/)) -In this configuration, rEFInd will boot first by default, and will detect HAIKU as a boot option. +In this configuration, refind_x64.efi was renamed to BOOTX64.EFI. rEFInd will boot first by default, and will detect HAIKU as a boot option. From dffae02fb7437604e0bd9dfde4136c7877c4d9ec Mon Sep 17 00:00:00 2001 From: ablyssx74 Date: Sat, 14 Feb 2026 09:53:41 -0500 Subject: [PATCH 2/4] Fix formatting of code snippet in UEFI booting guide --- content/guides/uefi_booting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/uefi_booting.md b/content/guides/uefi_booting.md index eb6fa081..79a485d5 100644 --- a/content/guides/uefi_booting.md +++ b/content/guides/uefi_booting.md @@ -50,4 +50,4 @@ To have Haiku on a system shared with multiple EFI operating systems, you can us * **BOOT** (directory) * **BOOTX64.EFI** (boot mananger such as [rEFInd](https://www.rodsbooks.com/refind/)) -In this configuration, refind_x64.efi was renamed to BOOTX64.EFI. rEFInd will boot first by default, and will detect HAIKU as a boot option. +In this configuration, ```refind_x64.efi``` was renamed to ```BOOTX64.EFI```. rEFInd will boot first by default, and will detect HAIKU as a boot option. From 2b454a64f201cc96aff58a499c5c5c41e76e8878 Mon Sep 17 00:00:00 2001 From: ablyssx74 Date: Sat, 14 Feb 2026 09:56:11 -0500 Subject: [PATCH 3/4] Simplify explanation of BOOTX64.EFI configuration Removed unnecessary wording for clarity. --- content/guides/uefi_booting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/guides/uefi_booting.md b/content/guides/uefi_booting.md index 79a485d5..8f572ec8 100644 --- a/content/guides/uefi_booting.md +++ b/content/guides/uefi_booting.md @@ -50,4 +50,5 @@ To have Haiku on a system shared with multiple EFI operating systems, you can us * **BOOT** (directory) * **BOOTX64.EFI** (boot mananger such as [rEFInd](https://www.rodsbooks.com/refind/)) -In this configuration, ```refind_x64.efi``` was renamed to ```BOOTX64.EFI```. rEFInd will boot first by default, and will detect HAIKU as a boot option. +In this configuration, ```refind_x64.efi``` was renamed to ```BOOTX64.EFI``` +rEFInd will boot first by default, and will detect HAIKU as a boot option. From 6a6665432e1d324dd9a35484364b5899d5f994b1 Mon Sep 17 00:00:00 2001 From: ablyssx74 Date: Sat, 14 Feb 2026 09:56:59 -0500 Subject: [PATCH 4/4] Update UEFI booting guide with refind renaming Clarified the renaming of refind_x64.efi to BOOTX64.EFI in UEFI booting guide. --- content/guides/uefi_booting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/guides/uefi_booting.md b/content/guides/uefi_booting.md index 8f572ec8..7edfc79d 100644 --- a/content/guides/uefi_booting.md +++ b/content/guides/uefi_booting.md @@ -51,4 +51,5 @@ To have Haiku on a system shared with multiple EFI operating systems, you can us * **BOOTX64.EFI** (boot mananger such as [rEFInd](https://www.rodsbooks.com/refind/)) In this configuration, ```refind_x64.efi``` was renamed to ```BOOTX64.EFI``` + rEFInd will boot first by default, and will detect HAIKU as a boot option.