info home Info Homegeneral Generalwindows Windowsunix linux Linux/Unixdebian Debianmac os Mac OSapache Apachenginx Nginxiphone iPhone/iPod Touch

Tags

How to change boot sequence between Windows and Linux

This is an outdated page. The future version will contain Grub.

Switching from Lilo to NTFS boot loader

Login as root and edit /etc/lilo.conf:
su
emacs /etc/lilo.conf
If you use any other editor, use it instead of emacs.
Insert the line
default=windows
First make sure you have the following lines in your lilo.conf
other = /dev/hda1
label = windows
After that, effect the changes by entering:
lilo

That should set Windows as the default boot loader and start Windows by default.

Last Updated on 1 December 2004

If you liked this article, subscribe to our Feed, follow us on Twitter (@aruljohn) and/or join our Facebook Page.