Comment 14 for bug 1005551

Revision history for this message
Scott Moser (smoser) wrote :

Verified using latest precise released images in us-east-1 EC2.

# ami-0145d268 us-east-1/ebs/ubuntu-precise-12.04-amd64-server-20130204
$ ec2metadata --ami-id
ami-0145d268
$ ec2metadata --availability-zone
us-east-1b
$ dpkg-query --show grub-legacy-ec2
grub-legacy-ec2 0.6.3-0ubuntu1.4

$ sudo apt-get install linux-generic-lts-quantal -y -q
$ grep "3.5.[0-9]" /boot/grub/menu.lst || echo NOT_FOUND
NOT_FOUND
$ ls /boot/vmlinuz-3.*
/boot/vmlinuz-3.2.0-37-virtual /boot/vmlinuz-3.5.0-23-generic

$ echo "deb http://archive.ubuntu.com/ubuntu precise-proposed main" |
  sudo tee /etc/apt/sources.list.d/proposed.list
$ sudo apt-get update
$ sudo apt-get install grub-legacy-ec2
$ dpkg-query --show grub-legacy-ec2
grub-legacy-ec2 0.6.3-0ubuntu1.5
$ grep "^title.*3.5.[0-9]" /boot/grub/menu.lst || echo NOT_FOUND
title Ubuntu 12.04.2 LTS, kernel 3.5.0-23-generic
title Ubuntu 12.04.2 LTS, kernel 3.5.0-23-generic (recovery mode)