1) Download bt3final_usb.iso from www.remote-exploit.org/backtrack_download.html
2) Extract the ISO into a local directory on your system
3) On your Katana Drive, create the file bt3.cfg in the /boot/menu directory. (This is the menu for Backtrack 3.) Open bt3.cfg in a text editor and copy and past the following into it:
- Code: Select all
PROMPT 0
DEFAULT /boot/vesamenu.c32
MENU BACKGROUND /boot/wallpaper.png
MENU WIDTH 30
MENU MARGIN 0
MENU ROWS 12
MENU HELPMSGROW 22
MENU TIMEOUTROW 26
MENU TABMSGROW 27
MENU CMDLINEROW 27
MENU HSHIFT 24
MENU VSHIFT 0
menu color screen 37;40 #00000000 #00000000 none
menu color border 30;44 #00000000 #00000000 none
menu color title 1;36;44 #aaaaaaaa #00000000 none
#menu color unsel 37;44 #ff60CA00 #00000000 none
menu color unsel 37;44 #aaaaaaaa #00000000 none
menu color hotkey 1;37;44 #ff60CA00 #00000000 none
#menu color sel 7;37;40 #ffffffff #00000000 none
menu color sel 7;37;40 #ffffffff #00000000 none
menu color hotsel 1;7;37;40 #ff808080 #ff60CA00 none
menu color scrollbar 30;44 #00000000 #00000000 none
menu color tabmsg 31;40 #aaaaaaaa #00000000 none
menu color cmdmark 1;36;40 #ffff0000 #00000000 none
menu color cmdline 37;40 #aaaaaaaa #00000000 none
menu color pwdborder 30;47 #ffff0000 #00000000 std
menu color pwdheader 31;47 #ffff0000 #00000000 std
menu color pwdentry 30;47 #ffff0000 #00000000 std
menu color timeout_msg 37;40 #aaaaaaaa #00000000 none
menu color timeout 1;37;40 #ffaaaaff #00000000 none
menu color help 37;40 #aaaaaa00 #00000000 none
menu color msg07 37;40 #90ffffff #00000000 std
MENU TITLE KATANA - Backtrack 3
LABEL cubez
MENU LABEL GUI (Compiz)
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw chexpand=256 load=cubez autoexec=xconf;cubez;startx
LABEL cubez
MENU LABEL GUI (Compiz Nvidia)
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw chexpand=256 load=cubez,nvidiadriver autoexec=xconf;startnvidia.sh;startx
LABEL xconf1
MENU LABEL GUI (KDE)
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;kdm
LABEL xconf2
MENU LABEL GUI (Flux)
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;flux
LABEL startx
MENU LABEL GUI (VESA KDE)
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=kdm
LABEL BT3
MENU LABEL Text mode Frame Buffer
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw
LABEL BT3_no_DHCP
MENU LABEL Run no DHCP
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw nodhcp
LABEL BT3_Safe
MENU LABEL Run Safe Mode
KERNEL bt3/vmlinuz
APPEND vga=normal initrd=bt3/initrd.gz ramdisk_size=6666
root=/dev/ram0 rw
LABEL pchanges
MENU LABEL GUI with Persistent Changes
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/changes/slaxsave.dat autoexec=xconf;kdm
LABEL copy2ram
MENU LABEL GUI, Copy To RAM
KERNEL bt3/vmlinuz
APPEND vga=0x317 initrd=bt3/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw copy2ram autoexec=xconf;kdm
LABEL back
MENU LABEL ..
KERNEL /boot/vesamenu.c32
APPEND /boot/menus/main.cfg
TEXT HELP
Back to Main Menu
ENDTEXT
4) Create a directory called bt3 in the /boot/syslinux directory on the Katana Drive. From the extracted Backtrack 3 ISO directory, copy the content of the /boot directory into the newly created /boot/syslinux/bt3 directory on the Katana Drive. This adds all the files need by Backtrack 3 to boot.
5) Copy the /bt3 directory in the root of the extracted Backtrack 3 ISO directory to the root of the Katana Drive (This is the folder which contains the Backtrack 3 Operating System)
6) Finally, on the Katana Drive; open /boot/menus/main.cfg in a text editor and add the following to the end of the file. This will add Backtrack 3 to the main boot menu
- Code: Select all
LABEL BT3
MENU LABEL Backtrack 3
KERNEL /boot/vesamenu.c32
APPEND /boot/menus/bt3.cfg
TEXT HELP
More about currently selected:
Backtrack 3 is one of the best
known pen-testings tools around.
ENDTEXT
You should now be able to boot Backtrack 3 from Katana.
