There is another solution!!!
But it applies only if u r running windows nt, 2000 or xp.
Here it is:
1. Boot into linux using ur floppy.
2. Go to the root terminal.
3. Type fdisk -l
4. Now note down the partition on which u installed the boot loader (suppose its hda6)
5. Put a blank formatted floppy in the floppy drive.
6. Type the following command in the root terminal:
Code:
dd if=/dev/hda6 of=/mnt/floppy/redhat.img bs=512 count=1
It will show 1 records in, one records out... something like that!!
7. Now boot into windows.
9. Copy redhat.img from the floppy onto C:\
9. Find boot.ini (its a hidden, system file in c:\)
10. Now at the end, add the following line:
Code:
C:\redhat.img="RedHat"
11. Now save and restart windows.
12. Yu should now get an option to boot into RedHat!
Please post back if it doesnt work!