On Thursday 12 July 2001 09:30 am, John Layt methodically organized electrons 
to state:
> On Wed, 11 Jul 2001 00:38, you wrote:
> > On Tuesday 10 July 2001 05:42 am, John Layt methodically organized
> > electrons
> >
> > to state:
> > > Depends.  There seems to be a problem with Mandrake 8.0, ReiserFS and
> > > Win4Lin 3.0 that I'm waiting to hear back from support about. 
> > > Basically it Kernal Panics on bootup.
> >
> > Likely problems with the initrd. Did you build a new one for the win4lin
> > kernel with mkinitrd?
>
> No, I didn't.  I've had a look at mkinitrd, and it seems to need the full
> sources?  How did you do it?
>

It needs the /lib/modules/2* entries.

Run mkinitrd without an argument and examine the example. If you need to 
force the reiserfs module,  use -with=reiserfs:

]# mkinitrd
usage: mkinitrd [--version] [-v] [-f] [--ifneeded] [--preload <module>]
       [--omit-scsi-modules] [--omit-raid-modules] [--with=<module>]
       [--image-version] [--fstab=<fstab>] [--nocompress] <initrd-image>
       <kernel-version>

       (ex: mkinitrd /boot/initrd-2.2.5-15.img 2.2.5-15)


The initrd is a gzipped ext2 filesystem. If you want to examine it,

# cp /boot/initrd-2.2.5-15.img /tmp/boot/initrd-2.2.5-15.img.gz

# gunzip /tmp/boot/initrd-2.2.5-15.img.gz

# mount -o loop  /tmp/boot/initrd-2.2.5-15.img /mnt/disk

and then browse it to your hearts content. If you want to make any changes, 
do so and "assemble in reverse order".

Hoyt
_______________________________________________
Win4Lin-users mailing list
[EMAIL PROTECTED]
https://lists.netraverse.com/mailman/listinfo/win4lin-users

Reply via email to