Create a portable USB flash drive for BT4 (BackTrack4)

Source: Internet
Author: User


I. Installation
1. preparation:
1). The minimum USB drive capacity is 4 gb usb, in the format of FAT32;
2). BT4 official version:
: Http://www.remote-exploit.org/backtrack_download.html
3). USB flash drive preparation tool: unetbootin
: Http://unetbootin.sourceforge.net/
Note: You can download unetbootin for windows or Linux. download it from your own operating system.
2. Run Unetbootin and select bt4 as the bt4-pre-final.iso, select the USB drive letter, and click OK to start a boot USB drive:

 





 
During the creation process, a new USB boot is completed to start your computer and boot the drive to create and enjoy your system Backtrack version 4.
The default Backtrack4 logon username is: the root password is: toor
Startx graphical interface
Ii. Configuration
1. By default, the USB flash drive version BT4 cannot be written. In fact, you only need to modify two files:
Insert the USB flash drive into a normal operating system, open the syslinux. cfg file in the root directory, and
Reference:
Boot = casper nopersistent rw quiet vga = 0 × 317
Modify:
Reference:
Boot = casper persistent rw quiet vga = 0 × 317
Just remove one no, save and exit, then download the following savefile compressed file, copy one in the root directory of the USB flash drive (see attachment, decompress and copy) casper-rw file, select the file size (for example, change 256 MB to casper-rw). If your USB flash drive is large enough, do not select a small one. I just started to select MB, if you want to install things later, you will not be able to install them. You can only re-install them. Later, you chose a 2048Mb package)
SaveFile.rar
Insert the USB flash drive and start it from the USB flash drive. Enter startx and enter the graphic interface. Enter the following in shell:
Code:
Vim/etc/rc. local
, Put
Code:
/Etc/init. d/wicd start
Join, save and exit. in this way, wicd can be started, and then run wicd from Internet-Wicd NetWork Manager. Select advanced settings, and select automatic DHCP or manually set static IP addresses, after the connection is successful, you can access the Internet.
3. Install the Chinese Language Pack
Input in shell Terminal
Code:
# Apt-get install language-pack-kde-zh-base language-pack-zh-base
Open
Code:
Vim/etc/apt/sources. list
, Add software source.
Reference:
Deb http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe
Deb http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe
Deb http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe
Deb http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe
Deb http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe
Deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe
Deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe
Deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe
Deb-src http://ubuntu.dormforce.net/ubuntu/, intrepid-security main multiverse restricted universe
Deb-src http://ubuntu.dormforce.net/ubuntu/, intrepid-updates main multiverse restricted universe
Update System:
Code:
# Apt-get update
Install the Chinese font: if the Chinese characters are all "Mouth", msyh can be installed if the system does not have a Chinese font. tff, which can be found in the C: windowsfonts directory or downloaded online
BT4 font installer: setting/system administratorn/font installer:
BT4 font setting program: setting/appearance & themes/font:
BT4 Chinese Local, can be switched to Chinese: setting/regional & accessibility/country/region & language.
Install the Chinese Input Method:
1). Uninstall scim
To avoid Installation Problems, uninstall the built-in SCIM input method.
Sudo apt-get remove-purge scim * // Delete SCIM and its configuration file
Sudo apt-get autoremove // delete a package that is dependent on SCIM and is no longer in use
Sudo apt-get install-f // try to correct the dependency during installation
Note: You can also use Synaptic Package Manager to uninstall SCIM.
2) to install Fcitx, follow these steps:
Set as default:
Dpkg-reconfigure locales
3. Install Fcitx
Apt-get install fcitx
4. Create a file named 92fcitx under/etc/X11/Xsession. d /.
Enter the following content:
Export LANG = "zh_CN.UTF-8"
Export XIM_PROGRAM = fcitx
Export XIM = fcitx
Export XMODIFIERS = "@ im = fcitx"
Fcitx &
Save and exit!
Reboot is OK ......

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.