You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/uefi_booting.md
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,32 +13,25 @@ Haiku also supports booting via the traditional [BIOS](https://en.wikipedia.org/
13
13
14
14
The following steps assume a fresh installation where the local disk will be used in its entirety for Haiku. The process below will completely wipe the target disk! Back up any data you still need.
15
15
16
-
1. Follow the instructions of the [installation guide](/get-haiku/installation-guide/) and instead of opting to begin the install, choose _Try Haiku_ and proceed with the instructions below.
17
-
2. Once the system has booted from the install media, open the [Drive Setup](/docs/userguide/en/applications/drivesetup.html) application.
18
-
3. Use the <spanclass="menu">Disk</span> > <spanclass="menu">Initialize</span> > <spanclass="menu">GUID Partition Map...</span> option to initialize the disk.
19
-
4. Create a UEFI boot partition
16
+
1. Follow the instructions of the [installation guide](/get-haiku/installation-guide/) until reaching the [Drive Setup](/docs/userguide/en/applications/drivesetup.html) step, then proceed with the instructions below.
17
+
2. Use the <spanclass="menu">Disk</span> > <spanclass="menu">Initialize</span> > <spanclass="menu">GUID Partition Map...</span> option to initialize the disk.
18
+
3. Create a UEFI boot partition
20
19
1. Create a 64 MiB partition of type _EFI system data_ with name `EFIBOOT` by choosing the _Empty space_ associated with the disk and choosing <spanclass="menu">Partition</span> > <spanclass="menu">Create...</span>
21
20
2. Format the partition as _FAT32 File System_ with a label `EFIBOOT` by choosing the partition and choosing <spanclass="menu">Partition</span> > <spanclass="menu">Format</span> > <spanclass="menu">FAT32 File System</span>.
22
-
5. Create a Haiku partition
21
+
4. Create a Haiku partition
23
22
1. Create a large partition (> 8 GiB suggested) of type _Be File System_ with a name of your choice.
24
23
2. Format the partition as _Be File System_ with a label of your choice.
25
-
7. Copy the boot software into the `EFIBOOT` partition.
26
-
1. In the DriveSetup application, select the `EFIBOOT` partition and mount it by choosing <spanclass="menu">Partition</span> > <spanclass="menu">Mount</span>.
27
-
2. Open the [Terminal](/docs/userguide/en/applications/terminal.html) application.
0 commit comments