I'm using CentOS 7 CLI only. My issues is that after finally getting the VirtualBox Guest Additions installed, they won't work. I'm still getting a tiny screen and can't auto-resize the display, can't use seamless mode, etc. I've reinstalled them, but still no dice. I'm running 4.3.22, and the version of the Guest Additions is 4.3.22 r98236. Any help?
Also: Miscellaneous install details below.
I had to add the EPEL Repository for version 7 in order to install DKMS, though gcc and kernel-devel did install without any issues.
Next, I learned that I had to manually mount the Additions .iso as automount is disabled.
Also, even though a "yum search installed bzip2" showed the bzip2 package was installed, I would continuously get "This does not look like a tar archive" errors when installing the VBoxAdditions. So, I installed bzip2 again, and the install succeeded.
And finally, I did indeed remove the built-in VBoxGuestAdditions.
Not too bad for my first day actually using linux for more than an "ls"
I appreciate any help.