How to add Windows partition to bootloader?
Onebase Installer automatically detects Windows partition and adds it to the Onebase Bootloader. However if this fails then do this. For GRUB users: (Enter the following in /boot/grub/menu.lst file) # Windows title Windows chainloader (hd0,0)+1 Where (hd0,0) + 1 represents partition hda1. Similary increment the (hd0,0) second number based on your partition. Example (hd0,2) for hda3. For LILO users: (Enter the following in /etc/lilo.conf) #Windows other=/dev/hda1 label=Windows Where hda1 should be replaced by your Windows Partition.