Hi AS,
a quick follow up: maybe stating the obvious but on a correct iso-image with an implanted md5sum, that implanted md5sum must be the same as the one calculated from a comand-line, like md5sum xx.iso. Implanting a md5sum later into an existing iso will obviously change the md5sum of the original iso.
Hi pinoc,
thank for the follow up.

I have observed the same behavior as reported from Just18, one md5sum before implanting the md5sum, another different as reported from
implantisomd5, a third different as calculated from md5sum on the iso with implanted checksum. Still the result of mediacheck is PASS (and also the result of checkisomd5)
The following result of checkisomd5 on my 4 Gb remaster, the md5sum shown is the same as reported from implantisomd5,
and on the same iso mediacheck result is PASS. (and it is different from
md5sum as.iso before and after the implanting)
# md5sum as.iso (before implanting)
27b28090b47122e069fa8acf7d60ced7 as.iso
# implantisomd5 as.iso
Read 0 MB
Read 50 MB
...
Read 3750 MB
Read 3800 MB
Read 3850 MB
Inserting md5sum into iso image...
md5 = 16bf0ceff844ff38fa7993d1e543afe5
Done!
#md5sum as.iso (after implanting)
c8f7206c20e976dc5f36b9d9d006f2ab as.iso
# checkisomd5 as.iso
...
Read 3750 MB
Read 3800 MB
Read 3850 MB
16bf0ceff844ff38fa7993d1e543afe5
16bf0ceff844ff38fa7993d1e543afe5
Md5sums match.
If you are sure that
the implanted md5sum must be equal to the calculated md5 before implanting, that clearly means that implantisomd5 is broken, only that at this point I should consider broken also
mediacheck and
checkisomd5 
If you want to test media check and implanting the md5sum on the FM then you would need to a) add the mediacheck boot option in mylivecd, b) remaster an installed FM with this modified mylivecd (and using the default highest compression, maybe that causes the problem???), and c) test the media check boot option in the live-session of that remaster. This is what I did this afternoon and the result is fail. This is quite some work, are you sure you want to do that?
The problem with mediacheck seems to only appear when remastering with mylivecd
best,
-p.
It's true that I have used --gzip compression on my 4 Gb remaster, will try using max (default) compression, however it appear to be working on the latest kde-2011-09 official iso. I fully understand that I'm going to spend some time around the issue, but it will not be wasted, I'm really interested on mylivecd, also it's one of the few area where hopefully I can provide some (2 cents

) little help. You also should know that I'm working on a related project

As a side info, because I saw mksquashfs mentioned in a previous post, there is no 4 Gb limit on mksquashfs, we have (me and Just18) already verified that it's possible to successfully build a liveUSB containing a file.sqfs larger than 4 Gb.

Thanks also to
Just18 for confirmation of results.
Regards
AS
BUT, AS your tests make me think of an idea how to get mediacheck working on the FM:
Since mediacheck does not show any md5sums but only reports FAIL or OK, I can insert the md5sum later on the FM-remaster overwriting the existing one, and after that mediacheck should work, as tested with the small iso right now. Will test this tomorrow and report back. Heck, what a mess...
-p.
One thing I have observed is that if the md5sum is implanted a second time (using -f option) then the next mediacheck
will FAIL 
Regards
AS