Drail
11-08-2002, 04:54 AM
So I've got 2 HDDs
The first has Win2k and the second has a fat32 partition taking up the first 30 gig and 10 gigs unused.
From the unused space on the second hdd I create 2 ext2 partitions and a swap parition (all logical).
I install Slackware 8.1 on the first ext2 partition /hdd5, and install lilo to the root partition. I then reset and log back into root from a boot disk.
I decide I want to put lilo in the MBR so I edit the lilo.conf as follows
boot = /dev/hda
map = /boot/map
install = /boot/boot.b
other=/dev/hda1
label=win2k
now comes the problem.
When I save and type /sbin/lilo I get some warning messages saying something like "bios device ext2 may not be accessible"
and when I reboot instead of coming up with boot options it prints a few screens of 01's and freezes.
What is the problem here? I thought it might be happening because Slackware is installed on the second hdd (and towards the end of it too) but I checked around and found this is only a problem for older BIOS's.
Anyone got any ideas?
p.s.
I also tried copying the linux boot sector to floppy with
dd if=/dev/hda5 bs=512 count=1 of=/mnt/floppy/linux.bin
and copying it to win2k's c:\ and adding it to the nt boot loader but when I selected it from the boot prompt it printed the same 01's as my lilo attempt did.
Whats going on?
The first has Win2k and the second has a fat32 partition taking up the first 30 gig and 10 gigs unused.
From the unused space on the second hdd I create 2 ext2 partitions and a swap parition (all logical).
I install Slackware 8.1 on the first ext2 partition /hdd5, and install lilo to the root partition. I then reset and log back into root from a boot disk.
I decide I want to put lilo in the MBR so I edit the lilo.conf as follows
boot = /dev/hda
map = /boot/map
install = /boot/boot.b
other=/dev/hda1
label=win2k
now comes the problem.
When I save and type /sbin/lilo I get some warning messages saying something like "bios device ext2 may not be accessible"
and when I reboot instead of coming up with boot options it prints a few screens of 01's and freezes.
What is the problem here? I thought it might be happening because Slackware is installed on the second hdd (and towards the end of it too) but I checked around and found this is only a problem for older BIOS's.
Anyone got any ideas?
p.s.
I also tried copying the linux boot sector to floppy with
dd if=/dev/hda5 bs=512 count=1 of=/mnt/floppy/linux.bin
and copying it to win2k's c:\ and adding it to the nt boot loader but when I selected it from the boot prompt it printed the same 01's as my lilo attempt did.
Whats going on?