How to change boot sequence between Windows and Linux
TAGS: linux, windows, booting, boot, sequence, howto, grub, lilo, debian, gentoo, red hat, mandrake
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.confIf you use any other editor, use it instead of emacs.
Insert the line
default=windowsFirst make sure you have the following lines in your lilo.conf
other = /dev/hda1 label = windowsAfter that, effect the changes by entering:
lilo
That should set Windows as the default boot loader and start Windows by default.
