电脑配置不行的,可以考虑不安装图形界面,以下是安装过程遇到几个问题及解决办法
环境:VMware 7.1.4、Ubuntu server 12.04
"The ‘grub-pc‘ package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot."
解决办法:断网安装
1)vmware设置NAT上网
2)sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
3)重启网卡
ifdown eth0
ifup eth0
$ sudo apt-get install openssh-server
报错:
Package ‘openssh-server‘ has no installation candidate.
解决:
$ sudo apt-get update //更新源
$ sudo apt-get upgrade //更新已安装包
重新执行之
vmvare安装ubuntu 12.04 server及一些配置
原文地址:http://www.cnblogs.com/superkv/p/3978161.html