I have downloaded the oco modules from IBM website from the link that you gave me and the mkinitrd2.sh script from the other link. I copied the qdio and qeth modules to the same directory as the mkinitrd2.sh and then executed the script. The debian s/390 install manual doesn't cover this at all they only mention that you may need to create second initrd. Here is what I get when kicking of the script. Also thanks a bunch for helping me debian on s/390 is a different animal.
.workhorse:/home/griswld/s390/s3901/s390-2# ./mkinitrd2.sh creating initrd image... 225+0 records in 225+0 records out mke2fs 1.27 (8-Mar-2002) qdio archive for (s390) not found! workhorse:/home/griswld/s390/s3901/s390-2# ls -l total 465 drwxr-xr-x 3 root root 1024 Apr 12 09:43 initrd2.debian-.mnt drwxr-xr-x 2 root root 4096 Apr 12 09:43 initrd2.debian-.s390 -rw-r--r-- 1 root root 230400 Apr 12 09:43 initrd2.debian-.tmp -rwxr-xr-x 1 root root 1940 Apr 12 09:43 mkinitrd2.sh -rw-r--r-- 1 root root 43004 Apr 12 09:43 qdio.o -rw-r--r-- 1 root root 178520 Apr 12 09:43 qeth.o I renamed qeth-2.4.17-s390-5.o to qeth.o and qdio-2.4.17-s390-5.o to qdio.o as your email stated. Thanks Again, Doug On Sat, 2003-04-12 at 01:45, Gerhard Tonn wrote: > On Friday 11 April 2003 22:30, you wrote: > > If I need to make the second ramdisk can I do it on a 1386 box? > > Yes, of course. > > > Also were > > can I find the archive files that are needed by the mkinitrd2.sh script. > > There are at > http://www10.software.ibm.com/developerworks/opensource/linux390/current2_4_x-august2001.shtml#SBCRocos > > .. You need to download 31bit qdio and 31 bit qeth for the 2.4.17 kernel. > Dont't forget to rename the qdio module to qdio.o and the qeth module to > qeth.o . > > > Also the kernel is going to be different on i386 box than the os/390 kernel > > will that matter. > > > > No problem. > > > Regards, > Gerhard

