** Tags added: id-5a31301daeb4abec945ed957
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To manage notifications about
OK, I think this is actually bug 1485685 (i.e. the problem is grub-
legacy-ec2 rather than grub itself), so I'm removing cloud-images from
this bug and we'll track it over there.
** No longer affects: cloud-images
--
You received this bug notification because you are a member of Ubuntu
Bugs, whi
** Changed in: cloud-images
Status: New => Confirmed
** Changed in: cloud-images
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update bre
** Also affects: cloud-images
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
This bug has reappeared in the most-recent EBS backed ubuntu-xenial AMI
in AWS:
while creating images, I'm running:
`sudo apt-get -y upgrade`
to which I get prompted with:
```
1513162160,,ui,message,amazon-ebs: A new version of /boot/grub/menu.lst is
available%!(PACKER_COMMA) but the versio
** Package changed: ubuntu => grub2 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To manage notifications abo
marking this verification-done. just because.
This but is not related to the upload.
** 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/bug
Adam I don't understand the comments in the proposed SRU changelog, this
bug is solved outside of grub and doesn't require a new reversion.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Hello Scott, or anyone else affected,
Accepted grub2 into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/grub2/1.99-21ubuntu3.4
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki
Ignore me: the revert was in -proposed, but got deleted / pulled.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To man
So are we ok to put the fix for bug 978464 back into place?
If that breaks the currently deployed AMI images we can work around that
in preinstall.
Do we have known hashes of the old-style deployed AMI images, but unmodified by
the user?
Or a way to detect that we are running on AMI and preserve
I just verified this is fix-released in:
us-east-1 ami-82fa58eb ebs/ubuntu-precise-12.04-amd64-server-20120616
** Changed in: Ubuntu Precise
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
- create ppa with newer version of grub
- built a version of grub > available in archive by simply changing the
version in the changelog for quantal version '0.97-29ubuntu66' to
'0.97-99ubuntu66'
- upload that to a ppa (https://launchpad.net/~smoser/+archive/lp1009294-test)
- populate both
** Changed in: ubuntu
Assignee: Adam Conrad (adconrad) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI imag
** Tags added: cloud-images cloud-images-build ec2-images
** Changed in: ubuntu
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update brea
My testing implies that the fix I've committed to the build scripts [1] will
resolve this issue.
Heres what I did to test:
* ran 3 instances of ami-a29943cb (us-east-1
ebs/ubuntu-precise-12.04-amd64-server-20120424)
a.) control instance [verified config-changed prompt]
apt-get upda
** Branch linked: lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To ma
As outlined by Steve in comment #7, the fix for this is in the cloud image
building tools to add:
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure grub-pc
A suitable validation of this is to run a instance pre-grub2 update, run
this command, then upgrade. If it doesn't prompt, then we should ha
** Changed in: grub2 (Ubuntu)
Assignee: (unassigned) => Adam Conrad (adconrad)
** Changed in: grub2 (Ubuntu)
Status: In Progress => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/10
Simple fix to avoid ucf prompts when grub *hasn't* changed its template
is to run 'DEBIAN_FRONTEND=noninteractive dpkg-reconfigure grub-pc' in
the image build scripts after /etc/default/grub has been populated.
This will confirm the script populated answers to the debconf questions
as the known-goo
duplicate of bug #759545 ?!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To manage notifications about this bug go to
** Changed in: grub2 (Ubuntu Precise)
Assignee: (unassigned) => Canonical Server Team (canonical-server)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automate
Indeed, here's the diff between the /etc/default/grub in the precise
AMI, and the default one provided by grub. So this is a bug with how
the AMI is built, not a bug in the grub package which has no way to
automatically merge this using ucf.
The AMI image build probably needs to inject the grub s
I believe this can be reproduced by:
- installing grub
- changing one or more of the settings in /etc/default/grub that are managed
by debconf (GRUB_CMDLINE_LINUX, GRUB_CMDLINE_LINUX_DEFAULT, GRUB_TIMEOUT,
GRUB_HIDDEN_TIMEOUT), and *also* changing one or more line in /etc/default/grub
that is
I have a modified /etc/default/grub here, and can't reproduce this issue
by upgrading/downgrading between the precise and precise-proposed
versions of grub2. I can only trigger a ucf prompt by calling 'dpkg-
reconfigure grub-pc' and changing some values there.
--
You received this bug notificati
The analysis here is incorrect. The previous SRU affected the
generation of /boot/grub/grub.cfg, but it did *not* touch
/etc/default/grub, which is what the ucf prompt on upgrade is about.
Reverting the SRU not only won't fix the issue, it most likely will
cause the same issue *again* for affected
** Branch linked: lp:ubuntu/precise-proposed/grub2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To manage notificatio
Chris uploaded a reversion to -proposed:
grub2 (1.99-21ubuntu3.2) precise-proposed; urgency=low
* Revert previous SRU. This caused AMI cloud images to prompt about the
changed configuration file, breaking automated upgrades. (LP: #1009294)
* This reopens bug #978464, which will break Ubun
** Changed in: grub2 (Ubuntu)
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009294
Title:
Grub update breaks automated dist-upgrade scripts on AMI images
To ma
29 matches
Mail list logo