Hi Jim, Still got the same error. Below is what i did . -------------------BEGIN---------------------------------------
[EMAIL PROTECTED] cf]# ls -l total 252 -rw-r--r-- 1 root root 252780 Apr 7 08:41 initrd.lrp [EMAIL PROTECTED] cf]# gunzip -S .lrp initrd.lrp [EMAIL PROTECTED] cf]# ls -l total 756 -rw-r--r-- 1 root root 768000 Apr 7 08:41 initrd [EMAIL PROTECTED] cf]# mount -t minix initrd /mnt/initrd -o loop [EMAIL PROTECTED] cf]# ls -l /mnt/initrd/boot/lib/modules total 145 -rw-r--r-- 1 root root 7581 May 20 2002 cramfs.o -rw-rw-r-- 1 tenggo 244 11304 May 20 2002 ide-disk.o -rw-rw-r-- 1 tenggo 244 69486 May 20 2002 ide-mod.o -rw-rw-r-- 1 tenggo 244 12814 May 20 2002 ide-probe-mod.o -rw-r--r-- 1 root root 23672 May 20 2002 inflate_fs.o -rw-rw-r-- 1 tenggo 244 13820 May 20 2002 loop.o [EMAIL PROTECTED] cf]# cp /usr/src/linux/drivers/ide/ide-mod.o /mnt/initrd/boot/lib/modules cp: overwrite `/mnt/initrd/boot/lib/modules/ide-mod.o'? y [EMAIL PROTECTED] cf]# cp /usr/src/linux/drivers/ide/ide-disk.o /mnt/initrd/boot/lib/modules cp: overwrite `/mnt/initrd/boot/lib/modules/ide-disk.o'? y [EMAIL PROTECTED] cf]# cp /usr/src/linux/drivers/ide/ide-probe-mod.o /mnt/initrd/boot/lib/modules cp: overwrite `/mnt/initrd/boot/lib/modules/ide-probe-mod.o'? y [EMAIL PROTECTED] cf]# cp /usr/src/linux/fs/cramfs/cramfs.o /mnt/initrd/boot/lib/modules cp: overwrite `/mnt/initrd/boot/lib/modules/cramfs.o'? y [EMAIL PROTECTED] cf]# ls -l /mnt/initrd/boot/lib/modules total 172 -rw-r--r-- 1 root root 7929 Apr 7 08:44 cramfs.o -rw-rw-r-- 1 tenggo 244 14856 Apr 7 08:43 ide-disk.o -rw-rw-r-- 1 tenggo 244 91465 Apr 7 08:43 ide-mod.o -rw-rw-r-- 1 tenggo 244 14360 Apr 7 08:43 ide-probe-mod.o -rw-r--r-- 1 root root 23672 May 20 2002 inflate_fs.o -rw-rw-r-- 1 tenggo 244 13820 May 20 2002 loop.o [EMAIL PROTECTED] cf]# umount /mnt/initrd [EMAIL PROTECTED] cf]# gzip -S .lrp -n initrd [EMAIL PROTECTED] cf]# ls -l total 260 -rw-r--r-- 1 root root 261786 Apr 7 08:41 initrd.lrp ---------------------END-------------------------------------------------- Do I have to replace the loop.o and inflate_fs.o to ? I couldn't fine inflate_fs.o in my kernel source tree. Sincerely -bino- ----- Original Message ----- From: "Jim TerWee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 10:15 PM Subject: Re: [leaf-wisp] Kernel with 'devfs' enabled > Make sure that you do all from a command line and just copy the new modues > right over top of the old ones > Jim > > Hi. > > It work, but with new error condition. > > > > All the sym-link for /lib/modules is missing. > > All others sym-link (zebra, SNMPD, SSHD) just fine. > > > > seems like we loss all needed sym-link of root.cfs > > > > Sincerely > > -bino- > > ----- Original Message ----- > > From: "Jim TerWee" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, April 05, 2003 12:01 PM > > Subject: Re: [leaf-wisp] Kernel with 'devfs' enabled > > > > > >> Try This > >> > >> Copy the ide disk modules to the initrd.lrp package. This must be > >> done so > >> that syslinux can find the rest of the packages during boot. > >> a) cd /mnt/cf > >> b) gunzip -S .lrp initrd.lrp > >> c) mount -t minix initrd /mnt/initrd -o loop > >> > >> > >> e) copy the ide modules from your kernel compile directory to the > >> mounted initrd image > >> cp /your/linux/kernel/source/tree/drivers/ide/ide-mod.o > >> /mnt/initrd/boot/lib/modules > >> cp /your/linux/kernel/source/tree/drivers/ide/ide-disk.o > >> /mnt/initrd/boot/lib/modules > >> cp /your/linux/kernel/source/tree/drivers/ide/ide-mod-probe.o > >> /mnt/initrd/boot/lib/modules > >> cp /your/linux/kernel/source/tree/drivers/ide/cramfs.o > >> /mnt/initrd/boot/lib/modules > >> g) umount /mnt/initrd h) gzip -S .lrp -n initrd > >> > >> > >> >> When ever I recompile the kernel I have found that I need to also > >> replace all the kernel modules with the modules matching the new > >> kernel compile. Once I have done this I can compile different > >> flavors of the kernel with out replacing the modules again. > >> >> In your case you are having problems with the ide / cramfs modules > >> that are in the initrd.lrp > >> >> > >> >> > Dear All. > >> >> > > >> >> > I need a devfs support in WISP-DIST kernel. > >> >> > I tried to recompile the kernel-source with enabled devfs > >> support. I > >> >> use RedHat-7.3 as my development box. > >> >> > > >> >> > Tried to use the new kernel on my wisp-dist box and get > >> >> "segmentation fault" error msg when booting the box. > >> >> > The msg occurs just before decompressing root.lrp > >> >> > > >> >> > Please give me explanation about the right way to recompile the > >> >> wisp-dist kernel. > >> >> > > >> >> > Sincerely > >> >> > -bino- > >> >> > > >> >> > > >> >> > > >> >> > ------------------------------------------------------- > >> >> > This SF.net email is sponsored by: ValueWeb: > >> >> > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No > >> other company gives more support or power for your dedicated > >> >> server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > >> >> > _______________________________________________ > >> >> > leaf-wisp-dist mailing list > >> >> > [EMAIL PROTECTED] > >> >> > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist > >> >> > >> >> > >> >> -- > >> >> Jim TerWee | Our capacity for understanding is > >> >> [EMAIL PROTECTED] | inversely proportional to how > >> >> Invisimax | much we think we know. The more I > >> >> | know, the more I don't know! > >> >> > >> >> > >> >> > >> > > >> > > >> > > >> > ------------------------------------------------------- > >> > This SF.net email is sponsored by: ValueWeb: > >> > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > >> > No other company gives more support or power for your dedicated > >> server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > >> > _______________________________________________ > >> > leaf-wisp-dist mailing list > >> > [EMAIL PROTECTED] > >> > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist > >> > >> > >> -- > >> Jim TerWee | Our capacity for understanding is > >> [EMAIL PROTECTED] | inversely proportional to how > >> Invisimax | much we think we know. The more I > >> | know, the more I don't know! > >> > >> > >> > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > No other company gives more support or power for your dedicated server > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > leaf-wisp-dist mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist > > > -- > Jim TerWee | Our capacity for understanding is > [EMAIL PROTECTED] | inversely proportional to how > Invisimax | much we think we know. The more I > | know, the more I don't know! > > > ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ leaf-wisp-dist mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist