diff --git a/content/en/docs/Installation/configurations-during-installation.md b/content/en/docs/Installation/configurations-during-installation.md
index e2887ecca7a4c8c61d4bcb56317da8f8b239e4c2..f62b1c27634cd62fbaf3f2b9b9c469ab17191271 100644
--- a/content/en/docs/Installation/configurations-during-installation.md
+++ b/content/en/docs/Installation/configurations-during-installation.md
@@ -65,5 +65,5 @@ After configuration, click **Done** in the left-upper corner to switch back to
Click **Finish**. The configuration of openEuler is complete.
-
+
diff --git a/content/en/docs/Installation/failed-to-install-openeuler-on-an-x86-pm-in-uefi-mode-due-to-secure-boot-option-setting.md b/content/en/docs/Installation/failed-to-install-openeuler-on-an-x86-pm-in-uefi-mode-due-to-secure-boot-option-setting.md
index 18cb5a8629d4a5eeba9121ae30abfff0c4b91e04..387bc660e6a9dc4a0c39aa452a7efc8e03ca91bc 100644
--- a/content/en/docs/Installation/failed-to-install-openeuler-on-an-x86-pm-in-uefi-mode-due-to-secure-boot-option-setting.md
+++ b/content/en/docs/Installation/failed-to-install-openeuler-on-an-x86-pm-in-uefi-mode-due-to-secure-boot-option-setting.md
@@ -25,7 +25,7 @@ Access the BIOS, set **secure boot** to **disabled**, and reinstall the openE
3. Set **Enforce Secure Boot** to **Disabled**.
- 
+ 
> **NOTE:**
>After **Enforce Secure Boot** is set to **Disabled**, save the settings, and exit. Then, reinstall the system.
diff --git "a/content/en/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201-0.png" b/content/en/docs/Installation/figures/completing-the-automatic-installation.png
similarity index 100%
rename from "content/en/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201-0.png"
rename to content/en/docs/Installation/figures/completing-the-automatic-installation.png
diff --git "a/content/en/docs/Installation/figures/\347\273\223\346\235\237\351\205\215\347\275\256-new-en.png" b/content/en/docs/Installation/figures/completing-the-configuration.png
similarity index 100%
rename from "content/en/docs/Installation/figures/\347\273\223\346\235\237\351\205\215\347\275\256-new-en.png"
rename to content/en/docs/Installation/figures/completing-the-configuration.png
diff --git "a/content/en/docs/Installation/figures/\351\200\211\346\213\251.png" b/content/en/docs/Installation/figures/enforce-secure-boot.png
similarity index 100%
rename from "content/en/docs/Installation/figures/\351\200\211\346\213\251.png"
rename to content/en/docs/Installation/figures/enforce-secure-boot.png
diff --git "a/content/en/docs/Installation/figures/\345\215\212\350\207\252\345\212\250-new.png" b/content/en/docs/Installation/figures/semi-automatic-installation.png
similarity index 100%
rename from "content/en/docs/Installation/figures/\345\215\212\350\207\252\345\212\250-new.png"
rename to content/en/docs/Installation/figures/semi-automatic-installation.png
diff --git a/content/en/docs/Installation/full-automatic-installation-guide.md b/content/en/docs/Installation/full-automatic-installation-guide.md
index fe4c8f4d3900622f464f0927222f7f54126bd947..35b133041d9a1898ce5fe7850223c0ee34c82ae9 100644
--- a/content/en/docs/Installation/full-automatic-installation-guide.md
+++ b/content/en/docs/Installation/full-automatic-installation-guide.md
@@ -169,6 +169,6 @@ To use kickstart to perform full-automatic installation of openEuler, perform th
2. The automatic installation window is displayed.
3. Verify that the installation is complete.
- 
+ 
diff --git a/content/en/docs/Installation/installation-mode.md b/content/en/docs/Installation/installation-mode.md
index f5645eac1ad498531912af20a2b5b8d2762ef7c9..c86b2e8520a56a349ed73896445b7c35e095bf0f 100644
--- a/content/en/docs/Installation/installation-mode.md
+++ b/content/en/docs/Installation/installation-mode.md
@@ -16,7 +16,7 @@ If you have obtained a CD/DVD-ROM, install the OS using the CD/DVD-ROM. If you h
Perform the following operations to start the installation:
-> **NOTE:**
+> **NOTE:**
>Set the system to preferentially boot from the CD/DVD-ROM drive. Take the BIOS as an example. You need to move the **CD/DVD-ROM Drive** option under **Boot Type Order** to the top.
1. Disconnect all drives that are not required, such as USB drives.
@@ -34,67 +34,67 @@ This section describes how to create or use a USB flash drive to install the ope
Pay attention to the capacity of the USB flash drive. The USB flash drive must have sufficient space to store the entire image. It is recommended that the USB flash drive has more than 16 GB space.
-1. Connect the USB flash drive to the system and run the **dmesg** command to view related log. At the end of the log, you can view the information generated by the USB flash drive that is just connected. The information is similar to the following:
+1. Connect the USB flash drive to the system and run the **dmesg** command to view related log. At the end of the log, you can view the information generated by the USB flash drive that is just connected. The information is similar to the following:
- ```
- [ 170.171135] sd 5:0:0:0: [sdb] Attached SCSI removable disk
- ```
+ ```
+ [ 170.171135] sd 5:0:0:0: [sdb] Attached SCSI removable disk
+ ```
- > **NOTE:**
- >Take the **sdb** USB flash drive as an example.
+ > **NOTE:**
+ >Take the **sdb** USB flash drive as an example.
-2. Switch to user **root**. When running the **su** command, you need to enter the password.
+2. Switch to user **root**. When running the **su** command, you need to enter the password.
- ```
- $ su - root
- ```
+ ```
+ $ su - root
+ ```
-3. Ensure that the USB flash drive is not mounted. Run the following command:
+3. Ensure that the USB flash drive is not mounted. Run the following command:
- ```
- # findmnt /dev/sdb
- ```
+ ```
+ # findmnt /dev/sdb
+ ```
- - If no command output is displayed, the file system is not mounted. Go to the next step.
+ - If no command output is displayed, the file system is not mounted. Go to the next step.
- - If the following information is displayed, the USB flash drive is automatically mounted.
+ - If the following information is displayed, the USB flash drive is automatically mounted.
- ```
- # findmnt /dev/sdb
- TARGET SOURCE FSTYPE OPTIONS
- /mnt/iso /dev/sdb iso9660 ro,relatime
- ```
+ ```
+ # findmnt /dev/sdb
+ TARGET SOURCE FSTYPE OPTIONS
+ /mnt/iso /dev/sdb iso9660 ro,relatime
+ ```
- In this case, you need to run the **umount** command to uninstall the device.
+ In this case, you need to run the **umount** command to uninstall the device.
- ```
- # umount /mnt/iso
- ```
+ ```
+ # umount /mnt/iso
+ ```
-4. Run the **dd** command to write the ISO image to the USB flash drive.
+4. Run the **dd** command to write the ISO image to the USB flash drive.
- ```
- # dd if=/path/to/image.iso of=/dev/device bs=blocksize
- ```
+ ```
+ # dd if=/path/to/image.iso of=/dev/device bs=blocksize
+ ```
- Replace **/path/to/image.iso** with the complete path of the downloaded ISO image file, replace **device** with the device name provided by the **dmesg** command, and set a proper block size \(for example, 512 KB\) to replace **blocksize** to accelerate the write progress.
+ Replace **/path/to/image.iso** with the complete path of the downloaded ISO image file, replace **device** with the device name provided by the **dmesg** command, and set a proper block size \(for example, 512 KB\) to replace **blocksize** to accelerate the write progress.
- For example, if the ISO image file name is **/home/testuser/Downloads/openEuler-20.03-LTS-aarch64-dvd.iso** and the detected device name is **sdb**, run the following command:
+ For example, if the ISO image file name is **/home/testuser/Downloads/openEuler-20.03-LTS-aarch64-dvd.iso** and the detected device name is **sdb**, run the following command:
- ```
- # dd if=/home/testuser/Downloads/openEuler-20.03-LTS-aarch64-dvd.iso of=/dev/sdb bs=512k
- ```
+ ```
+ # dd if=/home/testuser/Downloads/openEuler-20.03-LTS-aarch64-dvd.iso of=/dev/sdb bs=512k
+ ```
-5. After the image is written, remove the USB flash drive.
+5. After the image is written, remove the USB flash drive.
- No progress is displayed during the image write process. When the number sign \(\#\) appears again, the write is complete. Exit the **root** account and remove the USB flash drive. In this case, you can use the USB flash drive as the installation source of the system.
+ No progress is displayed during the image write process. When the number sign \(\#\) appears again, the write is complete. Exit the **root** account and remove the USB flash drive. In this case, you can use the USB flash drive as the installation source of the system.
### Starting the Installation
Perform the following operations to start the installation:
-> **NOTE:**
+> **NOTE:**
>Set the system to preferentially boot from the USB flash drive. Take the BIOS as an example. You need to move the **USB** option under **Boot Type Order** to the top.
1. Disconnect all drives that are not required.
@@ -112,7 +112,7 @@ If the target hardware is installed with a PXE-enabled NIC, we can configure it
For installation through the network using PXE, the client uses a PXE-enabled NIC to send a broadcast request for DHCP information and IP address to the network. The DHCP server provides the client with an IP address and other network information, such as the IP address or host name of the DNS and FTP server \(which provides the files required for starting the installation program\), and the location of the files on the server.
-> **NOTE:**
+> **NOTE:**
>The TFTP, DHCP, and HTTP server configurations are not described here. For details, see [Full-automatic Installation Guide](full-automatic-installation-guide.html).
## Installation Through a QCOW2 Image
@@ -121,31 +121,31 @@ This section describes how to create or use a QCOW2 image to install the openEul
### Creating a QCOW2 Image
-1. Install the **qemu-img** software package.
+1. Install the **qemu-img** software package.
- ```
- # dnf install -y qemu-img
- ```
+ ```
+ # dnf install -y qemu-img
+ ```
-2. Run the **create** command of the qemu-img tool to create an image file. The command format is as follows:
+2. Run the **create** command of the qemu-img tool to create an image file. The command format is as follows:
- ```
- $ qemu-img create -f -o
- ```
+ ```
+ $ qemu-img create -f -o
+ ```
- The parameters are described as follows:
+ The parameters are described as follows:
- - _imgFormat_: Image format. The value can be **raw** or **qcow2**.
- - _fileOption_: File option, which is used to set features of an image file, such as specifying a backend image file, compression, and encryption.
- - _fileName_: File name.
- - _diskSize_: Disk size, which specifies the size of a block disk. The unit can be K, M, G, or T, indicating KiB, MiB, GiB, or TiB.
+ - _imgFormat_: Image format. The value can be **raw** or **qcow2**.
+ - _fileOption_: File option, which is used to set features of an image file, such as specifying a backend image file, compression, and encryption.
+ - _fileName_: File name.
+ - _diskSize_: Disk size, which specifies the size of a block disk. The unit can be K, M, G, or T, indicating KiB, MiB, GiB, or TiB.
- For example, to create an image file **openEuler-imge.qcow2** whose disk size is 32 GB and format is qcow2, the command and output are as follows:
+ For example, to create an image file **openEuler-imge.qcow2** whose disk size is 32 GB and format is qcow2, the command and output are as follows:
- ```
- $ qemu-img create -f qcow2 openEuler-image.qcow2 32G
- Formatting 'openEuler-image.qcow2', fmt=qcow2 size=34359738368 cluster_size=65536 lazy_refcounts=off refcount_bits=16
- ```
+ ```
+ $ qemu-img create -f qcow2 openEuler-image.qcow2 32G
+ Formatting 'openEuler-image.qcow2', fmt=qcow2 size=34359738368 cluster_size=65536 lazy_refcounts=off refcount_bits=16
+ ```
### Starting the Installation
@@ -159,7 +159,7 @@ Perform the following operations to start the installation:
5. Create a VM.
6. Start the VM.
-For details, see the _openEuler 20.03 LTS Virtualization User Guide_.
+For details, see the [*openEuler 20.03 LTS Virtualization User Guide*](../Virtualization/virtualization.html).
## Installation Through a Private Image
diff --git a/content/en/docs/Installation/installation-preparations.md b/content/en/docs/Installation/installation-preparations.md
index 7e56f3712d9fb1edb22ad0981a0c5909ee1866b6..60cf2b33c2605c66d54bbba43c69227f799299e9 100644
--- a/content/en/docs/Installation/installation-preparations.md
+++ b/content/en/docs/Installation/installation-preparations.md
@@ -30,7 +30,7 @@ Perform the following operations to obtain the openEuler release package:
## Release Package Integrity Check
-> **NOTE:**
+> **NOTE:**
>This section describes how to verify the integrity of the release package in the AArch64 architecture. The procedure for verifying the integrity of the release package in the x86\_64 architecture is the same.
### Introduction
@@ -51,23 +51,23 @@ Verification file: **openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum**
To verify the file integrity, perform the following operations:
-1. Obtain the verification value in the verification file. Run the following command:
+1. Obtain the verification value in the verification file. Run the following command:
- ```
- #cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum
- ```
+ ```
+ #cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum
+ ```
-2. Calculate the SHA256 verification value of the file. Run the following command:
+2. Calculate the SHA256 verification value of the file. Run the following command:
- ```
- #sha256sum openEuler-20.03-LTS-aarch64-dvd.iso
- ```
+ ```
+ #sha256sum openEuler-20.03-LTS-aarch64-dvd.iso
+ ```
- After the command is run, the verification value is displayed.
+ After the command is run, the verification value is displayed.
-3. Check whether the values calculated in step 1 and step 2 are consistent.
+3. Check whether the values calculated in step 1 and step 2 are consistent.
- If the verification values are consistent, the .iso file is not damaged. If they are inconsistent, you can confirm that the file is damaged and you need to obtain the file again.
+ If the verification values are consistent, the .iso file is not damaged. If they are inconsistent, you can confirm that the file is damaged and you need to obtain the file again.
## Installation Requirements for PMs
@@ -77,7 +77,7 @@ To install the openEuler OS on a PM, the PM must meet the following hardware com
You need to take hardware compatibility into account during openEuler installation. [Table 1](#table14948632047) describes the types of supported servers.
-> **NOTE:**
+> **NOTE:**
>
>- TaiShan 200 servers are backed by Huawei Kunpeng 920 processors.
>- Currently, only Huawei TaiShan and FusionServer Pro servers are supported. More servers from other vendors will be supported in the future.
@@ -113,7 +113,6 @@ You need to take hardware compatibility into account during openEuler installati
-
### Minimum Hardware Specifications
[Table 2](#tff48b99c9bf24b84bb602c53229e2541) lists the minimum hardware specifications supported by openEuler.
@@ -122,7 +121,7 @@ You need to take hardware compatibility into account during openEuler installati
-
Component
+
Component
Minimum Hardware Specifications
@@ -130,28 +129,28 @@ You need to take hardware compatibility into account during openEuler installati
-
Architecture
+
Architecture
AArch64
x86_64
64-bit Arm architecture
64-bit Intel x86 architecture
-
CPU
+
CPU
Huawei Kunpeng 920 series
Intel ® Xeon® processor
-
-
Memory
+
Memory
≥ 4 GB (8 GB or higher recommended for better user experience)
-
-
Hard disk
+
Hard disk
≥ 120 GB (for better user experience)
@@ -180,7 +179,7 @@ When installing openEuler, pay attention to the compatibility of the virtualizat
-
Component
+
Component
Minimum Virtualization Space
@@ -188,28 +187,28 @@ When installing openEuler, pay attention to the compatibility of the virtualizat
-
Architecture
+
Architecture
AArch64
x86_64
-
-
CPU
+
CPU
Two CPUs
-
-
Memory
+
Memory
≥ 4 GB (8 GB or higher recommended for better user experience)
-
-
Hard disk
+
Hard disk
≥ 32 GB (120 GB or higher recommended for better user experience)
@@ -234,3 +233,6 @@ When installing openEuler, pay attention to the compatibility of the virtualizat
+
+
+
diff --git a/content/en/docs/Installation/semi-automatic-installation-guide.md b/content/en/docs/Installation/semi-automatic-installation-guide.md
index 8539108c439f2374e74621406cc7fe545422d17d..25d61eda782b294f17a1841903582f10e5a625bb 100644
--- a/content/en/docs/Installation/semi-automatic-installation-guide.md
+++ b/content/en/docs/Installation/semi-automatic-installation-guide.md
@@ -104,7 +104,7 @@ To use kickstart to perform semi-automatic installation of openEuler, perform th
1. On the installation wizard page in [Starting the Installation](starting-the-installation.md), select **Install openEuler 20.03 LTS** and press **e**.
2. Add **inst.ks=http://server ip/ks/openEuler-ks.cfg** to the startup parameters.
- 
+ 
3. Press **Ctrl**+**x** to start the automatic installation.
@@ -112,6 +112,6 @@ To use kickstart to perform semi-automatic installation of openEuler, perform th
After the installation is complete, the system automatically restarts. Then, the installation page is displayed again. Shut down the computer and change startup option to start from the hard disk preferentially.
- 
+ 
diff --git a/content/en/docs/Installation/starting-the-installation.md b/content/en/docs/Installation/starting-the-installation.md
index b6eabc1e144ee8dcafc19dcf9bc1eb5d18bae325..2708ef2876fa3acd9feb194ece95e549ad353416 100644
--- a/content/en/docs/Installation/starting-the-installation.md
+++ b/content/en/docs/Installation/starting-the-installation.md
@@ -46,6 +46,18 @@ Installation wizard options are described as follows:
- **Install openEuler 20.03-LTS in basic graphics mode**: Basic graphics installation mode. In this mode, the video driver is not started before the system starts and runs.
- **Rescue the openEuler system**: Rescue mode, which is used to restore the system. In rescue mode, the installation process is printed in the VNC or BMC, and the serial port is unavailable.
+On the installation wizard screen, press **e** to go to the parameter editing screen of the selected option, and press **c** to go to the command-line interface \(CLI\).
+
+## Installation in GUI Mode
+
+On the installation wizard page, select **Test this media & install openEuler 20.03 LTS** to enter the GUI installation mode.
+
+Perform graphical installation operations using a keyboard.
+
+- Press **Tab** or **Shift**+**Tab** to move between GUI controls \(such as buttons, area boxes, and check boxes\).
+- Press the up or down arrow key to move a target in the list.
+- Press the left or right arrow key to move between the horizontal toolbar and watch bar.
+- Press the spacebar or **Enter** to select or delete highlighted options, expand or collapse a drop-down list.
+- Press **Alt**+a shortcut key \(the shortcut key varies for different pages\) to select the control where the shortcut key is located. The shortcut key can be highlighted \(underlined\) by holding down Alt.
-On the installation wizard screen, press **e** to go to the parameter editing screen of the selected option, and press **c** to go to the command-line interface \(CLI\).
diff --git a/content/en/docs/Quickstart/quick-start.md b/content/en/docs/Quickstart/quick-start.md
index b82a9ebbf24665c543478f653028b8b739965831..08fa9edf75a81eda04f7f2f06ef8f43bb601b06b 100644
--- a/content/en/docs/Quickstart/quick-start.md
+++ b/content/en/docs/Quickstart/quick-start.md
@@ -4,40 +4,39 @@ This document uses openEuler 20.03 LTS installed on the TaiShan 200 server as an
## Installation Preparations
-- Hardware Compatibility
-
- [Table 1](#table14948632047) describes the types of supported servers.
-
- **Table 1** Supported servers
-
-
-
-
Server Type
-
-
Server Name
-
-
Server Model
-
-
-
-
Rack server
-
-
TaiShan 200
-
-
2280 balanced model
-
-
-
Rack server
-
-
FusionServer Pro
-
-
FusionServer Pro 2288H V5
-
NOTE:
The server must be configured with the Avago SAS3508 RAID controller card and the LOM-X722 NIC.
The server must be configured with the Avago SAS3508 RAID controller card and the LOM-X722 NIC.
+
+
+
+
+
- Minimum Hardware Specifications
@@ -46,8 +45,7 @@ This document uses openEuler 20.03 LTS installed on the TaiShan 200 server as an
**Table 2** Minimum hardware specifications
-
-
Component
+
Component
Minimum Hardware Specifications
@@ -55,28 +53,28 @@ This document uses openEuler 20.03 LTS installed on the TaiShan 200 server as an
-
Architecture
+
Architecture
AArch64
x86_64
64-bit Arm architecture
64-bit Intel x86 architecture
-
CPU
+
CPU
Huawei Kunpeng 920 series
Intel ® Xeon® processor
-
-
Memory
+
Memory
≥ 4 GB (8 GB or higher recommended for better user experience)
-
-
Hard disk
+
Hard disk
≥ 120 GB (for better user experience)
@@ -273,24 +271,24 @@ After entering the GUI installation page, perform the following operations to in
**Figure 11** Password of the **root** account
-5. Create a user.
+5. Create a user.
- Click **User Creation**. [Figure 12](#en-us_topic_0186390266_en-us_topic_0122145909_fig1237715313319) shows the page for creating a user. Enter a username and set a password. The password complexity requirements are the same as those of the user **root**. By clicking **Advanced**, you can also configure a home directory and a user group, as shown in [Figure 13](#en-us_topic_0186390266_en-us_topic_0122145909_fig128716531312).
+ Click **User Creation**. [Figure 12](#en-us_topic_0186390266_en-us_topic_0122145909_fig1237715313319) shows the page for creating a user. Enter a username and set a password. The password complexity requirements are the same as those of the user **root**. By clicking **Advanced**, you can also configure a home directory and a user group, as shown in [Figure 13](#en-us_topic_0186390266_en-us_topic_0122145909_fig128716531312).
- **Figure 12** Creating a user
-
+ **Figure 12** Creating a user
+
- **Figure 13** Advanced user configuration
-
+ **Figure 13** Advanced user configuration
+
- After configuration, click **Done** in the left-upper corner to switch back to the installation process page.
+ After configuration, click **Done** in the left-upper corner to switch back to the installation process page.
-6. After the installation is complete, restart the system.
+6. After the installation is complete, restart the system.
- openEuler has been installed, as shown in [Figure 14](#en-us_topic_0186390267_en-us_topic_0122145917_fig1429512116338). Click **Reboot** to restart the system.
+ openEuler has been installed, as shown in [Figure 14](#en-us_topic_0186390267_en-us_topic_0122145917_fig1429512116338). Click **Reboot** to restart the system.
- **Figure 14** Completing the installation
-
+ **Figure 14** Completing the installation
+
## Viewing System Information
diff --git a/content/en/menu/index.md b/content/en/menu/index.md
index 078e4272099181666226b1fd49525ad021505bff..a517f4632336edcae5d8f5a00362a6e89e5c50b8 100644
--- a/content/en/menu/index.md
+++ b/content/en/menu/index.md
@@ -24,20 +24,19 @@ headless: true
- [Installation Mode]({{< relref "./docs/Installation/installation-mode.md" >}})
- [Installation Guideline]({{< relref "./docs/Installation/installation-guideline.md" >}})
- [Starting the Installation]({{< relref "./docs/Installation/starting-the-installation.md" >}})
- - [Installation in GUI Mode]({{< relref "./docs/Installation/installation-in-gui-mode.md" >}})
- - [Configuring an Installation Program Language]({{< relref "./docs/Installation/configuring-an-installation-program-language.md" >}})
- - [Entering the Installation Page]({{< relref "./docs/Installation/entering-the-installation-page.md" >}})
- - [Setting Installation Parameters]({{< relref "./docs/Installation/setting-installation-parameters.md" >}})
- - [Setting the Keyboard Layout]({{< relref "./docs/Installation/setting-the-keyboard-layout.md" >}})
- - [Setting a System Language]({{< relref "./docs/Installation/setting-a-system-language.md" >}})
- - [Setting Date and Time]({{< relref "./docs/Installation/setting-date-and-time.md" >}})
- - [Setting the Installation Source]({{< relref "./docs/Installation/setting-the-installation-source.md" >}})
- - [Selecting Installation Software]({{< relref "./docs/Installation/selecting-installation-software.md" >}})
- - [Setting the Installation Destination]({{< relref "./docs/Installation/setting-the-installation-destination.md" >}})
- - [Setting the Network and Host Name]({{< relref "./docs/Installation/setting-the-network-and-host-name.md" >}})
- - [Starting Installation]({{< relref "./docs/Installation/starting-installation.md" >}})
- - [Configurations During Installation]({{< relref "./docs/Installation/configurations-during-installation.md" >}})
- - [Completing the Installation]({{< relref "./docs/Installation/completing-the-installation.md" >}})
+ - [Configuring an Installation Program Language]({{< relref "./docs/Installation/configuring-an-installation-program-language.md" >}})
+ - [Entering the Installation Page]({{< relref "./docs/Installation/entering-the-installation-page.md" >}})
+ - [Setting Installation Parameters]({{< relref "./docs/Installation/setting-installation-parameters.md" >}})
+ - [Setting the Keyboard Layout]({{< relref "./docs/Installation/setting-the-keyboard-layout.md" >}})
+ - [Setting a System Language]({{< relref "./docs/Installation/setting-a-system-language.md" >}})
+ - [Setting Date and Time]({{< relref "./docs/Installation/setting-date-and-time.md" >}})
+ - [Setting the Installation Source]({{< relref "./docs/Installation/setting-the-installation-source.md" >}})
+ - [Selecting Installation Software]({{< relref "./docs/Installation/selecting-installation-software.md" >}})
+ - [Setting the Installation Destination]({{< relref "./docs/Installation/setting-the-installation-destination.md" >}})
+ - [Setting the Network and Host Name]({{< relref "./docs/Installation/setting-the-network-and-host-name.md" >}})
+ - [Starting Installation]({{< relref "./docs/Installation/starting-installation.md" >}})
+ - [Configurations During Installation]({{< relref "./docs/Installation/configurations-during-installation.md" >}})
+ - [Completing the Installation]({{< relref "./docs/Installation/completing-the-installation.md" >}})
- [Using Kickstart for Automatic Installation]({{< relref "./docs/Installation/using-kickstart-for-automatic-installation.md" >}})
- [Introduction]({{< relref "./docs/Installation/introduction.md" >}})
- [Semi-automatic Installation Guide]({{< relref "./docs/Installation/semi-automatic-installation-guide.md" >}})
@@ -56,13 +55,12 @@ headless: true
- [Administrator Guide]({{< relref "./docs/Administration/administration.md" >}})
- [About This Document ]({{< relref "./docs/Administration/about-this-document.md" >}})
- [Basic Configuration]({{< relref "./docs/Administration/basic-configuration.md" >}})
- - [Using Commands]({{< relref "./docs/Administration/using-commands.md" >}})
- - [Setting the System Locale]({{< relref "./docs/Administration/setting-the-system-locale.md" >}})
- - [Setting the Keyboard Layout]({{< relref "./docs/Administration/setting-the-keyboard-layout.md" >}})
- - [Setting the Date and Time]({{< relref "./docs/Administration/setting-the-date-and-time.md" >}})
- - [Using the timedatectl Command]({{< relref "./docs/Administration/using-the-timedatectl-command.md" >}})
- - [Using the date Command]({{< relref "./docs/Administration/using-the-date-command.md" >}})
- - [Using the hwclock Command]({{< relref "./docs/Administration/using-the-hwclock-command.md" >}})
+ - [Setting the System Locale]({{< relref "./docs/Administration/setting-the-system-locale.md" >}})
+ - [Setting the Keyboard Layout]({{< relref "./docs/Administration/setting-the-keyboard-layout.md" >}})
+ - [Setting the Date and Time]({{< relref "./docs/Administration/setting-the-date-and-time.md" >}})
+ - [Using the timedatectl Command]({{< relref "./docs/Administration/using-the-timedatectl-command.md" >}})
+ - [Using the date Command]({{< relref "./docs/Administration/using-the-date-command.md" >}})
+ - [Using the hwclock Command]({{< relref "./docs/Administration/using-the-hwclock-command.md" >}})
- [Viewing System Information]({{< relref "./docs/Administration/viewing-system-information.md" >}})
- [User Management]({{< relref "./docs/Administration/user-management.md" >}})
- [Adding a User]({{< relref "./docs/Administration/adding-a-user.md" >}})
diff --git "a/content/zh/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201-0.png" "b/content/zh/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201-0.png"
deleted file mode 100644
index f2169685ef202bae133ae74fec620ec64aea46df..0000000000000000000000000000000000000000
Binary files "a/content/zh/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201-0.png" and /dev/null differ
diff --git "a/content/zh/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201.png" "b/content/zh/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201.png"
deleted file mode 100644
index f2169685ef202bae133ae74fec620ec64aea46df..0000000000000000000000000000000000000000
Binary files "a/content/zh/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201.png" and /dev/null differ
diff --git "a/content/en/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201.png" "b/content/zh/docs/Installation/figures/\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\345\256\214\346\210\220.png"
similarity index 100%
rename from "content/en/docs/Installation/figures/\345\256\211\350\243\205\345\256\214\346\210\2201.png"
rename to "content/zh/docs/Installation/figures/\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\345\256\214\346\210\220.png"
diff --git "a/content/zh/docs/Installation/\345\205\250\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md" "b/content/zh/docs/Installation/\345\205\250\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md"
index 5094668b72f18c2e2ef73f945592da3eca6902cb..68f6f9eaca0ba4a7e9ce1b39cefcdc4462e249d5 100644
--- "a/content/zh/docs/Installation/\345\205\250\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md"
+++ "b/content/zh/docs/Installation/\345\205\250\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md"
@@ -169,6 +169,6 @@
2. 进入系统全自动化安装界面。
3. 确认系统安装完毕。
- 
+ 
diff --git "a/content/zh/docs/Installation/\345\215\212\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md" "b/content/zh/docs/Installation/\345\215\212\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md"
index 438754b43bce1b06e9bb098b6cdc6525e0474e26..d70e7f833bc13929c2cfb526a2ff0b871fcd8ab2 100644
--- "a/content/zh/docs/Installation/\345\215\212\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md"
+++ "b/content/zh/docs/Installation/\345\215\212\350\207\252\345\212\250\345\214\226\345\256\211\350\243\205\346\214\207\345\257\274.md"
@@ -112,6 +112,6 @@
系统安装完毕以后会自动重启,然后再次进入到安装界面,此时关闭计算机,调整启动顺序(优先从硬盘启动)。
- 
+ 
diff --git "a/content/zh/docs/Installation/\345\220\257\345\212\250\345\256\211\350\243\205.md" "b/content/zh/docs/Installation/\345\220\257\345\212\250\345\256\211\350\243\205.md"
index dfecd2935ec881ab1766b67c104bee13b46d7422..4b728aecaeebdc0e90b53d584e7ebc556fc620b0 100644
--- "a/content/zh/docs/Installation/\345\220\257\345\212\250\345\256\211\350\243\205.md"
+++ "b/content/zh/docs/Installation/\345\220\257\345\212\250\345\256\211\350\243\205.md"
@@ -1,4 +1,4 @@
-# 启动安装
+# 启动安装
## 使用光盘引导安装
@@ -46,6 +46,21 @@
- Install openEuler 20.03-LTS in basic graphics mode —— 简单图形安装模式,该模式下在系统启动并运行之前不启动视频驱动程序。
- Rescue the openEuler system —— 救援模式,用于修复系统。该模式下输出定向到VNC或BMC(Baseboard Management Controller)端,串口不可用。
-
在安装引导界面,按“e”进入已选选项的参数编辑界面,按“c”进入命令行模式。
+## 图形化模式安装
+
+在“安装引导界面”中选择“Test this media & install openEuler 20.03 LTS”进入图形化模式安装。
+
+可以通过键盘操作图形化安装程序。
+
+- “Tab”、“shift Tab”:界面控件(按钮、区域框、复选框等)间的移动。
+- “↑”、“↓”方向键:列表里的移动。
+- “←”、“→”方向键:水平工具条和表条间移动。
+- “空格”、“Enter”:选择或删除高亮显示的选项、展开或折叠下拉菜单。
+- “Alt”+“快捷键”:选择快捷键所在的控件,其中快捷键可通过按住Alt高亮(加下划线)显示。
+
+
+
+
+
diff --git "a/content/zh/docs/Installation/\345\256\211\350\243\205\345\207\206\345\244\207.md" "b/content/zh/docs/Installation/\345\256\211\350\243\205\345\207\206\345\244\207.md"
index 27f1c21bb173bdf60b27175e579f95ea404828d9..506e067ca5ec133ac15493f6a3a972f31cf13a8d 100644
--- "a/content/zh/docs/Installation/\345\256\211\350\243\205\345\207\206\345\244\207.md"
+++ "b/content/zh/docs/Installation/\345\256\211\350\243\205\345\207\206\345\244\207.md"
@@ -2,7 +2,7 @@
介绍安装前需要考虑软硬件兼容性状况,以及相关的配置和准备工作。
-## 获取安装源
+## 获取安装源
在安装开始前,您需要获取openEuler的发布包和校验文件。
@@ -28,9 +28,9 @@
2. 单击“openEuler-20.03-LTS-x86\_64-dvd.iso”,将openEuler发布包下载到本地。
3. 单击“openEuler-20.03-LTS-x86\_64-dvd.iso.sha256sum”,将openEuler校验文件下载到本地。
-## 发布包完整性校验
+## 发布包完整性校验
-> **说明:**
+> **说明:**
>本章节以AArch64架构的发布包完整性校验为例,x86\_64架构的发布包完整性校验的操作方法相同。
### 简介
@@ -51,33 +51,33 @@ iso文件:openEuler-20.03-LTS-aarch64-dvd.iso
文件完整性校验操作步骤如下:
-1. 获取校验文件中的校验值。执行命令如下:
+1. 获取校验文件中的校验值。执行命令如下:
- ```
- #cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum
- ```
+ ```
+ #cat openEuler-20.03-LTS-aarch64-dvd.iso.sha256sum
+ ```
-2. 计算文件的sha256校验值。执行命令如下:
+2. 计算文件的sha256校验值。执行命令如下:
- ```
- #sha256sum openEuler-20.03-LTS-aarch64-dvd.iso
- ```
+ ```
+ #sha256sum openEuler-20.03-LTS-aarch64-dvd.iso
+ ```
- 命令执行完成后,输出校验值。
+ 命令执行完成后,输出校验值。
-3. 对比步骤1和步骤2计算的校验值是否一致。
+3. 对比步骤1和步骤2计算的校验值是否一致。
- 如果校验值一致说明iso文件完整性没有破坏,如果校验值不一致则可以确认文件完整性已被破坏,需要重新获取。
+ 如果校验值一致说明iso文件完整性没有破坏,如果校验值不一致则可以确认文件完整性已被破坏,需要重新获取。
-## 物理机的安装要求
+## 物理机的安装要求
若需要在物理机环境上安装openEuler操作系统,则物理机需要满足如下的硬件兼容性和最小硬件要求。
-### 硬件兼容支持
+### 硬件兼容支持
openEuler安装时,应注意硬件兼容性方面的问题,当前已支持的服务器类型如[表1](#table14948632047)所示。
-> **说明:**
+> **说明:**
>
>- TaiShan 200服务器基于华为鲲鹏920处理器。
>- 当前仅支持华为TaiShan服务器和FusionServer Pro 机架服务器,后续将逐步增加对其他厂商服务器的支持。
@@ -113,9 +113,7 @@ openEuler安装时,应注意硬件兼容性方面的问题,当前已支持