I have 2 30GB drives in this system, with Winodws installed on the master and Linux (Red Hat 7.2) on the slave.
During Red Hat setup I chose to install LiLo to the first part of /dev/hdb, NOT the MBR. I used the boot disk to boot into Linux and I looked at my lilo.conf in /etc:
code:
prompt
timeout=50
default=linux
boot=/dev/hdb1
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinuz-2.4.7-10
label=linux
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/hdb6
I did a /sbin/lilo as per instructions I read somewhere and recieved a "Warning: /dev/hdb1 is not on the first disk" followed by:
dd if=/dev/hdb1 of=/usr/local/bootsect/linux.bin bs=512 count=1
After I transferred linux.bin to c:\ I then added to my boot.ini c:\linux.bin="Red Hat 7.2". I can boot into Windows just fine right now. However when I try to boot into Linux without the use of the boot disk I get a "L" and then it freezes. I suspect it has something to do with a screwed up linux.bin I made. Can anyone give me any help?
During Red Hat setup I chose to install LiLo to the first part of /dev/hdb, NOT the MBR. I used the boot disk to boot into Linux and I looked at my lilo.conf in /etc:
code:
prompt
timeout=50
default=linux
boot=/dev/hdb1
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image=/boot/vmlinuz-2.4.7-10
label=linux
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/hdb6
I did a /sbin/lilo as per instructions I read somewhere and recieved a "Warning: /dev/hdb1 is not on the first disk" followed by:
dd if=/dev/hdb1 of=/usr/local/bootsect/linux.bin bs=512 count=1
After I transferred linux.bin to c:\ I then added to my boot.ini c:\linux.bin="Red Hat 7.2". I can boot into Windows just fine right now. However when I try to boot into Linux without the use of the boot disk I get a "L" and then it freezes. I suspect it has something to do with a screwed up linux.bin I made. Can anyone give me any help?