[Bug 623609] Re: grub-pc needs some help in uec instances

2012-01-29 Thread Launchpad Bug Tracker
This bug was fixed in the package grub2 - 1.98-1ubuntu13

---
grub2 (1.98-1ubuntu13) lucid-proposed; urgency=low

  [ Colin Watson ]
  * Handle partition devices without corresponding disk devices
(LP: #623609).

  [ Ken Stailey ]
  * Backport upstream patch to skip LVM snapshots (LP: #563895).
 -- Colin Watson cjwat...@ubuntu.com   Fri, 20 Jan 2012 12:08:36 +

** Changed in: grub2 (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2012-01-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/lucid/grub2/lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2012-01-20 Thread Martin Pitt
Hello Scott, or anyone else affected,

Accepted grub2 into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: grub2 (Ubuntu Lucid)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2012-01-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/grub2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2011-01-17 Thread Scott Moser
The cloud-init portion of this was fixed in lucid with cloud-init at version 
0.5.10-0ubuntu1.5.
The grub-pc portion still exists, but is worked around in the UEC image build 
process at 
http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder/automated-ec2-builds/revision/208
 .

That commit shows 2 options for working around it
a.) 'rm /boot/grub/video.lst' in the instance
   This is the solution that I ended up going with.
b.) sed -i 's,^#GRUB_TERMINAL=console,GRUB_TERMINAL=console,' /etc/default/grub 
.
  This solution ends up prompting the user on grub-pc reinstall or upgrade.

** Changed in: cloud-init (Ubuntu Lucid)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2011-01-17 Thread Garrison Hoffman
I can confirm that 'rm /boot/grub/video.lst' works on Ubuntu 10.04.1 LTS
(Lucid). Thanks for the tip, Scott.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2010-12-03 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: grub2 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: grub2 (Ubuntu Lucid)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2010-12-03 Thread Scott Moser
I'd like to have the grub2 fix here backported to lucid, so 'update-
grub' could successfully run in lucid instances.

I tried a quick build of the lucid with '978_ubuntu_diskless_partitions.patch' 
applied, but grub-probe still fails like:
$ sudo grub-probe --device /dev/sda1
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your 
device.map.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs