vmware6.5安裝ubuntn14.0文本啓動

機器太老了,所以虛擬機裏啓動ubuntu14圖形界面很費力,所以改成文本界面,然後再通過putty訪問,這樣就方便多了。

http://askubuntu.com/questions/174312/how-can-i-set-my-ubuntu-12-04-lts-to-boot-to-console-without-gui?lq=1

點擊打開鏈接


Change (edit) in /etc/default/grub file:

From:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

To:

GRUB_CMDLINE_LINUX_DEFAULT="text"

Now you must update the grub configs:

sudo update-grub

And its done!After reboot, to start the gui just login and type:

sudo service lightdm start



putty訪問要ssh服務,所以 要安裝ssh服務。

$sudo apt-get install ssh

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章