sudo nano /etc/grub.d/40_custom .. the contents menuentry "Windows " { set root='(hd0,1)' chainloader +1 } ... save and quit Ctrl o Ctrl x ... update grub sudo update-grub