From 03879d17be3fdbccb9d4bc936d5f2c9599c0306e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Thu, 14 Mar 2019 14:31:09 +0100 Subject: [PATCH] known-issue: describe how to solve blinking cursor install boot --- releases/4.0/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releases/4.0/release-notes.md b/releases/4.0/release-notes.md index 3290fde2..38a47501 100644 --- a/releases/4.0/release-notes.md +++ b/releases/4.0/release-notes.md @@ -79,6 +79,8 @@ Known issues * List of USB devices may contain device identifiers instead of name +* With R4.0.1, which ships kernel-4.19, you may never reach the anaconda startup and be block on an idle black screen with blinking cursor. You can try to add `plymouth.ignore-serial-consoles` in the grub installer boot menu right after `quiet rhgb`. With legacy mode, you can do it directly when booting the DVD or USB key. In UEFI mode, follow the same procedure described for [disabling](https://www.qubes-os.org/doc/uefi-troubleshooting/#installation-freezes-before-getting-to-anaconda-qubes-40) `nouveau` module (related [solved issue](https://github.com/QubesOS/qubes-issues/issues/3849) in further version of Qubes). + * For other known issues take a look at [our tickets](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Release+4.0%22+label%3Abug) It is advised to install updates just after system installation to apply bug fixes for (some of) the above problems.