I have both Windows XP and Ubuntu installed.
I want to set Ubuntu as my default system when boot the machine.
I don't want to press Down+Enter every time.
I am using Wubi.
Original boot.ini
:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\wubildr.mbr = "Ubuntu"
Modified boot.ini
:
[boot loader]
timeout=30
default=C:\wubildr.mbr
[operating systems]
C:\wubildr.mbr = "Ubuntu"
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
But nothing changed.
Click setting and select wubi as default operating system from drop-down menu. Click OK.
Assuming that you are using Wubi (saw
boot.ini
).Use EasyBCD. It's a free program to modify the Windows Bootloader.
After you installed it, open it and go to the Edit boot menu Section.
Then tick the box beside the Ubuntu Entry under "Default".
You have to edit the
grub.cfg
file.In the Terminal:
You can change the
set default="0"
line.0
is the first OS,1
the second, and so forth.Or you can change the menu entries.
When your system updates the kernel, you'll lose this GRUB configuration change and have to do it again.