Ubuntu 11.04 系统安装

[1] Insert a disk for installation of Ubuntu 11.04 and reboot your computer. Choose your language first and go next.
 
[2] Push Enter key.
 
[3] Select your language again.
 
[4] Select your country for time-zone.
 
[5] Select the locale.
 
[6] Select "No" and set it manually on the next.
 
[7] Select your keyboard layout.
 
[8] Select your keyboard layout.
 
[9] Set your server‘s hostname you‘d like to set.
 
[10] Make sure the time-zone is correct and go next.
 
[11] This is the section for configure partition. This example select "Guided" like follows.
 
[12] Select a disk to create partitions.
 
[13] If it‘s OK all, answer "Yes".
 
[14] Enter the amount of disks that you‘d like to set for LVM volume group.
 
[15] It‘s completed to configure partitions. If it‘s OK, answer "Yes".
 
[16] Installation of base system proceeds.
 
[17] Set user account. The user set on here is administration user by default.
 
[18] Input a user name used on the system.
 
[19] Set password.
 
[20] If you‘d like to encrypt home directory, answer "Yes".
 
[21] Set Proxy if you use it. If not, Continue with empty.
 
[22] Select if you set automatical update. automatical update is convenience but sometimes it causes troubles, so if you use this server as a Mission Critical Server, Don‘t use automatical update, it‘s better to update by manually after verification.
 
[23] Select softwares to install. Go next without checking boxes all, it‘s better to install something if needed.
 
[24] Answer "Yes" if Grub is installed on MBR.
 
[25] Installation completed. Remove the disk and Continue. Then system will reboot.
 
[26] The system boots and show login prompt like below. Login with a user set in installation.
 
时间: 2024-08-30 14:30:28

Ubuntu 11.04 系统安装的相关文章

【转】ubuntu 11.04使用apt-get安装软件时一直提示E:unable to locate package

问题: VMware虚拟机安装了ubuntu 11.04,在使用apt-get安装软件时一直提示E:Unable to locate package. 百度了原因,说是要更新源,使用命令:sudo apt-get update更新了,但更新之后问题还是存在: 解决方案: 主要还是源的问题,目前网上找的很多源都是很久以前的了,很多的可能都不能用了: 然后自己重新下载了一个ubuntu 14.04版本的源替换原来的sources.list文件,然后运行sudo apt-get update更新后就可

ubuntu 11.04安装笔记

首先,本文查询了网络中各位大大的经验共享,特别是<UltraISO制作U盘启动Ubuntu 8.10 LiveCD>,地址在http://blog.sina.com.cn/s/blog_5d82f1530100b1qz.html .本文中某些步骤直接引用了相关文字或者图片,再次对各位达人表示感谢! 我的笔记本是ACER Aspire 1810TZ,近日几经周折最终搞定Ubuntu 11.04安装,开心 1. 硬件配置 Acer的配置没啥好说的,主要是没有光驱,那么我们仅仅能使用U盘安装. 2.

Ubuntu 11.04 (Natty) 已经停止支持 但可以使用old-releases源了

Ubuntu 11.04 (Natty) 已经停止支持,但可以使用old-releases源了,先备份源列表文件: sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup sudo gedit /etc/apt/sources.list 把里面的内容替换为以下内容: deb http://old-releases.ubuntu.com/ubuntu/ natty main restricted universe multiverse

安装qt5.3.2后,qtcreator在ubuntu 11.04无法启动的问题

在官方网站下载.run文件安装后,qtcreator启动失败,然后找到命令行启动,失败原因如下: [email protected]:~/Qt5.3.2/Tools/QtCreator/bin$ ./qtcreatorQXcbConnection: Failed to initialize XRandrQt: XKEYBOARD extension not present on the X server.Could not initialize OpenGL for RasterGLSurfac

Ubuntu 11.04 安装 cuda5.0

由于实验需要,于2016年10月15日再Ubuntu11.04安装cuda5.0,但是从网上查找Ubuntu11.04 只有对应的支持的cuda4 版本,cuda 5.0前面版本不支持IDE nisght ,为调试带来许多麻烦,等装完以后,才明白,为什么英伟达不支持Ubuntu11.04的cuda 5.0,原因是gcc 编译器的版本不对应,Ubuntu11.04默认的编译器是gcc4.5,但是cuda5.0对应的编译器必须是gcc4.6,这个后面还需要调整,首先在Nvidia官方网站上下载cud

Ubuntu 13.04 系统安装

[1] Insert a disk for installation of Ubuntu 13.04 and reboot your computer. Next, Choose your language and go next. [2] Push Enter key to start installation. [3] Select your language again. [4] Select your country for time-zone. [5] Select the local

Ubuntu 16.04 系统安装

[1] Insert a disk for installation of Ubuntu 16.04 and reboot your computer. Next, Choose your language and go next. [2] Push Enter key to start installation. [3] Select your language again. [4] Select your country for time-zone. [5] Select your loca

Ubuntu 12.04 系统安装

[1] Insert a disk for installation of Ubuntu 12.04 and reboot your computer. Choose your language first and go next. [2] Push Enter key. [3] Select your language again. [4] Select your country for time-zone. [5] Select the locale. [6] Select "No"

Ubuntu 14.04 系统安装后无法上网的问题(eth0识别不出)

Ubuntu 14.04 1.网口处网线状态等正常跳动 2.ifconfig 指令查询不到网卡信息 说明缺少了网卡驱动. 使用 lspci 指令查看系统中所有的驱动信息,找到 Ethernet Controller栏,对应的以太网驱动: Ethernet controller: Intel Corporation Device 15b7 (rev 31) 然后再Intel官网查找对应的驱动,开始没找到,然后在网上搜索对应的问题信息,找到了相应的 驱动下载地址. 下载完毕后,解压.编译安装.加入网