Manjaro stuck on boot clean / files

Booting stops on black screen with:

/dev/nvme0n1p2: clean, 375397/6406144 files, 7386159/25600000 blocks

Same as:

I can ctrl + alt + F2 to run a shell and perform tasks.
When I remove nvidia drivers with:

sudo mhwd -r pci video-nvidia

and install:

sudo mhwd -a pci nonfree 0300

Its start my desktop view, but when i reboot PC, i get this message again:

/dev/nvme0n1p2: clean, 375397/6406144 files, 7386159/25600000 blocks

and need to reinstall nvidia drivers like before.

$ sudo mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.11.04               false            PCI


Warning: No installed USB configs!
$ sudo mhwd -l                 
> 0000:01:00.0 (0300:10de:1c03) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.11.04               false            PCI
    video-nvidia-470xx            2021.11.04               false            PCI
    video-nvidia-390xx            2021.11.26               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI

I have same situation like Stav from topic nVidia display failure after update: clean… files… blocks but i cant add link to post. I don`t know why.

:wave:

there was a recent post with the same issue you have, he had to reinstall video drivers everytime he booted, otherwise he would end up stuck at the clean display… the reason was, he had installed bumblebee/bbswitch … so post output from:
ls /etc/modprobe.d
find /etc/X11/ -name "*.conf"
pacman -Qs 'bumblebee|bbswitch'

Thanks for quick respond.

➜  ~ ls /etc/modprobe.d              
blacklist.conf  mhwd-gpu.conf
➜  ~ find /etc/X11 -name "*.conf"    
/etc/X11/mhwd.d/nvidia.conf
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/X11/xorg.conf.d/90-mhwd.conf
➜  ~ pacman -Qs 'bumblebee|bbswitch' 
local/bumblebee 3.2.1-22
    NVIDIA Optimus support for Linux through Primus/VirtualGL
local/lib32-primus 20151110-4
    Faster OpenGL offloading for Bumblebee (32-bit)
local/primus 20151110-9
    Faster OpenGL offloading for Bumblebee

What is a solution for this output should I uninstall it?

first provide output from this:
cat /etc/modprobe.d/blacklist.conf

➜  ~ cat /etc/modprobe.d/blacklist.conf
blacklist iTCO_wdt
blacklist iTCO_vendor_support

I add those lines, because I saw this topic

ok so they are for disabling watchdog… so uninstall the bumblebee:
pamac remove bumblebee lib32-primus primus
reboot and that should fix the stuck screen issue

To be sure, I restarted my computer twice, but still I have change to tty2 and install drivers. :frowning: Tty stops on cleaning/files.

so post again output from:
ls /etc/modprobe.d
find /etc/X11/ -name "*.conf"
pacman -Qs optimus
inxi -G

➜  ~ ls /etc/modprobe.d
blacklist.conf  mhwd-gpu.conf
➜  ~ find /etc/X11/ -name "*.conf"
/etc/X11/mhwd.d/nvidia.conf
/etc/X11/xorg.conf.d/00-keyboard.conf
/etc/X11/xorg.conf.d/90-mhwd.conf
➜  ~ pacman -Qs optimus
local/optimus-manager 1.4+r12-2
    Management utility to handle GPU switching for Optimus laptops (Git
    version)
➜  ~ inxi -G
Graphics:
  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia
    v: 515.65.01
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.3 driver:
    X: loaded: nvidia gpu: nvidia resolution: 1: 1920x1080~60Hz
    2: 1920x1080~60Hz
  OpenGL: renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 v: 4.6.0
    NVIDIA 515.65.01

Maybe this is a problem now? I have PC

Optimus laptops

you have also optimus installed :unamused:
so remove it:
pamac remove optimus-manager
reboot

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.