Dual Booting NixOS and Windows: Difference between revisions

imported>Leocp1
added GRUB EFI configuration
imported>Samueldr
m Fixes title levels (= → ==)
Line 1: Line 1:
= MBR + Grub =
== MBR + Grub ==


When using MBR on your disk then you can configure grub chain-loading:
When using MBR on your disk then you can configure grub chain-loading:
Line 15: Line 15:
Source: https://www.reddit.com/r/NixOS/comments/31lx3i/windows_and_nixos_dual_boot/
Source: https://www.reddit.com/r/NixOS/comments/31lx3i/windows_and_nixos_dual_boot/


= EFI =
== EFI ==


After setting up a 256mb EFI Partition dualboot should work out of the box (at least for windows10)
After setting up a 256mb EFI Partition dualboot should work out of the box (at least for windows10)
Line 21: Line 21:
Source: https://zimbatm.com/journal/2016/09/09/nixos-window-dual-boot/
Source: https://zimbatm.com/journal/2016/09/09/nixos-window-dual-boot/


= EFI + Grub =
=== EFI + Grub ===


<nowiki>systemd-boot</nowiki> can not load EFI binaries from other partitions,
<nowiki>systemd-boot</nowiki> can not load EFI binaries from other partitions,