From 3ec30ef822142616ffb2c82a0649c00ca8c13851 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Tue, 21 Jun 2022 22:28:49 -0500 Subject: [PATCH] update guide with alleged support for mac studio and macos 13 beta --- README.md | 2 +- docs/uefi-standalone.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1c848c81..18b1f5de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Attempts to get NixOS up on M1 Macs. -* [UEFI Boot Standalone NixOS (2022-06-18)](docs/uefi-standalone.md) +* [UEFI Boot Standalone NixOS (2022-06-21)](docs/uefi-standalone.md) ## Credits diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index f6693628..42365293 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,10 +1,10 @@ -# UEFI Boot Standalone NixOS (2022-06-18) +# UEFI Boot Standalone NixOS (2022-06-21) This guide will build and was tested with the following software: -* Asahi Linux kernel, as of 2022-06-13 -* m1n1, as of 2022-06-04 -* Asahi Linux's U-Boot, as of 2022-03-19 -* Nixpkgs, as of 2022-06-17 +* Asahi Linux kernel, as of 2022-06-20 +* m1n1, as of 2022-06-20 +* Asahi Linux's U-Boot, as of 2022-06-20 +* Nixpkgs, as of 2022-06-20 * macOS stub 12.3 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-m1/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/). @@ -24,7 +24,7 @@ While you will end up with a reasonably usable computer, the exact hardware feat #### Prerequisites The following items are required to get started: -* M1/Pro/Max Mac (except Mac Studio) with macOS 12.3 or later and an admin account +* M1/Pro/Max/Ultra Mac with macOS 12.3 or later and an admin account * For Mac mini users: tested and working HDMI monitor. Many do not work properly; if it shows the Asahi Linux logo and console when m1n1 is running, it's fine. * USB flash drive which is at least 512MB and can be fully erased, and USB A to C adapter * Familiarity with the command line and installers without GUIs