[SOLVED]Need help! System down - Failed to start light display manager after re-boot

Is there any output when use this command:

grep EE /var/log/Xorg.0.log

?

Yes see attached

I am near to the end of my knowledge. What says

  less /etc/X11/xorg.conf.d/90-mhwd.conf

See attached

Ok, so it try to load nonfree drivers.

Can you still post the output from

ls -la /etc/X11/xorg.conf.d/

I reinstalled Linux 5.4 and now the network is working again but still unable to access my desktop getting a black screen with blinking cursor.

See attached

@lappetspm , can you please stop posting pictures? :roll_eyes:

Capture the text and paste it into a post.

System is down can’t do that sorry

Ok, seems there is the problem. First it loads the ‘20-nouveau.conf’ which is the free driver configuration and after then it loads ‘90-mhwd.conf’ which are the unfree driver configuration where the driver is removed.

So you have to delete ‘90-mhwd.conf’.

sudo rm /etc/X11/xorg.conf.d/90-mhwd.conf

Than restart the PC

1 Like

Removed the file and restarted the pc but I’m still getting a black screen. I tried using both kernels 5.4 and 5.10. Is there anything else you can suggest ?

If you type

ls -la /etc/X11/xorg.conf.d/

is there ‘90-mhwd.conf’ still in the output?

Please provide output of

ls -la /etc/modprobe.d
cat /etc/modules-load.d/modules.conf

No only 3 files

00-keyboard.conf
10-libinput.conf
20-nouveau.conf

Wollie

Contents of /etc/modprobe.d
Mhwd-gpu.conf
R8169_blacklist.conf

Contents of/etc/modules-load.d/modules.conf

# List of modules to load at boot

Please show

cat /etc/modprobe.d/Mhwd-gpu.conf
cat /etc/modprobe.d/R8169_blacklist.conf

Wollie

I think you solved it !

Contents of /etc/modprobe.d/mhwd-gpu.conf
blacklist nouveau
blacklist ttm
blacklist drm_kms_helper
blacklist drm

Contents of /etc/modprobe.d/r8169_blacklist.conf
blacklist r8169

So presumably I just remove the entry for blacklist nouveau and restart the pc?

Remove blacklist nouveau and blacklist ttm then run

sudo depmod -a

Then reboot.


Do you have a good reason to blacklist r8169? r8169 is the kernel built in module which usually works pretty good.

Wollie

No. I don’t know why that is blacklisted.

I’m editing this from the desktop instead of a mobile phone!
Thanks very much to you and kisun for resolving this issue.

1 Like

Thanks for all your help with this - it’s now resolved!

1 Like