Install SlaxLinux on the hard disk of VMware

Source: Internet
Author: User
Tags hex code
First, configure the VM to use a CD to start slax. we will not introduce SlaxLinux7.0.8: release. Example: root @ slax # fdisk/dev/sda

First, configure the VM to start slax with a CD.

SlaxLinux7.0.8: http://www.centoscn.com/CentosSoft/linux/2013/0809/1191.html available

After entering the system, open the terminal to partition and format the hard disk. Example:

Root @ slax # fdisk/dev/sda 1. enter "n" to create a new partition. 2. select "p" to create a primary partition. 3. enter the partition number "1"; 4. select start sector: press enter to use the default value. 5. select End sector: Enter the enter key and use the default value (that is, use the entire disk space). 6. enter "t" to select the partition type: then enter Hex Code as "83"; 7. enter "w" to write partition information to the hard disk. root @ slax # mkfs. ext3/dev/sda1

Mount a new partition

root@slax# mount /dev/sda1 /mnt  

Configure the IP address (download and install the tool)

root@slax# ifconfig eth0 192.168.8.32 netmask 255.255.255.0  

Configure the default gateway

root@slax# route add default gw 192.168.8.1  

Configure DNS

root@slax# echo "nameserver 202.102.224.68">>/etc/resolv.conf  

Download and install the tool

root@slax# cd Desktop   root@slax# wget http://backtrack.serveftp.com/backtrack/misctools/slax6-install.kmdr   root@slax# kmdr-executor slax6-install.kmdr  

Set and install as shown in

After installation, restart the system.

root@slax# reboot  

The startup is successful as follows:

Enter the user name root password toor to log on

Slax login: root Password: toor to start the graphic interface (as shown in) root @ slax # startx

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.