nilix.net           

Make an dual boot system


1- lilo.conf build
2- lilo.conf build a new one!!
3- grub.conf build


first harddisk is linux
second harddisk is windows 2000 or XP



lilo conf.
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=boot/message
lba32
disk=/dev/hda bios=0x80
disk=/dev/hdb bios=0x81

image=boot/vmlinux.2.4......
label=linux
initrd=/boot/initrd-2....
read-only
append="root=lable=/"

other=/dev/hdb1
label=windowsshit
talbe=/dev/hda
map-drive=0x80 to=0x81
map-drive=0x81 to=0x80


Now type /sbin/lilo -v to let make te change working.
later i had change it to

image = /boot/vmlinuz
root = /dev/hda1
label = Nonux
read-only

other = /dev/hdb1
label = windows
table = /dev/hda
boot-as=0x80


Now type /sbin/lilo -v to let make te change working.
grub boot conf.

default=0
timeout=5

title linux
root(hd0,0)
kernel /vmlinux......
initrd /initrd.....

title windowsshit
map (hd0,0) (hd1,0)
map (hd1,0) (hd0,0)
rootnoverify (hd1,0)
chainloader +1