0

I’m new to this Linux stuff first time switching. It took me almost 48 hours to download everything properly to my USB, loads of reinstalling and watching tons of confusing guides. I manage to finally make the USB to boot to something but it just gets stuck on this screen. I’m able to access recovery from the Ubuntu select screen, I tried the dpkg thing and the others listed but nothing fixed the issue. I seen people say it might have to do with graphics or something? I have AMD integrated graphics on my pc. I get the Ubuntu loading screen then it goes to the image I posted.

https://i.stack.imgur.com/sulpA.jpg

ambien
  • 1

1 Answers1

0

You may have a problem with an older computer, with an older GPU. Try this...

  • boot to recovery mode
  • choose root access

type:

sudo mount -o remount,rw /      # to remount the disk r/w

sudo pico /etc/gdm3/custom.conf # edit this file

change:

#WaylandEnable=false

to:

WaylandEnable=false

Then reboot.

heynnema
  • 70,711