hey, to edit the lilo conf file, you can use the command
Code:
pico /etc/lilo.conf
pico is a really simple test editor, so it should be pretty easy to use. after editing lilo make sure to run the lilo command:
i dont know if the code is right, but you should just be able to add it to the end of lilo.conf, just add this tho:
other=/dev/hda
label=windows
table=/dev/hda1
(again i dont know if this is the right code for you, i dont use windows and i can't know if your windows partition is the first one on the first hard drive)
good luck
