From subsecret
As root do the following:
mkdir /tools chmod a+r+w /tools
We also need to create dynamic linker file so glibc can be installed without error
mkdir /tools/etc mkdir /tools/lib chmod a+r+w /tools/etc chmod a+r+w /tools/lib touch /tools/etc/ld.so.conf
After this, we dont need to use root account anymore for now