Learn to read, the HOWTO section is not for asking how to do stuff.
The instrustions @ Offensive Security – Information Security Blog » Installing BackTrack 4 as a VMware Guest are not working.
The problem is VmwareTools-7.8.5-156735.tar.gz does not exists.
When I did ls to /mnt/cdrom3 I was able to find only the following:
/boot boot.catalog /casper md5sum.txt
/casper has a 1.3GB file called filesystem.squashfs and two other files but VM...gz does not exists.
Is there something missing here?
Thx
Learn to read, the HOWTO section is not for asking how to do stuff.
Tiocfaidh ár lá
You have /mnt/cdrom3 above in red but the blog instructions calls for
mkdir /mnt/cdrom
mount /dev/cdrom3 /mnt/cdrom
Now where it is mounted might not make a difference then again it might.
Best beat would be to double check the commands you are giving and make sure they match up.
For REF:
Code:mkdir /mnt/cdrom mount /dev/cdrom3 /mnt/cdrom cp -rf /mnt/cdrom/VMwareTools-7.8.5-156735.tar.gz /tmp/ cd /tmp/ tar zxpf VMwareTools-7.8.5-156735.tar.gz wget www.offensive-security.com/tools/vmware-tools-patch-backtrack4-7.8.5-2_6_29.tar tar zxpf vmware-tools-patch-backtrack4-7.8.5-2_6_29.tar ./vmwaretools.sh
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Thanks archangel.amael.
I was aware of this and made the corrections needed. But still the mount does not show any .gz file.
The whole CD does not have any .gz. Any idea?
click on the button that says install vmware tools
and then follow the instructions on the blog.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
This is the fix for people behind me. I came across this post through a google search. This is the solution to the question:
1. Before booting your vm, add a second CD rom. Make it physical.
So you have your original CDRom thats the BT4 ISO, and now you have a second CDRom thats a physical device.
2. After booting select to install the VM Tools inside vmware.
3. Do a "ls /dev/cd*"
This will show you all your CDRoms. Mount one by one until you find the right one.
mount /dev/cdrom3 /mnt/cdrom
ls /mnt/cdrom
umount /mnt/cdrom
4. Once you find the right CD, continue following the instructions here:
BackTrack Information Security Distribution » Installing BackTrack 4 as a VMware Guest
5. After you finish and reboot, this video goes over how to delete your new user account and use root instead:
http://www.youtube.com/watch?v=B2GGfzh-bPo
Note you'll need to use the "xvf" command with untaring a .tar file. Command is right for the .gz.