Code: Select all
sudo rm /etc/X11/xorg.conf
Edit: Oh, that may be there (automatically) for you used nomodeset .
Just delete, then boot without failsafe nomodeset.
Code: Select all
sudo rm /etc/X11/xorg.conf
No did not work same thing black screen. The file is back after rebooting with nomodeset.Huckleberry Finn wrote: Sat Dec 24, 2022 4:30 pm( It forces the system to use driver "fbdev" )Code: Select all
sudo rm /etc/X11/xorg.conf
Edit: Oh, that may be there (automatically) for you used nomodeset .
Just delete, then boot without failsafe nomodeset.
Did not work but I saw 'threadirqs' upon load it seems I was not able to remove that parameter.Huckleberry Finn wrote: Sun Dec 25, 2022 4:41 am At least out of curiosity (though they use the same parameters), what happens if you remove all parameters and keep just
ro quiet nosplash
and boot?
Working on it.You can clone it (the non-booting one)
Code: Select all
sudo update-initramfs -u
Code: Select all
AV Linux MX Edition
demo@avl-mxe-live:~
$ sudo update-initramfs -u
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for demo:
update-initramfs: Generating /boot/initrd.img-6.0.0-10.1-liquorix-amd64
cryptsetup: ERROR: Couldn't resolve device overlay
cryptsetup: WARNING: Couldn't determine root device
demo@avl-mxe-live:~
$
Yes it's the same and after cloning I can only log in the demo account my user account seems to be disabled. I tried automatic login and password change but only demo works.
.Xauthority
Still the same black screen. They are exactly the same size 9.3 mb maybe there is no change there ?Huckleberry Finn wrote: Sun Dec 25, 2022 8:12 am If still not:
Grab the /antiX/initrd.gz
from the one that's able to boot (overwrite) , try to boot without failsafe nomodeset .
(Of course you can first copy it to somewhere else, or just rename the existing one to initrd.gz.old if there is enough free space)
(P.S. When on live session it gets under /live/boot-dev/ so: /live/boot-dev/antiX/initrd.gz )