Fix boot.loader.grub.mirroredBoots when UEFI booting #18584
Labels
0.kind: bug
Something is broken
0.kind: question
Requests for a specific question to be answered
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Issue description
Hello,
I have one machine with three HDDs on ZFS RAID-Z and UEFI booting. Could we please make it work with Grub?
Steps to reproduce
I have three FAT-32 partitions, one in each HDD and mounted in /boot1, /boot2 and /boot3. If I use the following configuration:
then
nixos-rebuild switch
shoots this error:Could anyone help me fix the assertion at https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/loader/grub/grub.nix#L468, so that "nodev" can be used multiple times?
I tried writing it like that:
but it didn't work. Currently, my setup is working properly with this assertion removed.
The text was updated successfully, but these errors were encountered: