13,420
edits
Changes
no edit summary
# In the terminal, issue the command: '''sudo su''' (this will give administrator priviledges - assuming your have these priviledges, enter your account password)<br /><br />
# Issue the command: '''cp /etc/default/grub /etc/default/grub.bk''' (just making a backup copy...)<br /><br />
# 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 /><br />
# Save and exit the file.<br /><br />
# Run the command: '''update-grub'''
# Test-out by rebooting your machine to load into your DEFAULT (Windows) OS, and then reboot to load into your Linux menu item.
'''This Author's opinion:''' I suspect that this new method was designed to make things simpler, but I prefer (or at least I got used to) editing menu.lst file...