Backtrack

From ERPXE Wiki
Revision as of 19:17, 4 April 2012 by Admin (talk | contribs)

Important information

This plugin requires a static IP address (Default is 10.0.0.1).
Every change to the server IP MUST be reflected into the plugin's menu file.
How to adjust ERPXE to local IP address

return to Plugins list

Backtrack 5 R1

http://www.backtrack-linux.org/

Information

ERPXE Module

  • Name: - Backtrack
  • Version: 5 R1

Plugin type

Plugin type
Backtrack Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No Yes No Yes No

Plugin Requirments

Plugin Requirments
Backtrack CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes Yes

Screen Shots

250px-BackTrack_5_R1.png



Special Information

BackTrack is an operating system based on the Ubuntu GNU/Linux distribution aimed at digital forensics and penetration testing use.

It is named after backtracking, a search algorithm.

Linux Installation Instructions

Download backtrack5r1-ARCH-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract backtrack5r1-ARCH-XXX.tar.gz file:

tar -xvzf backtrack5r1-ARCH-XXX.tar.gz

Download BackTrack 5 R1 ISO Latest Version to /mnt/ :

http://www.backtrack-linux.org/downloads/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/BT5R1.iso /mnt/cdrom/

Backtrack x86: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/backtrack/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/backtrack/i386/initrd.gz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/backtrack/i386/casper/

Backtrack x64: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/backtrack/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/backtrack/x86_64/initrd.gz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/backtrack/x86_64/casper/

Verify files with filelist.txt in each folder.

All Done!