- Follow the basic install instructions here to get BackTrack installed in a VMware machine.
- Log into BackTrack. To install the VMWare drivers, the kernel source and headers need to be in place. By default in the BackTrack 4 final release, the kernel (denoted by {version} ) is configured and ready. However in some cases, you might need to make sure you have the latest kernel sources by typing in:
- Now that your kernel sources and headers are in place, run the “Install VMWare tools” for the specific guest VM.
- Mount the VMWare tools virtual cd, copy over the VMWare tools package and run the installer:
- Complete the VMWare tools installation as required. Run “fix-splash” to reintroduce the green framebuffer console. Reboot.
apt-get
update apt-get install linux-source cd /usr/src tar jxpf
linux-source-{version}.tar.bz2 ln -s linux-source-{version} linux cd
linux zcat /proc/config.gz > .config make scripts make prepare
mount
/dev/cdrom3 /mnt/cdrom cp /mnt/cdrom/VMwareTools-{version}.tar.gz /tmp/
cd /tmp/ tar zxpf VMwareTools-{version}.tar.gz cd vmware-tools-distrib
./vmware-install.pl
No comments:
Post a Comment