vmware gcc-5 error and virtualbox lsb starting issue due to linux-header

Hello guys , Most of you must be facing issue with VirtualBox and VMware workstation on kali linux.

Virtualbox gives you an error of "LSB not started"
And VMware will ask you for "gcc-5"

Here is the fix lets move..

Today i am going to show you how to fix problem with Virtualbox

The problem is with linux -header

The Vmware will also not start due to linux-kernal

it will show GCC-5 error

which can be fixed with linux header installation

So follow me

1)  Goto terminal

2)  Type apt-cache search linux-header


root@kali:~# apt-cache search linux-header
3)  It will display you the latest kernal header available for your distro



4)linux-headers-4.9.0-kali3-amd64  - This is the latest header available

5)install it using

apt-get install linux-headers-4.9.0-kali2-amd64


root@kali:~# apt-get install linux-headers-4.9.0-kali2-amd64
6) now type apt-cache search linux-image

root@kali:~# apt-cache search linux-image
Here we found linux-image-4.9.0-kali2-rt-amd64 the latest one

7)  Install it using

apt-get instal linux-image-4.9.0-kali2-rt-amd64


root@kali:~# apt-get instal linux-image-4.9.0-kali2-rt-amd64
This operation will remove issues with all workstation whether
it is gcc-5 or lsb not starting or kernal header issue

:)

Watch video for details...

Try this and dont forget too comment





Comments

Popular Posts