我將 Ubuntu 16.04 的硬碟從 i7 Lenovo PC(GTX-960,32 GB)更改為 i5 Dell PC(非常舊的 GPU,16 GB)。我在 i5 PC 的復原 shell 中執行了以下命令:
sudo apt-get purge nvidia*
sudo apt-get update
sudo apt-get upgrade
我可以成功登錄,但看不到 GUI,只有 Ubuntu 的背景。
如何將 Ubuntu 16.04 硬碟成功轉移到新電腦?
答案1
開機正常。當您看到桌面背景時,按ctrl+ alt+f1
然後您應該到達航站樓。登入.
然後運行這些命令:
rm -r ~/.config
rm -r ~/.compiz
rm ~/.Xauthority
sudo reboot
如果這不起作用,請嘗試:
dconf reset -f /org/compiz/
setsid unity
sudo reboot
如果它仍然不起作用,請嘗試這裡的答案:Unity 無法加載,沒有啟動器,沒有出現 Dash