some tips to fix common issues when installing/running qubes os
If your laptop has an nvidia gpu most likely you will the installation loading screen will freeze or end up with this error message 'X startup failed, aborting installation'.
One way to fix it is to disable your nvidia driver(nouveau) and use your internal gpu (usually supported by the kernel):
- boot into grub menu, edit the first option by pressing the tab key to enter edit mode.
- right after
quiet rhgb
, add the following:nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
- Now you should be able to start qubes installer.
If you get stuck at the last stage of installtion, while configuring the sys-net. Most likely your wireless card is not supported, you need to replace it with another one that is supported by the kernel.
My laptop won't wake up from sleep mode:
try update your kernel to the latest version, using:
sudo qubes-dom0-update kernel-latest