On 28 Mar 2001 11:07:05 -0500,
Dave Sill <ds-linux-xfs@xxxxxxxxxxxxxxxxx> wrote:
>How? Via "make xconfig"? Do I just do "lsmod" and configure the listed
>modules into the kernel?
Identify your root driver (IDE or SCSI and which type of SCSI
controller) and your root filesystem. Select those as Y, not M, using
any of the config utilities. For example, on my IDE system with ext2
as the root file system I build IDE and ext2 into the kernel. On my
SCSI system I build SCSI controller NCR53C8XX into the kernel, again
with ext2.
>> Use modprobe loop, not insmod /full/path/name.o.
>
>OK, will do. I presume the boot process does the right thing, though,
>and it gets the same errors.
As root, depmod -ae to get a list of problem modules and symbols. Then
take a look at http://www.tux.org/lkml/#s8-8, it probably applies.
|