Thank for the good will, But:
Mandriva made by the same burner and the same CD brand boots
Ubuntu 32 and 64 as well as Kubuntu boots
Kazit does not boot.
PClonuxOS 2007 and BigDaddy does not boot. The same CD works fine on two other computers !
Is it possible that the problem is that it does not boot with NEW 64 Bit machines?
I still think that PClonuxOS 2007 is the most friendly Linux I have ever seen

baba_linux
The only thing I can tell you that the error message you are getting is 100% of the time caused by not able to mount (and read without an error) the content of the CD.
This is nothing to do at this time in the boot process with any of the 64 bit machine.
At this point only the kernel and the initrd is loaded and they are loaded by the BIOS and the isolinux program which treats the CD as raw file. To switch over to the compressed filesystem on the CD, the initrd has to be able to mount the livecd.sqfs file from the cd. The error messages actually tell you the instructions used to do this.
The livecd.sqfs file is a highly compressed file, and the smallest imperfection in the media or in the burning process can throw it off (the mount or the read). Different laser devices callibrated differently. i.e. it is quite usual occurance that one cd-rom can read the media and an other can not.
People with the same error message and symptom had success, with changing the media, lowering the burning speed, or replacing the CD-ROM (or DVD).
My DVD drive is so unreliable, that I gave up long time to use of it, and do all my installs with the so called Poor Man Install.
title Poor Man
kernel (hd1,7)/isolinux/vmlinuz BOOT_IMAGE=Poor_Man root=/dev/rd/3 livec=livecd debug bootfrom=/dev/sda8 splash=verbose vga=791
initrd (hd1,7)/isolinux/initrd.gz
In this case I copyed the content of the CD to the /dev/sda8 partition wich is a linux partition, but it can be even a w$ ntfs partition. That is not sensitive to the media, and works always for me.