Advertisement
Guest User

Untitled

a guest
May 2nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. boot.loader.efi.canTouchEfiVariables = true;
  2.  
  3. # this is now disabled
  4. # boot.loader.systemd-boot.enable = true;
  5.  
  6. # this is now enabled again
  7. boot.loader.grub.enable = true;
  8. boot.loader.grub.version = 2;
  9. boot.loader.grub.device = "nodev"; # for EFI-only.
  10. boot.loader.grub.efiSupport = true;
  11. boot.loader.grub.extraEntries = ''
  12. menuentry "Windows 7" {
  13. chainloader (hd0,3)+1
  14. }
  15. '';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement