-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Unable to successfully run nixos-install
with xbootldrMountPoint
option
#296059
Labels
0.kind: bug
Something is broken
Comments
The |
Facing a new error
|
Btw it is recommended to mount the EFI partition at |
Ahhh! My bad! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
nixos-install
fails when using theboot.loader.systemd-boot.xbootldrMountPoint
parameter.Steps To Reproduce
Steps to reproduce the behaviour:
nixpkgs-unstable
a. a
512GB
8300
partitionext4
formatted mounted at/
b. a
4GB
EF02
partitionfat32
formatted mounted at/boot
c. a
512MB
EF00
partitionfat32
formatted mounted at/boot/efi
configuration.nix
to add theboot.loader.efi.efiSysMountPoint = "/boot/efi";
andboot.loader.systemd-boot.xbootldrMountPoint = "/boot";
linesnixos-install
Expected behaviour
2 things here.
bootctl install
command failed. It raised an error and still continued with the installation. But that is not the reason I'm here.Partition has wrong PART_ENTRY_TYPE=c12a7328-f81f-11d2-ba4b-00a0c93ec93b for XBOOTLDR partition
error. Alsoc12a7328-f81f-11d2-ba4b-00a0c93ec93b
does not match the UUID of any of my partitions.Screenshots
Additional context
Referencing this PR #285401, since that is the feature I'm trying to use.
I would've preferred to use
ext4
for the/boot
partition, and I did, but that too had failed, only to later realizesystemd-boot
in and of itself still doesn't have an ext4/btrfs/non-fat driver. (Ref)I'm unsure if my partitioning scheme is incorrect, or if I need to add any additional configuration. Please do ask for any other information to help debug the issue.
Also, just a sidenote, I'm not using
ext4
for/
. I'm usingBTRFS
onLUKS
. I mentionedext4
for simplicity. But I don't think it should be relevant in this case. Please do ask for more information if needed.Notify maintainers
@sdht0
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: