13,420
edits
Changes
no edit summary
# Issue the command: '''ls /etc/grub.d'''<br /><br />You should see a number, followed by the name of the Windows OS. Take note of that number.<br /><br />
# Issue the command: '''gedit /etc/default/grub''' (this opens the file in gedit application to allow you to make changes)<br /><br />
# Change the option '''GRUB_DEFAULT=0 ''' to correspond to that number for your Windows OS boot loader.<br />For example, ''GRUB_DEFAULT=3'' <br />
# Save and exit the file.<br /><br />
# Run the command: '''update-grub'''