From 3daf0637409689d7a1304cedc50d20542bc47905 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Wed, 25 Dec 2024 18:26:03 -0600 Subject: [PATCH] release 2024-12-25 --- README.md | 2 +- docs/release-notes.md | 12 ++++++++++++ docs/uefi-standalone.md | 8 ++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 98b0fba..daa9966 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please see the documentation and guide below to get started. ## Documentation * [Release Notes](docs/release-notes.md) -* [Setup, Installation, and Maintenance Guide (2024-12-04)](docs/uefi-standalone.md) +* [Setup, Installation, and Maintenance Guide (2024-12-25)](docs/uefi-standalone.md) ## Credits diff --git a/docs/release-notes.md b/docs/release-notes.md index 221ec91..cf65dd5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,18 @@ This file contains important information for each release. +## 2024-12-25 + +This release updates nixpkgs, the kernel, and Mesa. + +The kernel config is fixed to prevent an issue which, in combination with a bug +in nixpkgs, caused boot failure when using systemd in initrd. Thanks to +andre4ik3 and several others for helping diagnose and provide hints to find +this issue. + +The Wi-Fi issue persists, but will likely be resolved by an imminent nixpkgs +update. + ## 2024-12-04 This release updates nixpkgs and all the Asahi components. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index fbac7ae..5117f20 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,11 +1,11 @@ -# UEFI Boot Standalone NixOS (2024-12-04) +# UEFI Boot Standalone NixOS (2024-12-25) This guide will build and was tested with the following software: -* Asahi Linux kernel version asahi-6.12.1-8 -* Asahi Linux's Mesa version 25.0.0_asahi-20241204-1 +* Asahi Linux kernel version asahi-6.12.4-1 +* Asahi Linux's Mesa version 25.0.0_asahi-20241211-1 * m1n1 version v1.4.17 * Asahi Linux's U-Boot version 2024.10-1-asahi -* Nixpkgs, as of 2024-12-03 +* Nixpkgs, as of 2024-12-19 * macOS stub 12.3 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/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/).