• Home
  • Posts RSS
  • Comments RSS
  • ediant.wordpress.com
Blue Orange Green Pink Purple

Install Backtrack 4 Beta with Modification

Backtrack 4 Beta does not contain an installer in it yet, so we've compiled this cookbook for getting the "perfect" BT4 install up and running quickly. The assumption is that you are installing BT4 on an empty disk /dev/sda (mybee diffrent with your's). Make sure to adjust this accordingly if needed.

Then what we need is prepare for partition, we can use QTparted,but in BT4 beta, if we want to use it we must edit the shortcut from qtparted-root to qtparted or you can open console then type qtparted and press "enter", after window open then make partition for /, swap and mybee another partition.

To start installation, open console and write in console like this :

root@bt:~# mkswap /dev/sda8 (this for swap)
root@bt:~# swapon /dev/sda8 (make swap partition on)
root@bt:~# mkreiserfs /dev/sda2 (make /dev/sda2 for / with type reiserFS)
root@bt:~# mkdir /mnt/bt
root@bt:~# mount /dev/sda2 /mnt/bt
root@bt:~# cp --preserve -R /{bin,dev,home,pentest,root,usr,boot,etc,lib,opt,sbin,var} /mnt/bt/
root@bt:~# mkdir /mnt/bt/{mnt,tmp,proc,sys,media} <== this my modification, we make media directory
root@bt:~# chmod 1777 /mnt/bt/tmp/
root@bt:~# mount -t proc proc /mnt/bt/proc
root@bt:~# mount -o bind /dev /mnt/bt/dev/
root@bt:~# chroot /mnt/bt/ /bin/bash
root@bt:~# nano /etc/lilo.conf

for example this is my config for lilo.conf
==================================================================
lba32
boot=/dev/sda
root=/dev/sda2

# bitmap=/boot/sarge.bmp
# bmp-colors=1,,0,2,,0
# bmp-table=120p,173p,1,15,17
# bmp-timer=254p,432p,1,0,0
# install=bmp

# delay=20

prompt
timeout=50

# map=/boot/map

vga=0x317

image=/boot/vmlinuz
label="BT4-Console"
read-only
initrd=/boot/splash.initrd
append=quiet

image=/boot/vmlinuz
label="BT4-ConsoleNoFB"

image =/boot/mt86p
label ="MemtestUtility"

other = /dev/sda1
label ="Windows7"
table = /dev/sda
==================================================================

root@bt:~# nano /etc/fstab

for example this is my config for fstab, make your's similar like this
==================================================================
/dev/sda2 / reiserfs defaults 0 0 # AutoUpdate
proc /proc proc defaults 0 0 # AutoUpdate
sysfs /sys sysfs defaults 0 0 # AutoUpdate
devpts /dev/pts devpts gid=5,mode=620 0 0 # AutoUpdate
tmpfs /dev/shm tmpfs defaults 0 0 # AutoUpdate
/dev/sda8 none swap auto,defaults,pri=1 0 0 # AutoUpdate
==================================================================

root@bt:~# lilo -v
root@bt:~# exit
root@bt:~# reboot


Then after it reboot set it to "start with empty session", to do this just
from K menu => Settings => KDE Components => Session Manager




take from Backtrack 4 Beta The Perfect Harddisk Install v2, muts@remote-exploit.org with any modification

Read More 0 komentar | Diposting oleh ediant edit post

0 komentar



Posting Komentar

Posting Lama Beranda

WaNNa be anT !!

  • About
      Blog support for ediant.wordpress.com
      I hope this little word can helping you!
      Welcome and thanks for reading.....
  • YM! Online

    Arsip Blog

    • ▼  2009 (5)
      • ▼  April (4)
        • Install Backtrack 4 Beta with Modification
        • Customizing Backtrack 4 Beta
        • My "Customize" Firefox and Add-ons
        • Boot Linux from USB drive
      • ►  Januari (1)

    Search Engine Optimization and SEO Tools
  • Search






    • Home
    • Posts RSS
    • Comments RSS
    • ediant.wordpress.com

    © Copyright ediant world !!. All rights reserved.
    Designed by FTL Wordpress Themes | Bloggerized by FalconHive.com
    brought to you by Smashing Magazine

    Back to Top