Changing default boot sequence from Linux to Windows --------------------------------------------------- Login as root: su Open /etc/lilo.conf file: vi /etc/lilo.conf Press i (to get to insert mode) First, make sure you have the following lines in your lilo.conf other=/dev/hda1 label=NT Change the line default=linux to default=NT Press Esc (to get back to command mode) :wq (save and quit) After that, effect the changes by entering: lilo