Saturday, November 10, 2012

Installing Backtrack to USB as live os

1. Plugin the usb drive
    Format the drive to FAT32

2. Download unetbootin exe to the window.

3. Run unetbootin.
   Select disk image.
   Give the path of backtrack iso.
   Select the usb drive.
   Click OK to start the process.

4. Boot the USB.
    Login with username / password - root / toor
    To start the gui, type startx

Starting Wireless in Backtrack

1. Checking that wireless driver is installed or not-

->iwconfig -a

This will show all the wirless extension with detailed information of wireless card.
If the driver is installed, it will show the interface name with card dtls.


2. Specific interface up-

->ifconfig eth0 up

To enable the eth0 interface because by default all the interface are disabled.
[Here eth0 corresponds to the wireless interface]

3. Connecting-

->wicd

To open the wireless manager to connect to wireless network.
Connect to specific network in wicd network manager.

Sunday, August 12, 2012

How To Make Live OS (PE) on dvd - 1

How to make live os (also called PE - preinstalled environment) which can be installed and run from cd,dvd directly.
1] make iso of pe
2] install the bootloader to cd/usb

To make pe image of windows 7, there are two ways-

1. By microsoft ways, using WAIK(windows automated installation disc, software of 1GB)
http://reboot.pro/11852/ (follow this link)

2. Without WAIK, but it need Windows 7 to be installed in pc as os.
http://reboot.pro/11801/ (follow this link)

These two links contains lots of information, if you go through these links you won't need help from anyone.
You will be mastered in BOOT, RECOVERY, and LIVE-OS on dvd and usb.

Next post will soon get published regarding this .