vmvare安装ubuntu 12.04 server及一些配置

电脑配置不行的,可以考虑不安装图形界面,以下是安装过程遇到几个问题及解决办法



环境:VMware 7.1.4、Ubuntu server 12.04

1.安装报错

"The ‘grub-pc‘ package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot."

解决办法:断网安装

2.配置上网

1)vmware设置NAT上网

2)sudo vi /etc/network/interfaces

auto eth0

iface eth0 inet dhcp

3)重启网卡

ifdown eth0

ifup eth0

3.安装openssh-server

$ sudo apt-get install openssh-server

报错:

Package ‘openssh-server‘ has no installation candidate.

解决:

$ sudo apt-get update  //更新源
$ sudo apt-get upgrade  //更新已安装包

重新执行之

时间: 2024-10-14 04:32:56

vmvare安装ubuntu 12.04 server及一些配置的相关文章

U盘安装 Ubuntu 12.04 Server LTS

折腾了半天12.04 server版,遇到的问题,貌似难度比10.04大很多: 首先是低版本的ultraISO不支持12.04映像刻录,只显示出EFI, 所以只能下个高版本的9.5.5(UUI被证明是不可行的) 其次是按照10.04来做的话,Help->F6根本没有地方输入installcdrom-detect/try-usb=true.(找了好久,实在是找不到,网上没有找到的...好吧,其实就是没有) 经过各种折腾,在网上看到一个很有价值的文章,终于试成功了一个办法: 1. 用UltraISO

dell r710 安装ubuntu 12.04 server 启动后进入initramfs解决办法

grub 启动菜单后加入 rootdelay=90, 如下:/boot/vmlinuz-2.6.32-38-server root=UUID=8685ab7a-20a9-4ddf-81c8-9ab9a7043fd8 ro   quiet rootdelay=90 原因: [sda] 初始化过慢,根文件系统由ramfs切到sda失败引起,需要延迟一会

Ubuntu 12.04 Server中文下配置UTF-8中文/英文环境

#安装中文语言包 apt-get install language-pack-zh-hans locale-gen cd /etc/default cp locale locale.bak #中文 cat <<EOF >locale LANG="zh_CN.UTF-8" LANGUAGE="zh_CN:en" LC_CTYPE="zh_CN.UTF-8" EOF #重启Ubuntu Server reboot #----- #英

Ubuntu 12.04 Server LTS下安装桌面及vncserver

亲测通过 1. 安装相关的包: apt-getupdate apt-get install ubuntu-desktop apt-getinstall vnc4server apt-get install x-window-system-core apt-get install gdm apt-get install gnome-panel 2. 设置vncserver Vncpasswd 以root身份chmod +x/etc/X11/xinit/xinitrc Vi /root/.vnc/x

ubuntu 12.04 server 安装nginx

下载源码: wget http://nginx.org/download/nginx-1.6.1.tar.gz 解压,编译安装 ./configure ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or install the PCRE li

Ubuntu 12.04 Server OpenStack Havana多节点(OVS+GRE)安装

1.需求 节点角色 NICs 控制节点 eth0(10.10.10.51)eth1(192.168.100.51) 网络节点 eth0(10.10.10.52)eth1(10.20.20.52)eth2(192.168.100.52) 计算结点 eth0(10.10.10.53)eth1(10.20.20.53) 注意1:你总是可以使用dpkg -s <packagename>确认你是用的是Havana版本 注意2:这个是当前网络架构 2.控制节点 2.1.准备Ubuntu 安装好Ubuntu

ubuntu 12.04 server ntp同步

ubuntu和windows对计算机硬件保存的时间解释可能是不一样的.windows默认把硬件时间当做local time,而ubuntu把硬件时间当做UTC(Coordinated Universal Time 世界统一时间). ubuntu 默认开启UTC,不过可以关闭UTC,方法:sudo gedit /etc/default/rcS 把UTC=yes 修改成UTC=no .这样ubuntu就可以把硬件时间当做local time 了.如果您的ubuntu 服务器时间已经不准确了,可以用以

Linux - Ubuntu中文输入法安装(Ubuntu 12.04)

Ubuntu中文输入法安装(Ubuntu 12.04) 本文地址:http://blog.csdn.net/caroline_wendy Ubuntu作为Linux常见的操作系统,是须要熟练使用的. 在安装过程中,输入法有时会出现故障,须要手动安装. 点击System Settings:找到Language Support. Install/Remove Language,找到Chinese(simplified).并点击Apply Changes,就可以. 安装完成之后,Keyboard in

Y460 安装ubuntu 12.04系统黑屏,登录界面黑屏

ubuntu 12.04系统黑屏,登录界面黑屏,但是命令行界面可以登录,也可以正常使用,当时在装CVS,装完重启就这样了,可能是因为前一天装更新时,突然断电导致图形界面损坏,参考他人方法,终于修复,总结如下: 1.硬件环境 Intel? Core? i3-2400 CPU @ 3.10GHz × 4 2.显卡 Intel 集成显卡 3.系统版本 ubuntu12.04.2 4.现象 开机后,可以看到grub 菜单,通过grub 菜单进入 ubuntu 12.04,屏幕变黑,屏幕微微亮光,[小光标