From 23d027deaeaf69d60cb85e97dad901d16c80d7f6 Mon Sep 17 00:00:00 2001 From: deeplow <47065258+deeplow@users.noreply.github.com> Date: Sun, 25 Jul 2021 11:57:30 +0000 Subject: [PATCH 1/2] add extra case for installation freezing If installing in external SSD sometimes and when the user forgets to disable sys-usb the initial setup also fails after setup networking. --- user/troubleshooting/installation-troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/troubleshooting/installation-troubleshooting.md b/user/troubleshooting/installation-troubleshooting.md index 0a019445..636d7bf0 100644 --- a/user/troubleshooting/installation-troubleshooting.md +++ b/user/troubleshooting/installation-troubleshooting.md @@ -81,6 +81,8 @@ For more information, look at the [Nvidia Troubleshooting guide](https://github. If you are facing this problem on an Apple computer, check out the [Macbook Troubleshooting guide](https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md). +If you are installing Qubes 4.0 on an external storage device, you may have forgotten do disable `sys-usb` during the [initial setup](/doc/installation-guide/#initial-setup), which is generally required for that setup to work. + This issue occurs due to the network card, which may be missing some drivers or is incompatible with Qubes. First, install all available drivers for the card. From f88cd02cc6e2b19c078e908d0d1381246b29da69 Mon Sep 17 00:00:00 2001 From: deeplow <47065258+deeplow@users.noreply.github.com> Date: Mon, 26 Jul 2021 08:17:47 -0400 Subject: [PATCH 2/2] fix typo --- user/troubleshooting/installation-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/troubleshooting/installation-troubleshooting.md b/user/troubleshooting/installation-troubleshooting.md index 636d7bf0..867fd7f3 100644 --- a/user/troubleshooting/installation-troubleshooting.md +++ b/user/troubleshooting/installation-troubleshooting.md @@ -81,7 +81,7 @@ For more information, look at the [Nvidia Troubleshooting guide](https://github. If you are facing this problem on an Apple computer, check out the [Macbook Troubleshooting guide](https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md). -If you are installing Qubes 4.0 on an external storage device, you may have forgotten do disable `sys-usb` during the [initial setup](/doc/installation-guide/#initial-setup), which is generally required for that setup to work. +If you are installing Qubes 4.0 on an external storage device, you may have forgotten to disable `sys-usb` during the [initial setup](/doc/installation-guide/#initial-setup), which is generally required for that setup to work. This issue occurs due to the network card, which may be missing some drivers or is incompatible with Qubes.