The only method, I know of, to check the kernel version is to boot a system in debug mode and run the command:
[code]uname -rm[/code]
This command will tell you what version and architecture the kernel is in. As it’s FOG 0.32, most likely the kernel arch is 32 bit (x86) but I can’t give you much more. However, I wouldn’t think you would need to go through all of that. If you know a kernel that works in one place, why not just rsync or ftp that kernel to all the other sites directly. As you stated, it works in one place, but not another, it’s obviously due to the kernel’s NOT being the same. At least that’s how I’m seeing it.
W