2

I changed my HDD of Ubuntu 16.04 from i7 Lenovo PC (GTX-960, 32 GB) to i5 Dell PC (very old GPU, 16 GB). I ran the following commands in the recovery shell of the i5 PC:

sudo apt-get purge nvidia* 
sudo apt-get update
sudo apt-get upgrade

I can login successfully but I see no GUI, only Ubuntu's background.


How can you transfer Ubuntu 16.04 HDD to New PC successfully?

1 Answers1

4

Boot up normally. When you see the desktop background, press ctrl + alt + f1

You should then be at the terminal. Login.

Then run these commands:

rm -r ~/.config
rm -r ~/.compiz
rm ~/.Xauthority
sudo reboot

If that doesn't work, try:

dconf reset -f /org/compiz/
setsid unity
sudo reboot

If it still doesn't work, try the answer from here: Unity doesn't load, no Launcher, no Dash appears