#Can't enter my desktop after system update

37 messages · Page 1 of 1 (latest)

jaunty cloud
#

When I re-install "broadcom-wl", the error messages goes away. But my desktop still wont show up.

knotty mural
#

hi, is this on grub? if so look for the line where it says linux and add nomodeset at the very end of that line

#

i wanna see if it gives additional info or just works

jaunty cloud
#

Hi, snail. Yes, it is on GRUB. Not quite sure If I understand, could you explain further? Where do I find this line?

knotty mural
#

oh sorry, press e when hovering over the entry

#

the menu should change with a lot of text

#

the line begins with "linux", then look to the end of it you should find "ro" and maybe with other settings, add nomodeset in there

#

then press ctrl + x to boot

jaunty cloud
#

Ahh, you mean the menu where I choose between which kernel to use?

knotty mural
#

yeps

#

i'm wondering if you're using a display manager and it's just crashing

jaunty cloud
#

I don't have that menu at the momet, I got some issues some months back. So I just use SuperGrubDisk everytime I start my system.

knotty mural
#

never heard of that before, does it work differently than grub?

jaunty cloud
#

Seems like it works to press E, I will check now.

#

When hovering over linux-lts, I press E. I can't see any line with "linux" or "ro" - i will upload a picture.

knotty mural
#

it's down below but it says rw, changed parameter i guess

#

there's where you should add nomodeset

#

rw loglevel=3 quiet nomodeset

#

for example

#

it's also only temporary so the next reboot will change back to defaults

jaunty cloud
#

You mean, the screen which shows on my picture?

#

I can't see any "rw". I will check.

knotty mural
jaunty cloud
#

Damn, I'm blind af. Sorry. Thanks. I will try now.

knotty mural
#

no worries

jaunty cloud
#

Do I need to save it somehow, or I just press "ctrl - x" ?

knotty mural
#

just ctrl + x

jaunty cloud
#

I did it, but it just shows a white blinking dot in the upper left corner.

#

I can try again.

knotty mural
#

guess it didn't work, you'll have to chroot to check for what's crashing in the logs

jaunty cloud
#

Aight. Thanks for trying. I'll will try chroot.

knotty mural
#

you're most welcome, check for journalctl --list-boots
then to select the boot log do journalctl -b -1

#

hopefully that gives a lead on what's causing the hang

jaunty cloud
#

I fixed it. I don't know why, but nvidia-lts was missing. I have not deleted it, do system updates delete packages?

#

Thanks for the journalctl tips.