You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I made a mistake, EC2 only uses EFI on arm instances.
So there is no problem, but the ESP partition does exist. Maybe it would be better to set the label.
In
amazon-image.nix
, ESP Partition mount to/boot
via a file system labelESP
.https://github.com/NixOS/nixpkgs/blob/nixos-24.05/nixos/modules/virtualisation/amazon-image.nix#L41
But it seems nixos-infect doesn't try to set the label. So
grub-install
will fail duringnixos-switch
I think it's simple to fix by using
dosfslabel
However, the EFI partition will indeed be mounted to
/efi
by some reason. I did not find any clear definition or reason. This is not expected.The text was updated successfully, but these errors were encountered: