hi all,

i'm trying to install a machine with slc43 x86_64 using pxe 
installation, but the installation fails at the end when trying to run grub.

anaconda displays an error
mentioning execWithRedirect and the
OSError: [Errno 2]: No such file or directory (maybe i'll send a pic of 
the screen if needed).

so i started wondering where the file not found could come from.
first candidate was the /boot/grub/* files, but they all are there.
then i tried the following (similar to what execWithRedirect (from 
usr/lib64/python2.3/site-packages/rhpl/executil.py) does)
cd /mnt/sysimage
chroot .
/sbin/grub

this gives the following error:
sh: /sbin/grub: /usr/lib/libc.so.1: bad ELF interpreter: no such file or 
directory

i can imagine that this is normal ;)
how can this be fixed?

many thanks,

stijn