- 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
- 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