Hi,
> Hello,
> I am trying to deploy OEM kiwi image over PXE
> Just before image dump phase, deployment fails with the error:
> "Maximum blocksize for atftp protocol exceeded"
the atftp protocol has a limit for blocksize and number of blocks
you can transfer only 65535 * 65464 = 4290183240 bytes ~ 4G
according to the md5 information 562688 * 8192 = 4609540096 is more
than the maximum.
> config.xml has just
> <type image="oem"
> installpxe="true"
> boot="oemboot/suse-SLES11"
> installiso="true"
I'm missing the
compressed="true"
attribute if the image should be compressed and transfered
compressed. Only that attribute causes additional blocks and
blocksize information for the transfer of the compressed
version stored in the md5 file
> ...
> Image md5 file lists
> a5095ff0c1c3de9f060ef39496e42420 562688 8192
> and worth remarking that gzipped image size is 1GB
> What am I doing wrong?
question is how did you compress the image ? by a manual gzip call ?
if so you should add the compressed attribute and let kiwi rebuild
the image with the needed compressed block/blocksize data
Hope that helps
Regards,
Marcus
--
Public Key available
gpg --keyserver
gpg-keyserver.de --recv-keys 0xCCE3C6A2
-------------------------------------------------------
Marcus Schäfer (Res. & Dev.) SUSE LINUX Products GmbH
Tel: 0911-740 53 0 Maxfeldstrasse 5
FAX: 0911-740 53 479 D-90409 Nürnberg
GF: Jeff Hawn,Jennifer Guild, Felix Imendörffer
HRB: 21284 (AG Nürnberg) Germany
http://www.suse.de
-------------------------------------------------------