booster: Unrecoverable failure in required component org.gnome.Shell.desktop
Trying booster in Arch with zen kernel - no config files. The boot process hangs when trying to enter gnome shell. I get
gnome-session-binary[527]: Unrecoverable failure in required component org.gnome.Shell.desktop
in the journal. It does not happen when I use images from mkinitcpio. I can provide further info upon request.
EDIT: I realised that this is caused by not loading the amdgpu module. Same happens with mkinitcpio. However, if I include amdgpu to booster, it just does not boot.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (12 by maintainers)
Its fixed, adding
amdgpu
tomodules:
ormodules_force_load:
works. Didnt need to do anything else.Thank you 🙂.