c0nnexx10n : C0nnect1ng L1fe w1th Techn010gy

Byte by Byte Impressions on Technology, People and Process !

Archive for August, 2008

QuickTip: Changing the Default OS Selection for Ubuntu

Posted by Vikas Hazrati on Saturday, August 2, 2008

On my other laptop I wanted the default selection to be Window$ XP instead of Ubuntu, since my father needs to use it. Changing the default order is a matter of changing one file menu.lst

sudo gedit /boot/menu.lst

Of course you would have to give your password. This would open a file which would look like this


## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify ’saved’ instead of a number. In this case, the default entry
# is the entry saved with the command ’savedefault’.
# WARNING: If you are using dmraid do not use ’savedefault’ or your
# array will desync and will not let you boot your system.
default 0
…….
Read the rest of this entry »

Posted in linux | 2 Comments »