Hi all
I'm trying to accomplish the task of dual booting both Redhat linux
7.1 and Windows 2000. The catch is that I already have Windows 2000
installed on two hard drives configured in a RAID-0 configuration
using a HPT370 hardware raid controller (IWILL SIDE-RAID100). Linux
is installed on a hard-drive on IDE-0. I tried to dual boot through
the NTLDR using the following steps:
1) created a boot linux boot image and copied it to a floppy
dd if=/dev/hda6 of=/bootsect.lnx bs=512 count=1
mount -t msdos /dev/fd0 /mnt
cp /bootsect.lnx /mnt
umount /mnt
2) I rebooted to Windows 2000 and copied the bootsect.lnx to the root
directory
3) I modified my boot.ini to append the following line
c:\bootsect.lnx="Linux"
I rebooted the machine and received a menu where I could boot Windows
2000 and Linux and I thought I was home free. When I chose the Linux
option, the computer just displayed a blank screen like it couldn't
find the boot image on the ide0 hard drive. Why is this?? Is there
another way to do this?
Thanks in advance to all replies
John