Link to home
Start Free TrialLog in
Avatar of ammadeyy2020
ammadeyy2020

asked on

backtrack vmware installation

i have backtrack vmware image downloaded from http://www.remote-exploit.org/backtrack_download.html

i have vmware installed on my laptop

i have a folded created in e:\vmware and extracted the downloaded the rar file to e:\vmware

and in virtual machine settings, i have selected working directory as e:\vmware

but im unable to start backtrack,
any ideas?
Avatar of riotz
riotz

Follow these 10 stepts to install Backtrack on VMware

1.Create Other 2.6 kernel Virtual Machine.
2.Boot from LiveCD
3. Run Qtparted, create 2 partitions:
--- /dev/sda1 ext3
--- /dev/sda2 swap

4.
bt ~ # mkdir /mnt/bt3
5.
bt ~ # mount /dev/sda1 /mnt/bt3
6.
bt ~ # cp --preserve -R /{bin,boot,dev,home,pentest,root,usr,etc,lib,opt,sbin,var} /mnt/bt3/
bt ~ # mkdir /mnt/bt3/{mnt,proc,sys,tmp}
bt ~ # chmod 777 /mnt/bt3/tmp
7.
bt ~ # mount -t proc proc /mnt/bt3/proc/
8.
bt ~ # chroot /mnt/bt3/ /bin/bash
9.
bt ~ # lilo -v
10.
bt ~ # exit
bt ~ # reboot
ASKER CERTIFIED SOLUTION
Avatar of riotz
riotz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial