On Wed, Dec 29, 2004 at 08:27:09PM -0800, Bob Kashani wrote: > When I run: > > yum -y --installroot=/testroot groupinstall "Base" Do you have /selinux /proc and /sys mounted in your chroot? mount --bind /proc /testroot/proc/ mount --bind /selinux /testroot/selinux/ mount --bind /sys /testroot/sys/ Paul