1 Download ubuntu server, install next step all the way
2 Install enhancements
mkdir /media/cdrom
mount /dev/cdrom /media/cdrom
cd /media/cdrom
bash VBoxLinuxAdditions.run
3 If the prompt is incorrect, it is generally not installed
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install make
sudo apt-get install gcc
4 Mount the shared directory workspace to /home/yzh123/share/
sudo mount -t vboxsf workspace /home/yzh123/share/
5 If the characters are not displayed properly
export LANG=UTF-8
Also look at this
http://onthecloud.blog.51cto.com/7312338/1350159
Recommended Posts