In Ubuntu VM installations, you can't get graphical desktop. It only prompt for terminal view. You can use following command to start Ubuntu in graphical view.
startx
If this command not found, hen you have to update Ubuntu desktop using following command.
sudo apt-get install ubuntu-desktop
Then use startx command.