By looking for grub errors I noticed some anaconda errors indicating that
comps.rpm has the wrong arch. In fact:

# rpm -qp --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\n" comps.rpm
comps-41-0.20050727.x86_64.rpm

Shouldn't it be "noarch"?

Gerald