Backtrack is an operating system that is specially designed for networking security. Bactrack OS is based on Linux. As of this writing the latest version of Bactrack is Backtrack4 with many, many useful applications. Before installing BT4, make sure you have installed Ubuntu on your computer so we can use Ubuntu’s Grub for booting.
Follow these steps to install and configure dual booting Ubuntu / Backtrack4.
- Prepare your PC
Ubuntu OS installed on sda2
BT4 will install on sda3 - Run BT4 using LiveCD
user : root
password : toor#startx
- Installation process
# mkfs.ext3 /dev/sda3# mkdir /mnt/BT4
# mkdir /mnt/ubuntu
# mount /dev/sda3 /mnt/BT4
# mount /dev/sda2 /mnt/ubuntu
# mkdir /mnt/BT4/boot# cp /boot/vmlinuz /mnt/BT4/boot
# cp --preserve -R /{bin,dev,home,pentest,root,usr,etc,lib,opt,sbin,var} /mnt/BT4/
# mkdir /mnt/BT4/{mnt,proc,sys,tmp}
# mount --bind /dev/ /mnt/BT4/dev/
# mount -t proc proc /mnt/BT4/proc/ - Edit Grub of Ubuntu
# vi /mnt/ubuntu/boot/grub/menu.lst
#you must insert this at bottom page:
title Backtrack4
rootnoverify (hd0,2)
kernel /boot/vmlinuz vga=791 root=/dev/sda3 ro autoexec=xconf;kdm
boot - Exit and restart your PC. Select “Backtrack4” and login.
- Registering sda3 to fstab
We must register /dev/sda2 and /dev/sda3 so either Ubuntu or BT4 can be booted.
# mkdir /mnt/BT4
# mkdir /mnt/ubuntu
# vi /etc/fstab/dev/sda2 /mnt/ubuntu ext3
/dev/sda3 /mnt/BT4 ext3
BackTrack links
- How to Start Networking in BackTrack 4
- BackTrack 4 Beta Hard Disk Install
- HowTo: Crack WPA with Backtrack 3
- HowTo: Crack WEP with BackTrack 3
- How to install BT4 dualboot xp on your HDD without vmware or dvd disks
- Backtrack 4 – USB/Nessus Boot with Persistent Changes
- How to make Backtrack 4 boot from USB
- Installing Backtrack 3 to a harddrive
- HowTo: Backtrack 4 (Pre Release) Hard Drive Installation
- Installing Backtrack 3 to a harddrive
- BT4 Install: Simplest way to install BackTrack4