0

I was using my computer which runs on 20.04 Ubuntu. I turned off my computer and then immediately turned it on, which presented me face to face with this screen:

screenshot

I am now lost and have no clue of what to do next. Any help is appreciated.

Artur Meinild
  • 26,018

1 Answers1

0

Your question is not clear. Are you install ubuntu 20.04 then reboot? if it's the scenario, you probably miss some packages on installation time. So try ctrl + Alt + F1 on boot freeze time to open terminal.

update and upgrade you system :

sudo apt-get update
sudo apt-get upgrade

and update grub:

sudo update-grub

Hossein
  • 21