I'm running a Fedora 23 64bit Guest on a Windows 7 64bit Host machine (most recent version of Oracle 5.0.8 ). Had some minor trouble getting Vbox Guest Additions (VBGA) running but installed other kernal headers etc. I finally had a trouble free (all OK) installation of VBGA. For example I can link to shared folders etc on the host drive. However no number of reboots, fiddling with GUI screen resolution controls (on Fedora whilst running or on Oracle settings) can get proper resolution. I can only fit one xterm in the window
Code: Select all
VBoxManage controlvm "My VM" 1280 1024 32 To test the modules were properly installed on the guest I ranSyntax error: Invalid parameter '1280'
Code: Select all
sudo modprobe vboxvfs
sudo modprobe vboxadd
grep vboxadd /etc/init*/*Any help appreciated
Adam