So, I found out what the problem was. The original host linux I was installing on, was accessed via KVM and it did not have a desktop (GNOME) installed.
When CentOS tries to do the installation, it tries to access the graphics card, in this case, it was not set.
So I had to setup X11Forwarding on my Windows PC by setting up XMing and using Putty, I SSHed into the host server. When setup correctly, it will create a .Xauthority file
/usr/bin/xauth: creating new authority file /root/.Xauthority
When I type xterm
it will bring up a terminal window. From there, I did the virt-install
command, and everything works (despite the mouse being laggy)..
Hope this helps anyone else with this problem~!