Turns out it was a RAM issue, i added a swap file and its installing past that point now.
For anyone else who had this issue i done the following.
- Log in as root.
Code:
dd if=/dev/zero of=/swapfile1 bs=1024 count=524288
If you want it too work at startup then append /etc/fstab
Code:
/swapfile1 swap swap defaults 0 0