- Désinstaller la version 4. Pour cela, on supprime tout ce qu'il y a dans le répertoire backtrack à la racine de la clé (vérifier que le répertoire caché .disk est également supprimé)
- Ouvrer le fichier /boot/menu/bt.cfg et remplacer tout le contenu par ceci :
PROMPT 0#TIMEOUT 90
DEFAULT /boot/vesamenu.c32
MENU BACKGROUND /boot/wallpaper.png
MENU WIDTH 30
MENU MARGIN 0
MENU ROWS 10
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 5
LABEL DEFAULT
MENU LABEL Text
KERNEL /backtrack/casper/vmlinuz
APPEND
file=/cdrom/preseed/custom.seed boot=casper
initrd=/backtrack/casper/initrd.gz text cdrom-detect/try-usb=true
live-media-path=backtrack/casper splash vga=791--
TEXT HELP
More about currently selected:
Default Boot Text Mode
ENDTEXT
LABEL STEALTH
MENU LABEL Stealth
KERNEL /backtrack/casper/vmlinuz
APPEND
file=/cdrom/preseed/custom.seed boot=casper
initrd=/backtrack/casper/initrds.gz text cdrom-detect/try-usb=true
live-media-path=backtrack/casper splash staticip vga=791--
TEXT HELP
More about currently selected:
No Networking enabled
ENDTEXT
LABEL FORENSICS
MENU LABEL Forensics
KERNEL /backtrack/casper/vmlinuz
APPEND
file=/cdrom/preseed/custom.seed boot=casper
initrd=/backtrack/casper/initrdf.gz text cdrom-detect/try-usb=true
live-media-path=backtrack/casper splash vga=791--
TEXT HELP
More about currently selected:
No Drive or Swap Mount
ENDTEXT
LABEL NODRM
MENU LABEL noDRM
KERNEL /backtrack/casper/vmlinuz
APPEND
file=/cdrom/preseed/custom.seed boot=casper
initrd=/backtrack/casper/initrd.gz text cdrom-detect/try-usb=true
live-media-path=backtrack/casper splash nomodeset vga=791--
TEXT HELP
More about currently selected:
No DRM Drivers
ENDTEXT
LABEL debug
MENU LABEL Debug
KERNEL /backtrack/casper/vmlinuz
APPEND
file=/cdrom/preseed/custom.seed boot=casper
initrd=/backtrack/casper/initrd.gz cdrom-detect/try-usb=true
live-media-path=backtrack/casper text--
TEXT HELP
More about currently selected:
Safe Mode
ENDTEXT
LABEL back
MENU LABEL ..
KERNEL /boot/vesamenu.c32
APPEND /boot/menus/main.cfg
TEXT HELP
Back to Main Menu
ENDTEXT Télécharger une version de Backtrack 5(j'ai testé avec une version 32 bit, Gnome) :http://www.backtrack-linux.org/downloads/- Copier le contenu de l’ISO dans le répertoire backtrack de la clé (avec le répertoire caché .disk ) : Sur Windows (ou Linux)
vous pouvez utiliser 7zip. - Sinon la méthode par CLI sur Linux :
On monte l'ISO téléchargé :
mount -o loop BT5-GNOME-32.iso /mnt/isoOn copie les fichiers sur la clé :
cp -f -v -r /mnt/iso/* /mnt/katanacp -f -v -r /mnt/iso/.disk /mnt/katanaOn démonte le tout : umount /mnt/isoumount /mnt/katana Notes :
/mnt/iso est un répertoire ou nous allons monté l'ISO comme un CD
/mnt/katana est le repertoire ou ma clé katana est monté
On reboot sur la clé Katana, Enjoy :)
[Source] (une autre méthode y est présenté à base de script shell)

