Booting Windows using GRUB2

Using apt-get install grub-customizer to install the tool we can start adding the correct stuff. From here add an entry and select “Chain Loader”. This will produce and entry like this; set root='(hd1,1)’search –no-floppy –fs-uuid –set 0C7ABF867ABF6ADAdrivemap -s (hd0) ${root}chainloader +1 I my case this did not work (most likely because I use Windows 10 […]