Difference between revisions of "Backtrack"

From ERPXE Wiki
Line 40: Line 40:
 
}}
 
}}
  
Copy linux24 , minirt24.gz to appropriate directory: (LOWER CASE ONLY!)
+
Backtrack x86: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
  
  cp boot/isolinux/linux24 /tftpboot/er/plugins/dsl/
+
  cp casper/vmlinuz /tftpboot/er/plugins/backtrack/vmlinuz32
  cp boot/isolinux/minirt24.gz /tftpboot/er/plugins/dsl/
+
cp casper/initrd.gz /tftpboot/er/plugins/backtrack/initrd32.gz
 +
  cp casper/filesystem.* /tftpboot/er/shares/backtrack/i386/
 +
 
 +
Backtrack x64: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
 +
 
 +
cp casper/vmlinuz /tftpboot/er/plugins/backtrack/vmlinuz64
 +
cp casper/initrd.gz /tftpboot/er/plugins/backtrack/initrd64.gz
 +
cp casper/filesystem.* /tftpboot/er/shares/backtrack/x86_64/
  
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}

Revision as of 17:31, 2 February 2012

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 bt5r1-XXX.tar.gz to /

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

extract bt5r1-XXX.tar.gz file:

tar -xvzf bt5r1-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 casper/vmlinuz /tftpboot/er/plugins/backtrack/vmlinuz32
cp casper/initrd.gz /tftpboot/er/plugins/backtrack/initrd32.gz
cp casper/filesystem.* /tftpboot/er/shares/backtrack/i386/

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

cp casper/vmlinuz /tftpboot/er/plugins/backtrack/vmlinuz64
cp casper/initrd.gz /tftpboot/er/plugins/backtrack/initrd64.gz
cp casper/filesystem.* /tftpboot/er/shares/backtrack/x86_64/

Verify files with filelist.txt in each folder.

All Done!