In /etc/lilo.conf, look for the 'default=linux' line and change it to whatever the label name is for win2K. Run the 'lilo' command to update the mbr, and you should be set.
If you are using grub, change the /boot/grub/grub.conf line that says default= and enter the image number that is for your Win2K. Grub image number starts at 0 not 1. So count carefully.
I have on the laptop the same two OS and use lilo loader. The config file is stored as /etc/lilo.conf and contain :
boot=/dev/hda # loader is written in /dev/hda
prompt # promt with options
timeout=1500 # how long to wait to loading OS
vga = 773
lba32
default=slackware # if you write nt then nt will boot as default
image = /boot/vmlinuz
root = /dev/hda2
label = slackware
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
other = /dev/hda1
label = nt
table = /dev/hda
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.