-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixos-rebuild will not switch to new configuration (possibly gummiboot-related) #14902
Comments
Probably this:
|
This is what we get for removing UEFI tests :( |
@aszlig another reason for |
See 92837f2 |
Well, #14766 also helps as a stop-gap solution (requiring no changes to the Nix language). |
BTW we do seem to have UEFI boot tests which do seem to work (well pretty much every test is now broken due to dbus upgrade): http://hydra.nixos.org/build/34909292, though they aren't marked as release-critical. |
I've made the boot tests a requirement for a release. |
(cherry picked from commit 9d1662c) Signed-off-by: Domen Kožar <[email protected]>
Great! I already started to work on the UEFI test (without noticing the old one), but got sidetracked by the dbus thing... dezgeg@348947f |
Adding |
Probably yes, just fetch latest master where the dbus update is reverted. |
It's not in master but staging. |
Ok so closer look tells that this only happens with e.g. |
@domenkozar Just to note, those boot tests are only for booting ISO using UEFI from CD-rom and USB, not for actual 'normal' harddisks: separate boot partition, GPT and all that. The ISO also has custom gummiboot configuration, so generating gummiboot configuration is not covered by those tests. I've made #14956 to continue that conversation separately. |
So after rebuilding against staging, I am still getting the error with |
Did you try the full fix (#14953)? |
Yes, it seems fine now. Closing this one, since we seem to have open issues for all the things. |
Issue description
I am trying to
nixos-rebuild switch
(it does not matter whether I do it with or without-I nixpkgs=~/dev/nixpkgs
; where that points at the latest master; I have also run with--upgrade
to pull the latest channel updates).I keep seeing the following, complaining about something with gummiboot:
The
gummiboot-builder.py
seems to issuenix-env --list-generations --option build-users-group ""
, which when run by hand, results in the following for me:Steps to reproduce
nixos-rebuild switch
Technical details
The text was updated successfully, but these errors were encountered: