在windows上跑虚拟机比较资源,特别当以图形界面启动时,如果宿主机性能不好,就相当卡。

让Ubuntu 14.04默认以字符界面启动的方法:

编辑文件:etc/default/grub

将  GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”

改成GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text” 
    
    然后执行 sudo update-grub就OK啦

04-30 00:10