This is the first upgrade I have done since I started with RPi. Going from the latest stretch to buster on a 3b+. Tried 2 different times following different tutorials. 1 used "apt full-upgrade" and the other used "apt dist-upgrade". Both completed without errors and I verified the kernel and OS had been upgraded. However, when I rebooted, it went to the command line instead of the GUI. I tried changing the boot options and resolutions with raspi-config but nothing has worked. The version of stretch I upgraded was a full version with GUI. Although I usually run this machine headless, I used an HDMI monitor and dedicated keyboard/mouse for the upgrade.
Just as a test, I installed a fresh copy of buster and all is fine so I know it's not a HW configuration issue.
Any help will be greatly appreciated.
Ken
-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: No GUI after buster upgrade
Ken K wrote: ↑Tue Aug 20, 2019 5:23 pmThis is the first upgrade I have done since I started with RPi. Going from the latest stretch to buster on a 3b+. Tried 2 different times following different tutorials. 1 used "apt full-upgrade" and the other used "apt dist-upgrade". Both completed without errors and I verified the kernel and OS had been upgraded. However, when I rebooted, it went to the command line instead of the GUI. I tried changing the boot options and resolutions with raspi-config but nothing has worked. The version of stretch I upgraded was a full version with GUI. Although I usually run this machine headless, I used an HDMI monitor and dedicated keyboard/mouse for the upgrade.
Just as a test, I installed a fresh copy of buster and all is fine so I know it's not a HW configuration issue.
Any help will be greatly appreciated.
Ken
You have been misinformed, see the Official Blog, which states a release update is not recommended, though gives you the various steps:
https://www.raspberrypi.org/blog/buster ... -raspbian/
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: No GUI after buster upgrade
Thanks for the reference. Following the procedure listed in that blog post worked for me.
Re: No GUI after buster upgrade
Hi, I have the same problem.
I have done every thing witjout problem. But my pi start only in consol no gui ?;?
Someone can help me ?
I have done every thing witjout problem. But my pi start only in consol no gui ?;?
Someone can help me ?


Re: No GUI after buster upgrade
I found solution working for me !
Just put
Found on this form https://raspberrypi.stackexchange.com/a/101085/120150
I only write one line and my gui revive !
Just put
Code: Select all
sudo apt-get install xserver-xorg-video-fbturbo
I only write one line and my gui revive !

