Hey,
If you have installed WIndows and Linux and you have GRUB as default Bootloader
then Read this post to know how to change boottime and bootorder.
For this we have to modify grub.cfg file.
If you have Ubuntu OS then just type grub.cfg in Dock.
grub.cfg is Important file so first lets make its backup
issue following command in terminal to make its backup.
sudo cp /boot/grub/grub.cfg /boot/grub/grub_backup.cfg
Or open Terminal and type following command
sudo gedit /boot/grub/grub.cfg
this will open grub.cfg file in geditor.
Now
In grub.cfg file
look for set default=”0″
To set Linux as default OS write 0 in double quotes or 1 to set Windows OS default.
Now if you want to change Time-out time,
look for,
if [ "${recordfail}" = 1 ]; then
set timeout=10
else
set timeout=10
fi
In set timeout= Write here time in seconds after you want to start default OS
Now Restart your OS to see changes.
NOTE: Don’t change any other data in grub.cfg because this file contains configuration of grub.cfg if something goes wrong you will face problem while booting.


Reblogged this on anthonyvenable110 and commented:
useful info
Reblogged this on pacesettergraam.