Update Grub (Linux)
Change GRUB default selection and pause time to select preferred OS
Most of the time Ubuntu will be the first option in the grub on booting, below this, most probably in the 3rd or 4th position there will be Windows.
Go to Linux OS (mine, Ubuntu)
-
Open Terminal (
ctrl+Alt+T) -
Type
sudo nano /etc/default/gruband enter -
Now type in your password
- Change the line
GRUB_DEFAULT=0to the line number which your required OS is lying (count from 0)
- Change the line
-
Exit nano using
Ctrl+XYEnter -
Finally, update grub using
sudo update-grub