Skip to content

Commit 3a489e3

Browse files
committed
installation/guides/arm-devices/apple-silicon: fix link, explicitly mention efi partition
1 parent b595ab0 commit 3a489e3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/installation/guides/arm-devices/apple-silicon.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Void's Apple Silicon support is based on Asahi Linux. See their
44
[website](https://asahilinux.org) and
5-
[documentation](https://github.com/AsahiLinux/docs/wiki) for more information.
5+
[documentation](https://asahilinux.org/docs/) for more information.
66

77
## Installation
88

@@ -28,9 +28,12 @@ U-Boot> boot
2828
To install, follow the [chroot install guide](../chroot.md), using the "XBPS
2929
method", observing the following modifications:
3030

31-
For the base installation, install `base-system`, `asahi-base`, and
32-
`asahi-scripts`. These packages provide important configurations and install the
33-
necessary dependencies. When running `grub-install`, add the `--removable` flag.
31+
For the base installation, install `base-system` and `asahi-base`. This package
32+
provides important configurations and installs the necessary dependencies.
33+
34+
For our purposes, the EFI System Partition is the one created by Asahi Linux
35+
install script, and it should be mounted at `/mnt/boot/efi`. When running
36+
`grub-install`, add the `--removable` flag.
3437

3538
To use another bootloader with `m1n1`, ensure it installs the bootloader EFI
3639
executable at `EFI/BOOT/BOOTAA64.EFI` within the EFI system partition. `m1n1`

0 commit comments

Comments
 (0)