Installing Backtrack 3 Final From The Shell - Presentation Transcript
Installing backtrack 3 final from the shell
by- Manish R Chiniwalar
http://collegehub.co.cc
First things first...
> Partition your disc
> I've these 3 partitions up:
sda1=/boot sda2=swap sda3= /
> Boot your live cd and open a bash shell and begin
> If your swap is not yet made then do this.. (otherwise omit this step) bt~#mkswap /dev/sda2 bt~#swapon /dev/sda2
Keep Going...
bt~#mkdir /mnt/backtrack bt~#mount /dev/sda3 /mnt/backtrack/ bt~#mkdir /mnt/backtrack/boot/ bt~#mount /dev/sda1 /mnt/backtrack/boot/ (note: If you only have one partiton to install backtrack to simply omit this step) bt~#cp --preserve -R /{bin,dev,home,pentest,root,usr,etc,lib,opt,sbin,va r} /mnt/backtrack/ << note: there is no space in var. Seems to be a glitch in the matrix bt~#mkdir /mnt/backtrack/{mnt,proc,sys,tmp} bt~#mount --bind /dev/ /mnt/backtrack/dev/ bt~#mount -t proc proc /mnt/backtrack/proc/ bt~#cp /boot/vmlinuz /mnt/backtrack/boot/
> Now I like to delete some things in the lilo config file so here is what mine would look like. (remember to set your own VGA accordingly ) lba32 boot=/dev/sda prompt timeout=60 change-rules reset vga=791 image = /boot/vmlinuz root = /dev/sda3 label = backtrack3_final
Voilà! and there you have it...
> Save that and then execute lilo (I'm using the verbose flag)
0 comments
Post a comment