Ubuntu 12.04 (Precise Pangolin) Beta 1 [20120229.1]
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-72f34273 --instance-type t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-northeast-1 |
64-bit |
instance |
ec2-run-instances ami-62f34263 --instance-type m1.large --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-northeast-1 |
32-bit |
ebs |
ec2-run-instances ami-6ef3426f --instance-type t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-northeast-1 |
32-bit |
instance |
ec2-run-instances ami-58f34259 --instance-type m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
|
ap-southeast-1 |
64-bit |
ebs |
ec2-run-instances ami-36b0f464 --instance-type t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
ap-southeast-1 |
64-bit |
instance |
ec2-run-instances ami-0cb0f45e --instance-type m1.large --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
ap-southeast-1 |
32-bit |
ebs |
ec2-run-instances ami-30b0f462 --instance-type t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
ap-southeast-1 |
32-bit |
instance |
ec2-run-instances ami-6eb0f43c --instance-type m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
|
eu-west-1 |
64-bit |
ebs |
ec2-run-instances ami-35152c41 --instance-type t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
eu-west-1 |
64-bit |
instance |
ec2-run-instances ami-51152c25 --instance-type m1.large --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
eu-west-1 |
32-bit |
ebs |
ec2-run-instances ami-49152c3d --instance-type t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
eu-west-1 |
32-bit |
instance |
ec2-run-instances ami-7b152c0f --instance-type m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
|
sa-east-1 |
64-bit |
ebs |
ec2-run-instances ami-c06ab5dd --instance-type t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
sa-east-1 |
64-bit |
instance |
ec2-run-instances ami-cc6ab5d1 --instance-type m1.large --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
sa-east-1 |
32-bit |
ebs |
ec2-run-instances ami-c66ab5db --instance-type t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
sa-east-1 |
32-bit |
instance |
ec2-run-instances ami-d86ab5c5 --instance-type m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
|
us-east-1 |
64-bit |
ebs |
ec2-run-instances ami-2061b349 --instance-type t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
64-bit |
hvm |
ec2-run-instances ami-2661b34f --instance-type cc1.4xlarge --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
64-bit |
instance |
ec2-run-instances ami-9660b2ff --instance-type m1.large --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
32-bit |
ebs |
ec2-run-instances ami-2a61b343 --instance-type t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-east-1 |
32-bit |
instance |
ec2-run-instances ami-a860b2c1 --instance-type m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
|
us-west-1 |
64-bit |
ebs |
ec2-run-instances ami-a5f8a1e0 --instance-type t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-1 |
64-bit |
instance |
ec2-run-instances ami-91f8a1d4 --instance-type m1.large --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-1 |
32-bit |
ebs |
ec2-run-instances ami-9bf8a1de --instance-type t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-1 |
32-bit |
instance |
ec2-run-instances ami-fff8a1ba --instance-type m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
|
us-west-2 |
64-bit |
ebs |
ec2-run-instances ami-ba18958a --instance-type t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
|
us-west-2 |
64-bit |
instance |
ec2-run-instances ami-b0189580 --instance-type m1.large --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
|
us-west-2 |
32-bit |
ebs |
ec2-run-instances ami-b8189588 --instance-type t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
|
us-west-2 |
32-bit |
instance |
ec2-run-instances ami-4c18957c --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 01-Mar-2012 19:26 672 MD5SUMS.gpg 01-Mar-2012 19:26 836 SHA1SUMS 01-Mar-2012 19:26 736 SHA1SUMS.gpg 01-Mar-2012 19:26 836 SHA256SUMS 01-Mar-2012 19:26 928 SHA256SUMS.gpg 01-Mar-2012 19:26 836 ubuntu-12.04-beta1-server-cloudimg-amd64-disk1.img 29-Feb-2012 03:44 221M Cloud image for 64-bit computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-12.04-beta1-server-cloudimg-amd64-kernel-info.txt 29-Feb-2012 03:44 118 Ubuntu Server 12.04 (Precise Pangolin) released builds ubuntu-12.04-beta1-server-cloudimg-amd64-root.tar.gz 29-Feb-2012 03:37 204M Cloud image for 64-bit computers (compressed tar file of /) ubuntu-12.04-beta1-server-cloudimg-amd64.manifest 29-Feb-2012 03:44 10K Cloud image for 64-bit computers (contents of live filesystem) ubuntu-12.04-beta1-server-cloudimg-amd64.ovf 01-Mar-2012 19:24 7.0K Cloud image for 64-bit computers (Open Virtualiztion Format file) ubuntu-12.04-beta1-server-cloudimg-amd64.tar.gz 29-Feb-2012 03:40 210M Cloud image for 64-bit computers (Cloud Image/EC2 tarball) ubuntu-12.04-beta1-server-cloudimg-armhf-disk1.img 29-Feb-2012 05:25 201M Cloud image for 32-bit ARMHF computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-12.04-beta1-server-cloudimg-armhf-kernel-info.txt 29-Feb-2012 05:25 109 Ubuntu Server 12.04 (Precise Pangolin) released builds ubuntu-12.04-beta1-server-cloudimg-armhf.manifest 29-Feb-2012 05:25 9.9K Cloud image for 32-bit ARMHF computers (contents of live filesystem) ubuntu-12.04-beta1-server-cloudimg-armhf.tar.gz 29-Feb-2012 05:16 189M Cloud image for 32-bit ARMHF computers (Cloud Image/EC2 tarball) ubuntu-12.04-beta1-server-cloudimg-i386-disk1.img 29-Feb-2012 04:08 203M Cloud image for 32-bit computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-12.04-beta1-server-cloudimg-i386-kernel-info.txt 29-Feb-2012 04:08 116 Ubuntu Server 12.04 (Precise Pangolin) released builds ubuntu-12.04-beta1-server-cloudimg-i386-root.tar.gz 29-Feb-2012 04:01 187M Cloud image for 32-bit computers (compressed tar file of /) ubuntu-12.04-beta1-server-cloudimg-i386.manifest 29-Feb-2012 04:08 10K Cloud image for 32-bit computers (contents of live filesystem) ubuntu-12.04-beta1-server-cloudimg-i386.ovf 01-Mar-2012 19:25 7.0K Cloud image for 32-bit computers (Open Virtualiztion Format file) ubuntu-12.04-beta1-server-cloudimg-i386.tar.gz 29-Feb-2012 04:03 193M Cloud image for 32-bit computers (Cloud Image/EC2 tarball) unpacked/ 01-Mar-2012 20:07 -