-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Installation failure for grub-efi-amd64-signed on ubuntu-latest #7192
Comments
I would argue it is a regression. |
@sushantmimani hello, thank you for reporting. until the issue is fixed, please use this workaround:
|
Hello! echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates Is your friend. We have phased updates enabled on Ubuntu, this usually helps new updates to be delivered faster, but sometimes it also breaks some compatibility / upgrades (if someone runs ones during canonical updates). You may wish to add it to your workflows if you are running updates often on your own. Feel free to ask more questions if you have, I am going to close the ticket as there is nothing actable for us right now. |
@mikhailkoliada Are you sure it's a problem with phased upgrades? The relevant part of the failure log is:
As far as I can tell, phased upgrades should result in packages being held back, but here grub is getting upgraded (even though I don't think many of the affected workflows will actually ever use the upgraded version). edit: sorry, my mistake, you said to disable phased upgrades, not enable them, but that doesn't change the part that this is a local config error A changed UUID is a local problem instead, isn't it? |
ie to resolve issues related to the `grub-efi-amd64-signed` package, such as these: * actions/runner-images#7192 * https://github.com/orgs/community/discussions/47863
See this thread actions/runner-images#7192 (comment)
See this thread actions/runner-images#7192 (comment)
…ilds (#2504) * Fix grub-efi install failures See: actions/runner-images#7192
Adding notes here b/c I hit this in my dev environment while fixing a different image for Larger Runners. This smells a lot like canonical/cloud-init#4091, which is currently still open. GitHub Actions runners still boot with BIOS. If I'm correct, this issue could reoccur whenever the
|
Description
sudo apt-get -y upgrade --fix-missing
fails with the following error onubuntu-latest
Platforms affected
Runner images affected
Image version and build link
Image: ubuntu-22.04
Version: 20230219.1
https://github.com/godaddy/asherah/actions/runs/4265406600/jobs/7424702774
Is it regression?
No
Expected behavior
Command should execute successfully.
Actual behavior
Command is failing.
I've downgraded to ubuntu-20.04 where this command runs successfully.
Repro steps
ubuntu-latest
sudo apt-get -y upgrade --fix-missing
The text was updated successfully, but these errors were encountered: