Updated my system and now it gives me a black screen with a blinking underscore cursor

I’ll let you take over so i can go do some testing on another ISO. :wink:

im using xfce if that helps, and no i can’t access a tty with the blinking blank screen happening

what im curious about is, it shows my desktop cursor (it keeps blinking in and out of existence) while a there’s blank screen with a white underscore on the top left part of the screen

Then how did you run inxi output from a TTY in your previous post? :thinking:
Maybe a translation/language problem?

This is a sign of a probable video driver problem.
Do you use LightDM, or SDDM?
Have you setup auto-login to XFCE?

i mentioned in a reply that i used a snapshot to access the tty. sorry if that’s confusing

im not sure how i can answer this, but it’s the default install of xfce endeavor os. i’ve changed nothing there in terms of display manager

1 Like

Then do it again and get journal from the failed attempts.

journalctl -b -1 -p3
journalctl -b -1 -r # look for display manager messages

so a bit of an update, i attached an external keyboard while the blinking shenanigans are happening, did ctrl+alt+f3 and the tty prompt showed for a split second before returning to the blinking shenanigans again.


from first command


Reboot the PC, and at the EnOS boot menu, edit the default command line (not a snapshot), to add 3 (the number three) at the end of the line. Boot after you finish.

This will stop the boot process just before LightDM should start, meaning that you will end up to a TTY. From there you might want to do some troubleshooting.

For example,

  • update your system packages (sudo pacman -Syu)
  • Install SDDM and enable it to replace LightDM
sudo pacman -S sddm
sudo systemctl disable lightdm
sudo systemctl enable sddm
sudo systemctl start sddm

Post feedback from the above, and, please, explain whatever you do, so we won’t misunderstand.

2 Likes

im currently backing up my home folder so that just in case a reinstall is needed (hopefully not) i can recover my files. though it’s taking quite awhile so i’ll update on the outputs later this day. sorry if it’s an inconvenience

1 Like

hello i have returned.

do i just add the number 3 here?

hold up, this is new. i spammed ctrl+alt+f3 on the blinking screen and now im in tty


this is not the snapshot rather the supposedly current update that’s not working


hmm i’ll try and see if i can get to install sddm


looks like i can’t


here is the ouput

I got the same problem, too

Tried reinstalling 3 times but still got black screen after grub, or systemd boot

i guess im not alone here haha. is it the exact same as mine? system update → black screen of shenanigans

looks like the lock-file was left behind, which prevents the update to run.

try:

sudo rm /var/lib/pacman/db.lck

as per: Update problem - var/lib/pacman/db.lck

1 Like

i’ll try, the spamming tty technique is not consistent though and i’ve only managed to get it working once (see the attached photos) so im not sure how i’ll go from thereon

update: still can’t manage to get into tty consistently (haven’t been able to do so since i posted the pic). currently using an old snapshot before system update. until i (or we) can find something i think i’ll be using this in the meantime.

im going to try and look for a possible reason as to why this happens (hopefully). if anyone who has the same problem as me and has managed to fix it please share your findings, thank you very much