Thursday, December 29, 2011

Install Virtualbox at Backtrack


In BackTrack 5 not yet installed virtualbox, below are the installation steps.

Backtrack 5 is not accompanied with the kernel headers already installed. So, we need to download and proceed with installing VirtualBox. steps as follows:



root @ bt # prepare-kernel-sources
root @ bt # cd /usr/src/linux
root @ bt # cp-rf include /generated/*include/linux/



After the above is completed, edit /etc/apt/ sources.list as enumerated below:

root @ bt # echo deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free>>/etc/apt/sources.list

donwload it:

root @ bt # wget-q http:// download.virtualbox.org/virtualbox/debian/oracle_vbox.asc-O-| sudoapt-key add -

root @ bt # apt-get update


root @ bt # apt-cache search virtualbox

root @ bt # apt-get install virtualbox-4.0

 

0 comments:

Post a Comment