This tutorial will walk you through a base installation of Ubuntu
Server 10.04 LTS (64-bit). Ubuntu releases a new OS
version every six months. Every two years, however, a Long Term Support (LTS)
version is released, which is supported for three years for the desktop
version and five years for the server vesion. Version 10.04 is the
current LTS release as of this writing, which makes it ideal for enterprise use
and meets our requirement for long service life.
Before You
Begin
This tutorial covers basic installation. If you are relatively new to Ubuntu Server, do yourself a favour and read the Ubuntu Server Guide, with particular attention on the Installation section. For
advanced disk options, refer to the Advanced
Installation section of the server guide. Detailed installation information is available in the Ubuntu Server Installation Guide.
Installation
The
following steps will walk you through a bare bones installation of
Ubuntu Server 10.04 LTS (64 bit). Some installation variables will need
to be modified based on your specific environment (e.g. language,
timezone, etc.).
- Insert or mount the Ubuntu Server installation disc and boot the installer
- Choose your language
- Select "Install
Ubuntu Server" to boot the OS installer
- Select your installation
language
- Select the country in which the server is being installed
- Detect
keyboard layout: select "No"
- Select the keyboard origin (e.g.
USA)
- Select the keyboard layout (e.g. USA)
- Enter the
hostname for this server (e.g. drupal1)
- Set the server's timezone
(e.g. Toronto)
- Partition disks: select "Guided - use entire disk"
(Note: this is the most basic partitioning scheme and may not be
appropriate for all production envirionments. Refer to the Advanced Installation section of the server guide for detailed partitioning options.)
- Select the disk to partition, review the partitioning changes and select "Yes" to write the changes to disk (caution: this will permanently erase any data on the selected disk)
- The base system will now be installed; good time to get a coffee!
- Enter your full name
- Enter a username for your new account
- Enter and verify the account password
- Select "No" to choose not to encrypt your home directory
- Enter your HTTP proxy information or leave blank if you do not use a proxy
- Choose how you want to manage system upgrades: select "No automatic updates"
- Choose software to install: do not choose any software packages and select "Continue" (note: we will be installing additional packages in later tutorials)
- If this is the only OS on the boot drive, select "Yes" to install the GRUB boot loader
- Once installation is complete, remove or dismount the OS installation disc and select "Continue" to boot your new system
Find an error? Know a better way? Please leave a comment and help improve this cookbook.