grub fixed
This commit is contained in:
parent
fdf37a3c9e
commit
6b1348e865
@ -9,11 +9,16 @@
|
||||
};
|
||||
grub = {
|
||||
enable = true;
|
||||
version = 2;
|
||||
device = "nodev";
|
||||
efiSupport = true;
|
||||
useOSProber = true;
|
||||
enableCryptodisk = true;
|
||||
extraEntries = ''
|
||||
menuentry "Fedora" {
|
||||
set root=(hd1,1)
|
||||
chainloader /EFI/fedora/grubx64.efi
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
initrd.luks.devices = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user