Wednesday 11 June 2014

How to solve the kernel error in virtualbox in kali linux

Jai Hind Friends I am DeadManIndia here to server our services From 1ND14N H4X0R5 T34M IHT.

We are :- EagleShadow,NullPort_Govind,Spy-Hunter,Grey-Noob,Karate-Katrina,X-ManINDIA,Haxor-Rahul,Mr.R@66!T.

Love to :- My Mom & Dad.

So lets stat how to slove out this problem first we know what is the problem .
 in this error the major problem with the kernel header and i solve it with the help of a friend from Bulgaria in EU  I want to say thanks to him.





So Lets stat how to solve this problem .
Setups are here .

1 Check you  with the help kernel release of this command
  #uname -a
  that is our release in kali linux

2 Now install the header of this command in 32 bit .
   #apt-get install linux-headers-3.14-kali1-686-pae
Now reinstall the virtual-Box .In my case i remove the our package with the help of apt-get autoremove virtualbox-4.3
and reinstall with the help of this command.
And create the virtual machine and use you virtual-box will be working.
                                     IF you found any problem then ask here 
FB = DeadManINDIA
Skype = DeadManIndia1
                                       Jai Hind Jai Bharat _/\_ 

2 comments:

Any idea how to solve this?
When I type

#apt-get install linux-headers-3.14-kali1-686-pae

I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.14-kali1-686-pae
E: Couldn't find any package by regex 'linux-headers-3.14-kali1-686-pae'

#apt-get install linux-headers-$(uname -r)
doesn't work eather

My sources.list was empty(!). I fixed it following the adive given here:
http://docs.kali.org/general-use/kali-linux-sources-list-repositories

Now
#apt-get install linux-headers-3.14-kali1-686-pae
works :)

Post a Comment