Ubuntu 12.04 LTS (Precise Pangolin) Beta 2
Cloud image
The Ubuntu Cloud image can be run on your personal Ubuntu Cloud, or modified, rebundled and uploaded to Amazon EC2. For further instruction on setting up a personal Ubuntu Cloud, see Getting Started with Ubuntu Cloud
There are three images available, each for a different type of computer:
- 32-bit Cloud image
- For almost all PCs. This includes most machines with Intel/AMD/etc type processors and almost all computers that run Microsoft Windows, as well as newer Apple Macintosh systems based on Intel processors. Choose this if you are at all unsure.
- 64-bit Cloud image
- Choose this to take full advantage of computers based on the AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2). If you have a non-64-bit processor made by AMD, or if you need full support for 32-bit code, use the Intel x86 images instead.
- 32-bit ARMHF Cloud image
- For ARMv7 processors and above. Userland is compiled with Hard Float on.
Amazon EC2 Published AMIs
The images have been published to Amazon EC2, and can be used immediately with no need to download anything. See the table below for the AMI ids. For further instruction on getting started with Amazon EC2, see the EC2 Starters Guide.
Region |
arch |
root store |
ami |
ec2 command |
ap-northeast-1 |
64-bit |
ebs |
ec2-run-instances ami-c851e0c9 --instance-type t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-northeast-1 |
64-bit |
instance |
ec2-run-instances ami-c251e0c3 --instance-type m1.large --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-northeast-1 |
32-bit |
ebs |
ec2-run-instances ami-c651e0c7 --instance-type t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-northeast-1 |
32-bit |
instance |
ec2-run-instances ami-b051e0b1 --instance-type m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-southeast-1 |
64-bit |
ebs |
ec2-run-instances ami-f64e09a4 --instance-type t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
ap-southeast-1 |
64-bit |
instance |
ec2-run-instances ami-f24e09a0 --instance-type m1.large --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
ap-southeast-1 |
32-bit |
ebs |
ec2-run-instances ami-f04e09a2 --instance-type t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
ap-southeast-1 |
32-bit |
instance |
ec2-run-instances ami-dc4e098e --instance-type m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
eu-west-1 |
64-bit |
ebs |
ec2-run-instances ami-7dfac209 --instance-type t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
eu-west-1 |
64-bit |
instance |
ec2-run-instances ami-93f9c1e7 --instance-type m1.large --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
eu-west-1 |
32-bit |
ebs |
ec2-run-instances ami-73fac207 --instance-type t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
eu-west-1 |
32-bit |
instance |
ec2-run-instances ami-c7f9c1b3 --instance-type m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
sa-east-1 |
64-bit |
ebs |
ec2-run-instances ami-f2bf61ef --instance-type t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
sa-east-1 |
64-bit |
instance |
ec2-run-instances ami-f4bf61e9 --instance-type m1.large --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
sa-east-1 |
32-bit |
ebs |
ec2-run-instances ami-f0bf61ed --instance-type t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
sa-east-1 |
32-bit |
instance |
ec2-run-instances ami-f8bf61e5 --instance-type m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
us-east-1 |
64-bit |
ebs |
ec2-run-instances ami-b5ea34dc --instance-type t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
64-bit |
hvm |
ec2-run-instances ami-b7ea34de --instance-type cc1.4xlarge --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
64-bit |
instance |
ec2-run-instances ami-ebea3482 --instance-type m1.large --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
32-bit |
ebs |
ec2-run-instances ami-bdea34d4 --instance-type t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
32-bit |
instance |
ec2-run-instances ami-61ea3408 --instance-type m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-west-1 |
64-bit |
ebs |
ec2-run-instances ami-45a9f100 --instance-type t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-1 |
64-bit |
instance |
ec2-run-instances ami-ada8f0e8 --instance-type m1.large --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-1 |
32-bit |
ebs |
ec2-run-instances ami-bba8f0fe --instance-type t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-1 |
32-bit |
instance |
ec2-run-instances ami-99a8f0dc --instance-type m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-2 |
64-bit |
ebs |
ec2-run-instances ami-5adf536a --instance-type t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
|
us-west-2 |
64-bit |
instance |
ec2-run-instances ami-50df5360 --instance-type m1.large --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
|
us-west-2 |
32-bit |
ebs |
ec2-run-instances ami-58df5368 --instance-type t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
|
us-west-2 |
32-bit |
instance |
ec2-run-instances ami-7edf534e --instance-type m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
A full list of available files can be found below.
Name Last modified Size Description
Parent Directory -
MD5SUMS 10-Oct-2012 21:51 672
MD5SUMS.gpg 10-Oct-2012 21:51 836
SHA1SUMS 10-Oct-2012 21:51 736
SHA1SUMS.gpg 10-Oct-2012 21:51 836
SHA256SUMS 10-Oct-2012 21:51 928
SHA256SUMS.gpg 10-Oct-2012 21:51 836
ubuntu-12.04-beta2-server-cloudimg-amd64-disk1.img 10-Oct-2012 21:52 220M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-amd64-kernel-info.txt 10-Oct-2012 21:52 118 Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-amd64-root.tar.gz 10-Oct-2012 21:52 204M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-amd64.manifest 10-Oct-2012 21:52 10K Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-amd64.ovf 10-Oct-2012 21:52 7.0K Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-amd64.tar.gz 10-Oct-2012 21:52 210M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-armhf-disk1.img 10-Oct-2012 21:53 200M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-armhf-kernel-info.txt 10-Oct-2012 21:53 109 Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-armhf.manifest 10-Oct-2012 21:53 9.8K Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-armhf.tar.gz 10-Oct-2012 21:53 188M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-i386-disk1.img 10-Oct-2012 21:53 202M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-i386-kernel-info.txt 10-Oct-2012 21:53 116 Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-i386-root.tar.gz 10-Oct-2012 21:54 187M Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-i386.manifest 10-Oct-2012 21:53 10K Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-i386.ovf 10-Oct-2012 21:53 7.0K Ubuntu Server 12.04 (Precise Pangolin) released builds
ubuntu-12.04-beta2-server-cloudimg-i386.tar.gz 10-Oct-2012 21:54 193M Ubuntu Server 12.04 (Precise Pangolin) released builds
unpacked/ 10-Oct-2012 21:54 -