Backtrack VMware

Un article de Backtrack-fr.

Installation standard sans swap. A personnaliser.


Boot sur le live-cd user=root

password=toor

ensuite taper startx

on ouvre un shell (le second icone en bas à gauche)


Partitionnement du disque dur

bt ~ # fdisk /dev/sda
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.

Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-522, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-522, default 522):
Using default value 522

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.
bt ~ #

Creation du système fichiers (pour backtrack v 3 b préférez: bt ~ # mkreiserfs /dev/sda1)

Redémarrer sur le live cd de Backtrack

bt ~ # mke2fs /dev/sda1
mke2fs 1.38 (30-Jun-2005)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
524288 inodes, 1048233 blocks
52411 blocks (5.00%) reserved for the super user
First data block=0
32 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 28 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
bt ~ #

Monter la partitions (pour la v 3 remplacez backtrack par BT)

bt ~ # mkdir /mnt/backtrack
bt ~ # mount /dev/sda1 /mnt/backtrack/

Installeur avec GUI L’Installeur de Backtrack est situé dans Menu\Backtrack\Miscellaneous\ (le menu c’est l’icône K en bas à gauche).

Laisser la champ Source vide, mettre “‘/mnt/backtrack” pour le champ Install et /dev/sda pour le derneir champ.

Sélectionner Real comme mode d’installation et cliquer sur “Install”.

NOTE : le répertoire /usr fait dans les 400 MB donc soyez patient.

Fait par muts. Traduit par aze