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)


** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005551

Title:
  update-grub-legacy-ec2 ignores kernels named -generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1005551/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to