linux booting through win2k
helo
Friends
I need help on dual booting. Giving details as below
I have two Harddisk
60 GB primary Master installed with win98 & Redhat linux 8
20 GB primar slave installed with windows 2000
I want to boot linux from windows 2000 (boot from NTLDR)
by modifiing lilo.conf ; installed lilo on bootdrive (ie. lilo -v)
content of lilo.conf are here
prompt
timeout=50
default=lin
boot=/dev/hda5
map=/boot/map
install=/boot/boot.b
# message=/boot/message
linear
image=/boot/vmlinuz-2.4.18-24.8.0
label=lin
root =/dev/hda5
initrd=/boot/initrd-2.4.18-24.8.0.img
read-only
append="hdc=ide-scsi root=LABEL=/"
other=/dev/hda1
optional
label=win
I created boot image by using dd commnad
dd if=/dev/hda5 of=/bootsect.lnx bs=512 count=1
& copied this image to Win2k partation.
updateed my boot.ini file
by inserting sentance
c:\bootsect.lnx = "linux"
with this I am not able to boot into linux
will anybody plz Help me
thanks
|