Previously filed as NixOS/nix#6076
Describe the bug
When running nix-rebuild, it prints a bunch of ignoring generation 'None'.
No new boot entries are being created.
Steps To Reproduce
run sudo nixos-rebuild switch --upgrade
ignoring generation 'None' in the list of boot entries because of the following error:
65
ignoring generation 'None' in the list of boot entries because of the following error:
66
ignoring generation 'None' in the list of boot entries because of the following error:
67
and so on...
Expected behavior
Describe the bug
A clear and concise description of what the bug is.
Steps To Reproduce
Steps to reproduce the behavior:
- ...
- ...
- ...
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
it should create new boot entries
nix-env --version output
2.6.0
Additional context
in /boot/loader/entries/, there is a bunch of empty files like nixos-generation-65.conf.tmp.
I figure out that /boot/ is full by trying to write the entries manually. nixos-upgrade should figure that out and give feedback with advice on cleaning up kernels.
Previously filed as NixOS/nix#6076
Describe the bug
When running
nix-rebuild, it prints a bunch ofignoring generation 'None'.No new boot entries are being created.
Steps To Reproduce
run
sudo nixos-rebuild switch --upgradeand so on...
Expected behavior
Describe the bug
A clear and concise description of what the bug is.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.it should create new boot entries
nix-env --versionoutput2.6.0
Additional context
in
/boot/loader/entries/, there is a bunch of empty files likenixos-generation-65.conf.tmp.I figure out that
/boot/is full by trying to write the entries manually.nixos-upgradeshould figure that out and give feedback with advice on cleaning up kernels.