File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/installation/guides/arm-devices Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Void's Apple Silicon support is based on Asahi Linux. See their
4
4
[ 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.
6
6
7
7
## Installation
8
8
@@ -28,9 +28,12 @@ U-Boot> boot
28
28
To install, follow the [ chroot install guide] ( ../chroot.md ) , using the "XBPS
29
29
method", observing the following modifications:
30
30
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.
34
37
35
38
To use another bootloader with ` m1n1 ` , ensure it installs the bootloader EFI
36
39
executable at ` EFI/BOOT/BOOTAA64.EFI ` within the EFI system partition. ` m1n1 `
You can’t perform that action at this time.
0 commit comments