I did as you suggested, but I don't get any additional messages, it's the exact same thing.
>>> [EMAIL PROTECTED] 03/31/04 12:04PM >>> > creating initrd "/boot/initrd" for kernel "/boot/kernel/image" > (version 2.4.21-83-default) (s390) > > dasd_mod: failed to add module "/lib/modules/2.4.21-83- > default/kernel/drivers/s3 > 90/block/dasd_mod.o" > initrd too small > > Run zipl now to update the IPL record! > > how do I make it bigger? How much freespace do you have for files placed in /var/tmp/? Is it possible you are about full? Looking at /sbin/mkinitrd, it looks like SuSE first makes one initrd (20480k), populates it, then figures out how much it REALLY needs. It creates a second initrd of the "really needed" size, then copies everything over. Your error is during that last copy part, indicating that the second initrd really isn't big enough. Either mkinitrd's img_size calculation on line 1058 is wrong, or you run out of room while creating the new one. At line at 1061 which is: dd if=/dev/zero of=$tmp_initrd_small bs=1k count=$img_size 2>/dev/null Can you remove the "2>/dev/null" portion of that, run mkinitrd again and see if you get any "No space left on device" errors? ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
