version 1.1, 2021/08/31 00:07:16
|
version 1.3, 2021/08/31 10:14:31
|
Line 6 Initial support was added to NetBSD -cur
|
Line 6 Initial support was added to NetBSD -cur
|
|
|
Please note that installation on an Apple M1 requires macOS 11.2 or later to be installed first. |
Please note that installation on an Apple M1 requires macOS 11.2 or later to be installed first. |
|
|
- Uncompress http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/gzimg/arm64.img.gz and write it to a USB drive. |
- Uncompress <http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/evbarm-aarch64/binary/gzimg/arm64.img.gz> and write it to a USB drive. *Make sure this file was built after Aug 30, 2021!* |
|
|
- Build and install `sysutils/u-boot-apple-m1` from pkgsrc. |
- Build and install `sysutils/u-boot-apple-m1` from pkgsrc. |
- The bootloader will be installed to `/usr/pkg/share/u-boot/apple-m1/u-boot.macho`. |
- The bootloader will be installed to `/usr/pkg/share/u-boot/apple-m1/u-boot.macho`. |
Line 21 Please note that installation on an Appl
|
Line 21 Please note that installation on an Appl
|
- Copy the u-boot.macho from pkgsrc to the mini over the network (curl, sftp, etc). |
- Copy the u-boot.macho from pkgsrc to the mini over the network (curl, sftp, etc). |
|
|
- Install the new bootloader: |
- Install the new bootloader: |
> kmutil configure-boot -c u-boot.macho -C -v /Volumes/Macintosh\ HD/ |
- `# kmutil configure-boot -c u-boot.macho -C -v /Volumes/Macintosh\ HD/` |
|
|
- Reboot with a USB drive plugged in. |
- Reboot with a USB drive plugged in. |
|
|