i'm not a linux newbie.. i've taken my share of unix courses and what-not, but this is just baffling me.
i have a laptop with a 30 gig drive. i gave the first 5 gig of it to windows 2000 (ntfs), and then was going to use the remaining space for red hat 7.3.
i followed this guide: http://www.usd.edu/~tander02/linux/dualBoot.htm
During red hat installation, i told it to use LILO and not grub. I told it to not write to the mbr, but to the /boot partition.
After installing, I removed what the guide told me to in the lilo.conf file. mine reads as follows:
"
default=linux
boot=/dev/hda2
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinux-2.4.18-3
label=linux
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/hda3
append="hdc=ide-scsi"
"
/dev/hda3 is my root partition
/dev/hda2 is my boot partition
so after making those changes, i did the standard "dd if=/dev/hda2 bs=512 count=1 of=/mnt/floppy/linux.bin" after mounting my floppy.
now i boot to win2k, and change the boot.ini file to have the line 'c:\linux.bin="Linux"' after i copy the linux.bin from my floppy to the c:
when i boot up i get the MS boot menu, and when i select linux, it just hangs with a black screen and a cursor in the upper left corner.
i've tried reinstalling red hat & trying again, with no luck.
maybe i'm just missing something, but i don't really see why this isn't working for me. any suggestions?
i have a laptop with a 30 gig drive. i gave the first 5 gig of it to windows 2000 (ntfs), and then was going to use the remaining space for red hat 7.3.
i followed this guide: http://www.usd.edu/~tander02/linux/dualBoot.htm
During red hat installation, i told it to use LILO and not grub. I told it to not write to the mbr, but to the /boot partition.
After installing, I removed what the guide told me to in the lilo.conf file. mine reads as follows:
"
default=linux
boot=/dev/hda2
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinux-2.4.18-3
label=linux
initrd=/boot/initrd-2.4.18-3.img
read-only
root=/dev/hda3
append="hdc=ide-scsi"
"
/dev/hda3 is my root partition
/dev/hda2 is my boot partition
so after making those changes, i did the standard "dd if=/dev/hda2 bs=512 count=1 of=/mnt/floppy/linux.bin" after mounting my floppy.
now i boot to win2k, and change the boot.ini file to have the line 'c:\linux.bin="Linux"' after i copy the linux.bin from my floppy to the c:
when i boot up i get the MS boot menu, and when i select linux, it just hangs with a black screen and a cursor in the upper left corner.
i've tried reinstalling red hat & trying again, with no luck.
maybe i'm just missing something, but i don't really see why this isn't working for me. any suggestions?