Code: Select all
0) yum -y install dkms gcc kernel-headers-`uname -r` kernel-devel
1) mkdir /home/vboxga
2) then I mount the VBoxGuestAdditions_4.3.40.iso into /home/vboxga
3) # cd /home/vboxga
3) # echo export KERN_DIR=/usr/src/kernels/`uname -r` >> ~/.bashrc
4) export MAKE='/usr/bin/gmake -i'
5) # ./VBoxLinuxAdditions.runCode: Select all
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.3.40 Guest Additions for Linux............
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox DKMS kernel modules [ OK ]
Removing existing VirtualBox non-DKMS kernel modules [ OK ]
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module [ OK ]
Building the shared folder support module [ OK ]
Building the OpenGL support module [ OK ]
Doing non-kernel setup of the Guest Additions [ OK ]
Starting the VirtualBox Guest Additions [ OK ]
Installing the Window System drivers
Installing X.Org Server 1.17 modules [ OK ]
Setting up the Window System to use the Guest Additions [ OK ]
You may need to restart the the Window System (or just restart the guest system)
to enable the Guest Additions.
Installing graphics libraries and desktop services componen[ OK ]then it carries on booting
then when it gets to "Starting certmonger" the boot gets stuck and the screen flashes on and off for ever.
Can anyone help with this? Where am I going wrong?