Hi Costel,
How big is your initrd image?
If it is too big, kernel can not load up the image. The initrd image should be
just good enough to load up rsync to get the image from the head node.
It seems that you are handling the initrd image in the same way as I have done.
I would like to make sure that your initrd image from your UYOK is a cpio file
format. If not, you have to make it in that format and then manage it the way
you do it.
Regards,
--
- DongInn
On Mar 5, 2013, at 2:08 PM, Costel Seitan <csei...@slb.com> wrote:
> Hi,
>
> DongInn, Olivier, could you please share with me your way to modify the
> initrd.img file?
>
> I modified the old initrd.img file with
>
> gunzip < initrd.img | cpio -i --make-directories
>
> vi ./my_modules/INSMOD_COMMANDS
> to add line
> insmod /lib/modules/2.6.32-279.el6.x86_64/kernel/drivers/net/tg3.ko
>
> NOTE: the file exists into the cpio created file hierarchy
>
> find . | cpio --create --format='newc' > /tmp/newinitrd
> gzip -9 /tmp/newinitrd
> cp /tmp/newinitrd.gz /tftpboot/install-initrd-rhel-6-x86_64.img
>
> Now, after loading the kernel file it states that it does not find the
> ramdisk image.
> When switching back to the old initrd.img it works.
>
> I checked my new image with lsinitrd and it looks ok.
>
> File permissions looks ok.
>
> I am now checking to see if the size does matter for tftp transfer (the UYOK
> img file is a little bit bigger).
> I modified the APPEND line in pxe default file making the ramdisk_size bigger
> but in my opinion it stops before
> that step.
>
> If you have any idea please do not hesitate..
>
>
> Best Regards,
> Costel
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users