On Saturday 31 March 2001 09:12, you wrote:

> On Friday 30 March 2001 19:15, you wrote:
> > Anyone have any ideas where I might be going wrong here:
> >
>----------------------- snip ------------------------
> > Bob Silva
> > bob @bravenet.com
>
> The 2.4 kernel was built with those awful devices in mind--the controllers
> that put disks just anywhere.  So kernel 2.4 is looking for /dev/hda and it
> has relocated /dev/hde there!  The result is that grub or lilo is
> misdirecting the kernel to a (now nonexistent) /dev/hdex root.  The
> incompatibility does not stop there--/etc/fstab has all the wrong mount
> points since they all point to /dev/hde which is now /dev/hda.  With a 2.4
> install and running, it seems to work except for
>
> Of course it all works with windows.  This hardware was not built with
> linux in mind.
>
> Civileme

For My dual processor board here is what the lilo.conf file looks like.  
Maybe you can get some idea from this example.  Linux smp is being run from 
hdf drive, and booted from the hde mbr partition.

boot=/dev/hde
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-smp
        label=linux
        root=/dev/hdf1
        initrd=/boot/initrd-smp.img
        read-only
image=/boot/vmlinuz
        label=linux-up
        root=/dev/hdf1
        initrd=/boot/initrd.img
        read-only
image=/boot/vmlinuz
        label=failsafe
        root=/dev/hdf1
        initrd=/boot/initrd.img
        append=" failsafe"
        read-only
other=/dev/hde1
        label=dos
        table=/dev/hde
other=/dev/sda4
        label=Jaz
        table=/dev/sda
        map-drive=0x80
           to=0x81
        map-drive=0x81
           to=0x80
other=/dev/fd0
        label=floppy
        unsafe

Good Luck, 

Don ....

Reply via email to