"Michael D. Schleif" wrote:
> 
> I am building a development box with slink.
> 
> The system is up and functioning; but, now, I need to implement a 2.2.19
> kernel.  It builds successfully; but, has problems at bootup.
> 
> The system:
> 
>         Pentium 150
>         64MB RAM
>         /dev/sda1 - swap
>         /dev/sda2 - /
>         /dev/scd0 - cdrom
>         /dev/hdb1 - /usr/local
> 
> Under the original slink, *ALL* of this functions properly!
> 
> My new (2.2.19) kernel properly recognizes everything *except*
> /dev/hdb1:
> 
> ``Checking all file systems . . .
> Parallelizing fsck version 1.12 (9-Jul-98)
> fsck.ext2: Operation not supported by devices while trying to open
> /dev/hdb1
> /dev/hdb1:
> The superblock could not be read or does not describe a correct ext2
> filesystem ...''

[ snip ]

For the archives:

Pertinent system details:

        Asus P55TVP4 mainboard, latest official BIOS
                w/Intel 430VX PCI chipset
        Quantum LPS270A IDE hdd (/dev/hdb1)

Through rigorous testing, the following .config lines must be set
differently than the stock 2.2.19-3-LEAF kernel:

        CONFIG_BLK_DEV_HD=n
        CONFIG_BLK_DEV_HD_IDE=n
        CONFIG_BLK_DEV_IDE=y
        CONFIG_BLK_DEV_IDEDISK=y

This could be due to either the mainboard or hdd, or both ;>

NOTE: It's been along time since I've been bitten by this; but, it is
absolutely imperative that one of the 'make config' processes be run
prior to any 'make zImage', when run on a brand new, pristine
/usr/src/linux -- otherwise, 'make __Image' will *not* work ;>

-- 

Best Regards,

mds
mds resource
888.250.3987

Dare to fix things before they break . . .

Our capacity for understanding is inversely proportional to how much we
think we know.  The more I know, the more I know I don't know . . .

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to