I dual booted my laptop by installing Ubuntu 14.04 along with Windows 8.1. Now when I power on my laptop by default it boots with Windows. How can I set Ubuntu to boot by default?
Asked
Active
Viewed 7,440 times
2
-
do you see any boot option screen? – Raghav Mittal Jul 16 '15 at 07:40
2 Answers
2
You need to edit the file /etc/default/grub
.
gksu gedit /etc/default/grub
The default entry is determined by the GRUB_DEFAULT=
setting in this file. The first menuentry
has a value of 0
. If Ubuntu is the second entry in the boot screen then set GRUB_DEFAULT=1
.
Afterwards you need to run this command:
sudo update-grub
For further information see this article on help.ubuntu.com

Zanna
- 70,465

Andree Wille
- 289
-
-
does sudo vim /etc/default/grub or sudo nano /etc/default/grub work? – Andree Wille Jul 17 '15 at 09:51
-
-
-
When i start my laptop and go to boot menu then i choose Ubuntu to boot.. Then 4 options come.... ... This method changes option in these four menus. – Sahil Kumar Jul 17 '15 at 14:40
0
make sure that fast start mode in Windows is disabled. It happened with me. Disable it and shutdown and start your machine again.
google about disabling this mode for more info

Raghav Mittal
- 1,586