From 1d472e6f0a5904f8c4c394fc4eaa519f3263c653 Mon Sep 17 00:00:00 2001 From: Jakob-Niklas See Date: Sat, 2 Jan 2021 11:31:39 +0100 Subject: [PATCH 1/3] README: Added warning for newer releases --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a8e65b..d7ec89e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ If you don't know what version, start with the mbp and if it doesn't work ([Blan ## Installation +**!! Warning: Versions newer than [5.7.19](https://github.com/marcosfad/mbp-ubuntu/releases/tag/v20.04-5.7.19-1) have various issues with init order and kernel modules. For now it's not recommended to use anything newer** + 1. Reduce the size of the mac partition in MacOS 2. Download ISO file from releases. (Use the command line to unzip (`unzip /path/to/file.zip`) or "The Unarchiver" app) 3. Copy it to a USB using dd (or gdd if installed over brew): From 01bcc7db111c41cb415dc95858d7c5f67c70c3d4 Mon Sep 17 00:00:00 2001 From: Jakob-Niklas See Date: Sat, 2 Jan 2021 11:34:04 +0100 Subject: [PATCH 2/3] README: Rephrased version warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ec89e..bf48ab5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you don't know what version, start with the mbp and if it doesn't work ([Blan ## Installation -**!! Warning: Versions newer than [5.7.19](https://github.com/marcosfad/mbp-ubuntu/releases/tag/v20.04-5.7.19-1) have various issues with init order and kernel modules. For now it's not recommended to use anything newer** +**!! Warning: Versions newer than [5.7.19](https://github.com/marcosfad/mbp-ubuntu/releases/tag/v20.04-5.7.19-1) have various issues with init order and kernel modules and it's not recommended to use those** 1. Reduce the size of the mac partition in MacOS 2. Download ISO file from releases. (Use the command line to unzip (`unzip /path/to/file.zip`) or "The Unarchiver" app) From 413bd0fd8c0088cbd2a43371fb4bb3347e0c742c Mon Sep 17 00:00:00 2001 From: Jakob-Niklas See Date: Sat, 2 Jan 2021 13:04:14 +0100 Subject: [PATCH 3/3] README: Adjusted phrasing as suggested by @JPyke3 See https://github.com/marcosfad/mbp-ubuntu/pull/26#discussion_r550875065 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf48ab5..cd63f05 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you don't know what version, start with the mbp and if it doesn't work ([Blan ## Installation -**!! Warning: Versions newer than [5.7.19](https://github.com/marcosfad/mbp-ubuntu/releases/tag/v20.04-5.7.19-1) have various issues with init order and kernel modules and it's not recommended to use those** +*!! Warning: Versions newer than [5.7.19](https://github.com/marcosfad/mbp-ubuntu/releases/tag/v20.04-5.7.19-1) are considered in-development builds and **should not** be used due to issues from within the kernel and the init system.* 1. Reduce the size of the mac partition in MacOS 2. Download ISO file from releases. (Use the command line to unzip (`unzip /path/to/file.zip`) or "The Unarchiver" app)