DELL server DEBIAN installation-Linux Release Technology-Debian information. The following is a detailed description. I. Preparations
Press CTRL + E to configure BIOS
Select virtual media configuration
Change virtual media attected to detected
Note: After the system is started, the DISK is identified as a USB mobile device. The above method can solve this problem.
II. General steps to start DEBIAN Installation
1. Select language> region> network configuration. skip this step.
2. If the network is disconnected, select whether or not to use the image.
3. Configure the ROOT password and New User Account Password
4. log on to the system after the installation is complete and restart. log on to the system as the root user.
3. Configure the network
1. view the NIC working status
# Mii-tool
Eth0: negotiated 100baseTx-FD, link OK
Eth1: negotiated 100baseTx-FD, link OK
Eth2: no link
Eth3: no link
The list shows that eth0 and eth1 are working properly.
2. Modify the network configuration file and add a static IP Address
# Vi/etc/network/interfaces
# This file describes the network interfaces available on your system
# And how to activate them. For more information, see interfaces (5 ).
# The loopback network interface
Auto lo
Iface lo inet loopback
Auto eth0
Iface eth0 inet static
Address 192.168.15.163
Netmask 255.255.255.0
Gateway 192.168.15.1
Auto eth1
Iface eth1 inet static
Address 192.168.16.117
Netmask 255.255.255.0
Gateway 192.168.16.1
3. Restart the network twice to make the network configuration take effect.
#/Etc/init. d/networking restart
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