Amazon's pv-grub is GRUB 1
This commit is contained in:
@@ -72,6 +72,7 @@ with pkgs.lib;
|
|||||||
boot.kernelModules = [ "xen-netfront" ];
|
boot.kernelModules = [ "xen-netfront" ];
|
||||||
|
|
||||||
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
||||||
|
boot.loader.grub.version = 1;
|
||||||
boot.loader.grub.device = "nodev";
|
boot.loader.grub.device = "nodev";
|
||||||
boot.loader.grub.timeout = 0;
|
boot.loader.grub.timeout = 0;
|
||||||
boot.loader.grub.extraPerEntryConfig = "root (hd0)";
|
boot.loader.grub.extraPerEntryConfig = "root (hd0)";
|
||||||
|
|||||||
Reference in New Issue
Block a user