Problem with gui after update

Hey guy, i recently upgraded my machine to version 4.5 and on rebooting the machine it just shows …
Parrot 4.5 parrot tty1.
parrot login:

When i log in it takes me to the terminal no gui…
Please guys i need help i am still new to the command lineq

Login: root
Password: toor

Did you ran apt upgrade ? This can break the system because it does a partial upgrade. Parrot is a rolling distro so to update you need to run sudo apt update && sudo apt dist-upgrade.

Hum no this not true, when you install the system it asks you for a root password , if you entered one then it obviously become your root password not toor , if you leave it blank the account is disabled and you cant login with it.

In tty login via your user and type

startx

And if have error
Follow this

 dpkg --configure -a
 apt --fix-broken install
 apt clean 
 apt remove --purge parrot-mate xorg parrot-interface parrot-interface-common 
 apt autoremove

 apt install parrot-interface parrot-interface-common parrot-mate xorg
reboot
1 Like