Configuring Windows dual-boot on NixOS automatically
NixOS has a module option in systemd-boot that automatically configures boot entries for Windows without requiring me to copy over the EFI folder [ref]
NixOS has a module option in systemd-boot that automatically configures boot entries for Windows without requiring me to copy over the EFI folder [ref]
GNOME does not have support to move partitions around. GParted requires the presence of ntfs3g on $PATH to enable NTFS support. When moving Windows installations across disks the reason why stuff doesn’t boot is that the Windows EFI for the old disk is sitting around in your /boot partition so the systemd-boot option I pick tries to boot into a non-existent installation. The fix for this is to go and delete the Microsoft folder from /boot/EFI and replace it with the one in your new disk and it’ll be fixed. ...