diff --git a/content/en/docs/ABSTRACT.md b/content/en/docs/ABSTRACT.md deleted file mode 100644 index 3d07efe555d3ce74da304571d46338266d5f860e..0000000000000000000000000000000000000000 --- a/content/en/docs/ABSTRACT.md +++ /dev/null @@ -1,2 +0,0 @@ -# Introduction - diff --git "a/content/en/docs/BIOS\347\216\257\345\242\203\351\205\215\347\275\256-\345\210\240\351\231\244.md" "b/content/en/docs/BIOS\347\216\257\345\242\203\351\205\215\347\275\256-\345\210\240\351\231\244.md" deleted file mode 100644 index 7601746aa0abdfb5624f0d02dcafb6020676c9b8..0000000000000000000000000000000000000000 --- "a/content/en/docs/BIOS\347\216\257\345\242\203\351\205\215\347\275\256-\345\210\240\351\231\244.md" +++ /dev/null @@ -1,120 +0,0 @@ -# BIOS环境配置【删除】 - -本节介绍在BIOS环境下,如何准备 PXE 服务器。 - -## 为使用BIOS的系统配置PXE服务器 - -1. 安装 tftp 软件包。请作为 root 运行以下命令完成此步骤: - - ``` - # yum install tftp-server - ``` - -2. 在 /etc/xinet.d/tftp 配置文件中,将 disabled 参数从 yes 改为 no。 -3. 将您的 DHCP 服务器配置为使用 SYSLINUX 打包的引导映像。/etc/dhcp/dhcpd.conf 中的示例配置如下: - - ``` - option space pxelinux; - option pxelinux.magic code 208 = string; - option pxelinux.configfile code 209 = text; - option pxelinux.pathprefix code 210 = text; - option pxelinux.reboottime code 211 = unsigned integer 32; - - subnet 10.0.0.0 netmask 255.255.255.0 { - option routers 10.0.0.254; - range 10.0.0.2 10.0.0.253; - - class "pxeclients" { - match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; - next-server 10.0.0.1; - - if option arch = 00:07 { - filename "uefi/shim.efi"; - } else { - filename "pxelinux/pxelinux.0"; - } - } - - host example-ia32 { - hardware ethernet XX:YY:ZZ:11:22:33; - fixed-address 10.0.0.2; - } - } - ``` - -4. 您现在需要 ISO 映像文件中 SYSLINUX 软件包中的 pxelinux.0 文件。要访问该文件,请作为 root 运行以下命令: - - ``` - # mount -t iso9660 /path_to_image/name_of_image.iso /mount_point -o loop,ro - ``` - - ``` - # cp -pr /mount_point/Packages/syslinux-version-architecture.rpm /publicly_available_directory - ``` - - ``` - # umount /mount_point - ``` - - 提取软件包: - - ``` - # rpm2cpio syslinux-version-architecture.rpm | cpio -dimv - ``` - -5. 在 tftpboot 中创建 pxelinux 目录,并将 pxelinux.0 复制到该目录中: - - ``` - # mkdir /var/lib/tftpboot/pxelinux - ``` - - ``` - # cp publicly_available_directory/usr/share/syslinux/pxelinux.0 /var/lib/tftpboot/pxelinux - ``` - -6. 在 pxelinux/ 目录中添加配置文件。该文件应命名为 default,或者使用该系统的 IP 地址命名。例如:如果您机器的 IP 地址为 10.0.0.1,则文件名应为 0A000001。/var/lib/tftpboot/pxelinux/default 中的示例配置文件类似如下: - - ``` - default vesamenu.c32 - prompt 1 - timeout 600 - - display boot.msg - - label linux - menu label ^Install system - menu default - kernel vmlinuz - append initrd=initrd.img ip=dhcp inst.repo=http://10.32.5.1/mnt/archive/RHEL-7/7.x/Server/x86_64/os/ - label vesa - menu label Install system with ^basic video driver - kernel vmlinuz - append initrd=initrd.img ip=dhcp inst.xdriver=vesa nomodeset inst.repo=http://10.32.5.1/mnt/archive/RHEL-7/7.x/Server/x86_64/os/ - label rescue - menu label ^Rescue installed system - kernel vmlinuz - append initrd=initrd.img rescue - label local - menu label Boot from ^local drive - localboot 0xffff - ``` - -7. 将引导映像复制到 tftp 根目录中: - - ``` - # cp /path/to/x86_64/os/images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/pxelinux/ - ``` - -8. 使用 systemctl 命令启用并启动 tftp 和 xinetd 服务。 - - ``` - # systemctl enable xinetd.service tftp.service - ``` - - ``` - # systemctl start xinetd.service tftp.service - ``` - - -完成这个步骤后,PXE 服务器就可以开始网络安装。现在您可以启动要在其中安装EulerOS系统,请在提示您指定引导源时选择 PXE 引导,并开始网络安装。 - diff --git a/content/en/docs/Installation/Installation.md b/content/en/docs/Installation/Installation.md new file mode 100644 index 0000000000000000000000000000000000000000..80177c00b21061b6ebcec7db83a7cd0c7c0ab8ba --- /dev/null +++ b/content/en/docs/Installation/Installation.md @@ -0,0 +1 @@ +This guide describes how to install Huawei openEuler 1.0 in graphical mode or text mode. diff --git a/content/en/docs/Installation/an-exception-occurs-during-the-selection-of-the-installation-source.md b/content/en/docs/Installation/an-exception-occurs-during-the-selection-of-the-installation-source.md new file mode 100644 index 0000000000000000000000000000000000000000..54e39d3205f22f9eb083a3b6adbb1bc29991db1f --- /dev/null +++ b/content/en/docs/Installation/an-exception-occurs-during-the-selection-of-the-installation-source.md @@ -0,0 +1,5 @@ +# An Exception Occurs During the Selection of the Installation Source + +- **[Software Dependency](software-dependency.md)** + + diff --git a/content/en/docs/Installation/completing-the-installation-3.md b/content/en/docs/Installation/completing-the-installation-3.md new file mode 100644 index 0000000000000000000000000000000000000000..42636458bb7470469aa3450153d6f477669d960c --- /dev/null +++ b/content/en/docs/Installation/completing-the-installation-3.md @@ -0,0 +1,17 @@ +# Completing the Installation + +After all mandatory items are configured on the installation overview page, the alarm symbols **\[!\]** will disappear. In this case, enter **b** to install the system. + +**Figure 1** Starting installation +![](figures/starting-installation-2.png "starting-installation-2") + +**Figure 2** Pressing **Enter** to restart the system after the installation is complete +![](figures/pressing-enter-to-restart-the-system-after-the-installation-is-complete.png "pressing-enter-to-restart-the-system-after-the-installation-is-complete") + +**Figure 3** Entering the login page after the installation is complete +![](figures/entering-the-login-page-after-the-installation-is-complete.png "entering-the-login-page-after-the-installation-is-complete") + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>- Because the BIOS reserves memory, the total memory \(indicated by **MemTotal**\) is slightly different before and after the system restart. +>- After the system is installed, the kdump function is disabled by default. To use the kdump function, manually enable it. For details, see **FAQs \> How Do I Manually Enable the kdump Service?** + diff --git a/content/en/docs/Installation/completing-the-installation.md b/content/en/docs/Installation/completing-the-installation.md new file mode 100644 index 0000000000000000000000000000000000000000..f588538da1a803cc458103aa1de6520d11399b99 --- /dev/null +++ b/content/en/docs/Installation/completing-the-installation.md @@ -0,0 +1,12 @@ +# Completing the Installation + +openEuler has been installed, as shown in [Figure 1](#en-us_topic_0186390267_en-us_topic_0122145917_fig1429512116338). Click **Reboot** to restart the system. + +**Figure 1** Completing the installation +![](figures/completing-the-installation.png "completing-the-installation") + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>Remove the CD-ROM manually if it does not eject automatically during rebooting. + +After the restart is complete, log in to openEuler through the CLI. + diff --git a/content/en/docs/Installation/configurations-during-installation.md b/content/en/docs/Installation/configurations-during-installation.md new file mode 100644 index 0000000000000000000000000000000000000000..6ac0351c3fde888cfadd2880f7e82f8b15d499f5 --- /dev/null +++ b/content/en/docs/Installation/configurations-during-installation.md @@ -0,0 +1,65 @@ +# Configurations During Installation + +After the installation starts, the overall installation progress and the progress of writing the software package to the system are displayed. + +**Figure 1** Installation process +![](figures/installation-process.png "installation-process") + +During the process of installing software packages, you need to configure the root password and create users. + +## Password Complexity + +The password of the root user or the password of the new user must meet the password complexity requirements. Otherwise, the password configuration or user creation will fail. The password complexity requirements are as follows: + +1. A password must contain at least eight characters. +2. A password must contain at least three of the following types: uppercase letters, lowercase letters, digits, and special characters. +3. A password must be different from the account name. +4. A password cannot contain words in the dictionary. + - Querying a dictionary + + In the installed openEuler environment, you can run the following command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary. + + ``` + cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt + ``` + + - Modifying a dictionary + 1. Modify the exported dictionary library file, and then run the following command to update the dictionary library: + + ``` + # create-cracklib-dict dictionary.txt + ``` + + 2. Run the following command to add another dictionary file **custom.txt** to the original dictionary library. + + ``` + # create-cracklib-dict dictionary.txt custom.txt + ``` + + + + +## Setting the root User Password + +Click **Root Password**. In the displayed dialog box, as shown in [Figure 2](#en-us_topic_0186390266_en-us_topic_0122145909_fig1323165793018), enter a password and re-enter to confirm. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>The password of root is required to configure at the same time of installing software packages. Otherwise, the installation will fail. A root account is used for performing critical system administrative tasks. It is not recommended to use this account for daily work or system access. + +**Figure 2** root password +![](figures/root-password.png "root-password") + +After configuration, click **Done** in the left-upper corner to switch back to the installation process interface. + +## Creating a User + +Click **User Creation**. [Figure 3](#en-us_topic_0186390266_en-us_topic_0122145909_fig1237715313319) shows the interface for creating a user. Enter a user name and set a password. By clicking **Advanced**, you can also configure a home directory and a user group, as shown in [Figure 4](#en-us_topic_0186390266_en-us_topic_0122145909_fig128716531312). + +**Figure 3** Creating a user +![](figures/creating-a-user.png "creating-a-user") + +**Figure 4** Advanced user configuration +![](figures/advanced-user-configuration.png "advanced-user-configuration") + +After configuration, click **Done** in the left-upper corner to switch back to the installation process interface. + diff --git a/content/en/docs/Installation/configuring-an-installation-program-language.md b/content/en/docs/Installation/configuring-an-installation-program-language.md new file mode 100644 index 0000000000000000000000000000000000000000..be26c264212baef7b7a69852074752a566b99d02 --- /dev/null +++ b/content/en/docs/Installation/configuring-an-installation-program-language.md @@ -0,0 +1,11 @@ +# Configuring an Installation Program Language + +After the installation starts, the system will prompt the language that is used during the configuration installation process. English is configured by default. Configure another language as required, such as "English" in [Figure 1](#en-us_topic_0186390093_en-us_topic_0122145864_fig144630179151). + +**Figure 1** Selecting a language +![](figures/selecting-a-language.png "selecting-a-language") + +After configurations, click **Continue**. The main installation configuration interface is displayed. + +If you want to exit the installation, click **Exit**. The message "Are you sure you want to exit the installation program?" is displayed. Click **Yes** in the dialog box to go back to the installation wizard page. + diff --git a/content/en/docs/Installation/configuring-the-installation-location.md b/content/en/docs/Installation/configuring-the-installation-location.md new file mode 100644 index 0000000000000000000000000000000000000000..4f706f8c760a25bd35f4e525dea6bcd7b0451370 --- /dev/null +++ b/content/en/docs/Installation/configuring-the-installation-location.md @@ -0,0 +1,21 @@ +# Configuring the Installation Location + +Enter **5** on the installation overview page and press **Enter** to configure the installation location of the OS. The installation program automatically detects and displays information about available installation locations. Generally, you can retain the default settings. + +**Figure 1** Installation destination +![](figures/installation-destination.png "installation-destination") + +- **Partitioning options** + 1. Replace existing Linux system\(s\): Replace the existing system. Only the space occupied by the existing system is used. The existing system data will be overwritten. + 2. Use All Space: Use all space. Clear all data in the system disk. All system disk space is used for the installation of the system. + 3. Use Free Space: Use the remaining space. Only the remaining space of the system disk is used for the installation of the system, and the existing system data is not cleared. + 4. Manually assign mount points \(EXPERIMENTAL\): Manually assign mount points \(experiment\). You can manually allocate mount points. However, this function is only in the experiment phase and cannot be used actually. + +- Partitioning scheme + 1. Standard Partition: Standard partition. A standard partition can contain file systems or swap space, and can also provide containers for software RAID or LVM physical volumes. + 2. LVM: Logical volume. Logical volume management \(LVM\) displays a simple bare-metal view of basic physical storage space, such as a hard disk or an LUN. Partitions that are regarded as physical volumes in physical storage can be grouped into volume groups. Each volume group can be divided into multiple logical volumes, and each logical volume simulates a standard disk partition. Therefore, an LVM logical volume can be used as a partition that contains multiple physical disks. + 3. LVM Thin Provisioning: Thin provisioning of logical volumes. Thin provisioning allows you to manage storage pools with available space, also called thin pools, which can be allocated to any number of devices as required. The thin pools can be dynamically expanded as required to allocate storage space. + + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/configuring-the-installation-source.md b/content/en/docs/Installation/configuring-the-installation-source.md new file mode 100644 index 0000000000000000000000000000000000000000..8f712836044b17bb7c85cc6277c8f2fb9552ae37 --- /dev/null +++ b/content/en/docs/Installation/configuring-the-installation-source.md @@ -0,0 +1,18 @@ +# Configuring the Installation Source + +Enter **3** on the installation overview page and press **Enter** to specify the location of the installation source. + +You can select **local ISO file** or **Network**, as shown in the following figure. Currently, the CD/DVD is used for installation. The installation program automatically detects the installation source information. Retain the default settings. + +- CD/DVD: Obtain the installation source from the mounted CD-ROM drive. +- local ISO file: Obtain the ISO file from the local disk. +- Network: Obtain the installation source on the network server through HTTP, HTTPS, FTP, or NFS. + +**Figure 1** Configuring an installation source +![](figures/configuring-an-installation-source.png "configuring-an-installation-source") + +After the configuration is complete, enter **c** to return to the installation overview page. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>During the installation, if you have any questions about configuring the installation source, see **FAQs \> An Exception Occurs During the Selection of the Installation Source**. + diff --git a/content/en/docs/Installation/configuring-the-network.md b/content/en/docs/Installation/configuring-the-network.md new file mode 100644 index 0000000000000000000000000000000000000000..dc6ea2ecc94af8a5c62102e33da12a88a3fc4aa9 --- /dev/null +++ b/content/en/docs/Installation/configuring-the-network.md @@ -0,0 +1,30 @@ +# Configuring the Network + +Enter **6** on the installation overview page and press **Enter** to configure the system network function. You can set the host name and configure network devices. The configuration is not necessary during the installation. You can perform the configuration after the system is started. + +**Figure 1** Network configuration +![](figures/network-configuration.png "network-configuration") + +- Setting the host name + +Select **1\) Set host name**, enter the host name openEuler, and press **Enter**. + +- Configuring the NIC + +Select a NIC configuration item shown in the following figure and configure it. By default, the value of IPv4 address is dhcp, and the value of IPv6 address is auto. + +![](figures/22.png) + +NIC configuration description + +1. IPv4 address or "dhcp" for DHCP: Configure the IPv4 address. The default value is dhcp, indicating that the DHCP server assigns an IP address. +2. IPv4 netmask: Configure the IPv4 mask. +3. IPv4 gateway: Configure the IPv4 gateway. +4. IPv6 address or "auto" for automatic, "dhcp" for DHCP, "ignore" to turn off: Configure IPv6 address. The default value is auto. +5. IPv6 default gateway: Configure the default IPv6 gateway. +6. Nameservers: DNS server. +7. Connect automatically after reboot: Automatically connect to the network after the reboot. +8. Apply configuration in installer: Apply the configuration in the installation program. + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/configuring-the-system-language.md b/content/en/docs/Installation/configuring-the-system-language.md new file mode 100644 index 0000000000000000000000000000000000000000..2be5e70361581b3bd181ebaade3e65990872e2e0 --- /dev/null +++ b/content/en/docs/Installation/configuring-the-system-language.md @@ -0,0 +1,9 @@ +# Configuring the System Language + +Enter **1** on the installation overview page and press **Enter** to configure the system language. You can change the language as shown in the following figure. + +**Figure 1** Configuring a system language +![](figures/configuring-a-system-language.png "configuring-a-system-language") + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/configuring-the-time-zone-and-ntp-service.md b/content/en/docs/Installation/configuring-the-time-zone-and-ntp-service.md new file mode 100644 index 0000000000000000000000000000000000000000..bb1d8e0d3f830476672ba07b47deb99a267e2551 --- /dev/null +++ b/content/en/docs/Installation/configuring-the-time-zone-and-ntp-service.md @@ -0,0 +1,31 @@ +# Configuring the Time Zone and NTP Service + +This section describes how to configure the system time zone \(time/date\) and configure the NTP service. + +## Configuring Time Zone + +Enter **2** on the installation overview page and press **Enter**. The interface for configuring the time zone and NTP service is displayed. + +Enter **1** and press **Enter** to configure the system time zone, as shown in [Figure 1](#en-us_topic_0155778951_en-us_topic_0151920790_fc6f125c2c19540b0828071e05fe8b8db). You can configure and change the time zone and city of the system as required. + +**Figure 1** Configuring the time zone +![](figures/configuring-the-time-zone.png "configuring-the-time-zone") + +When you select a city, the cities will be displayed in the paging mode if a large number of cities exist in the system. When the message **Press ENTER to continue** is displayed, press **Enter** to display all cities. + +**Figure 2** Cities +![](figures/cities.png "cities") + +## Setting the NTP Service + +After the time zone is configured, return to the main installation interface \(as shown in the **Installation** overview\), enter **2**, and press** Enter**. The interface for configuring the time zone and NTP service is displayed. + +Enter **2** and press **Enter** to configure the NTP service. + +**Figure 3** Configuring the NTP server +![](figures/configuring-the-ntp-server.png "configuring-the-ntp-server") + +   + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/creating-a-user.md b/content/en/docs/Installation/creating-a-user.md new file mode 100644 index 0000000000000000000000000000000000000000..f75819ce18355a6b5e4295928edaffdaee32d63b --- /dev/null +++ b/content/en/docs/Installation/creating-a-user.md @@ -0,0 +1,12 @@ +# Creating a User + +Enter **8** on the installation overview page and press **Enter**. Then, create a user and configure the full name or user name, user password, administrator or not, and owner group of the user as prompted. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>The password of the new user must meet the password complexity requirements to avoid configuration failure. For details about the recommended password complexity, see the "Password Complexity" part in **Installation Guide \> Installation in GUI Mode \> Configurations During Installation**. + +**Figure 1** Creating a user +![](figures/creating-a-user-1.png "creating-a-user-1") + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/en-us_bookmap_0214071143.md b/content/en/docs/Installation/en-us_bookmap_0214071143.md new file mode 100644 index 0000000000000000000000000000000000000000..a9905aacc65c1d41908a337a204a30ab23c8ca53 --- /dev/null +++ b/content/en/docs/Installation/en-us_bookmap_0214071143.md @@ -0,0 +1,57 @@ +# Installation Guide + +- [Terms of Use](terms-of-use.md) +- [Preface](preface.md) +- [Installation Preparations](installation-preparations.md) + - [Obtaining the Installation Source](obtaining-the-installation-source.md) + - [Release Package Integrity Check](release-package-integrity-check.md) + - [Hardware Compatibility](hardware-compatibility.md) + - [Minimal Hardware Specifications](minimal-hardware-specifications.md) + +- [Installation Mode](installation-mode.md) + - [Installation Through the CD/DVD-ROM](installation-through-the-cd-dvd-rom.md) + +- [Installation Guideline](installation-guideline.md) + - [Starting the Installation](starting-the-installation.md) + - [Using GUI Mode for Installation](using-gui-mode-for-installation.md) + - [Configuring an Installation Program Language](configuring-an-installation-program-language.md) + - [Entering the Installation Interface](entering-the-installation-interface.md) + - [Setting Installation Parameters](setting-installation-parameters.md) + - [Setting the Keyboard Layout](setting-the-keyboard-layout.md) + - [Setting a System Language](setting-a-system-language.md) + - [Setting Date and Time](setting-date-and-time.md) + - [Setting the Installation Source](setting-the-installation-source.md) + - [Selecting Installation Software](selecting-installation-software.md) + - [Setting the Installation Destination](setting-the-installation-destination.md) + - [Setting the Network and Host Name](setting-the-network-and-host-name.md) + + - [Starting Installation](starting-installation.md) + - [Configurations During Installation](configurations-during-installation.md) + - [Completing the Installation](completing-the-installation.md) + + - [Using Text Mode for Installation](using-text-mode-for-installation.md) + - [Entering the Installation Interface](entering-the-installation-interface-0.md) + - [Setting Installation Parameters](setting-installation-parameters-1.md) + - [Configuring the System Language](configuring-the-system-language.md) + - [Configuring the Time Zone and NTP Service](configuring-the-time-zone-and-ntp-service.md) + - [Configuring the Installation Source](configuring-the-installation-source.md) + - [Selecting Installation Software](selecting-installation-software-2.md) + - [Configuring the Installation Location](configuring-the-installation-location.md) + - [Configuring the Network](configuring-the-network.md) + - [Setting the root User Password](setting-the-root-user-password.md) + - [Creating a User](creating-a-user.md) + + - [Completing the Installation](completing-the-installation-3.md) + + +- [FAQs](faqs.md) + - [Why Does openEuler Fail to Start After I Install It to the Second Disk?](why-does-openeuler-fail-to-start-after-i-install-it-to-the-second-disk.md) + - [What Are the Constraints on Network Configurations?](what-are-the-constraints-on-network-configurations.md) + - [Why Does openEuler Enter Emergency Mode After It Is Powered On?](why-does-openeuler-enter-emergency-mode-after-it-is-powered-on.md) + - [Failed to Reinstall openEuler When a Logical Volume Group That Cannot Be Activated Has Existed in openEuler](failed-to-reinstall-openeuler-when-a-logical-volume-group-that-cannot-be-activated-has-existed-in-op.md) + - [An Exception Occurs During the Selection of the Installation Source](an-exception-occurs-during-the-selection-of-the-installation-source.md) + - [Software Dependency](software-dependency.md) + + - [How Do I Manually Enable the kdump Service?](how-do-i-manually-enable-the-kdump-service.md) + + diff --git a/content/en/docs/Installation/entering-the-installation-interface-0.md b/content/en/docs/Installation/entering-the-installation-interface-0.md new file mode 100644 index 0000000000000000000000000000000000000000..9f9a0d9315f8b56e402013d85b51484c94c3b8e7 --- /dev/null +++ b/content/en/docs/Installation/entering-the-installation-interface-0.md @@ -0,0 +1,14 @@ +# Entering the Installation Interface + +On the installation wizard page, select **Install openEuler 1.0 with text mode** to enter the text mode. + +After the installation program starts, the main interface of installation configuration is displayed when you enter **2**, as shown in [Figure 1](#en-us_topic_0155778949_en-us_topic_0151920777_fcabdc4c637504f26ac19e9c99f288111). You can set the time, language, installation source, network, and storage on the interface. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>**\[x\]** indicates that the items are configured \(or configured by default\). You can set these items as required. **\[!\]** Indicates that the items are not configured. You must configure them before starting the installation. + +**Figure 1** Installation overview +![](figures/installation-overview.png "installation-overview") + +   + diff --git a/content/en/docs/Installation/entering-the-installation-interface.md b/content/en/docs/Installation/entering-the-installation-interface.md new file mode 100644 index 0000000000000000000000000000000000000000..3b7af45357767fa72a99184a1165efc70aed9aa1 --- /dev/null +++ b/content/en/docs/Installation/entering-the-installation-interface.md @@ -0,0 +1,11 @@ +# Entering the Installation Interface + +After the installation program starts, the main installation configuration interface is displayed, as shown in [Figure 1](#en-us_topic_0186390094_en-us_topic_0122145883_fig5969171592212). On the interface, you can configure the time, language, installation source, network, and storage device. + +Some configuration items are matched with safety symbols. A safety symbol will disappear after the item is configured. Start the installation only when all the safety symbols disappear from the interface. + +If you want to exit the installation, click **Exit**. The message "Are you sure you want to exit the installation program?" is displayed. Click **Yes** in the dialog box to go back to the installation wizard page. + +**Figure 1** Installation summary +![](figures/installation-summary.png "installation-summary") + diff --git a/content/en/docs/Installation/failed-to-reinstall-openeuler-when-a-logical-volume-group-that-cannot-be-activated-has-existed-in-op.md b/content/en/docs/Installation/failed-to-reinstall-openeuler-when-a-logical-volume-group-that-cannot-be-activated-has-existed-in-op.md new file mode 100644 index 0000000000000000000000000000000000000000..23dc715f1599c1f663c9f5d6f4ab673c31c3d677 --- /dev/null +++ b/content/en/docs/Installation/failed-to-reinstall-openeuler-when-a-logical-volume-group-that-cannot-be-activated-has-existed-in-op.md @@ -0,0 +1,48 @@ +# Failed to Reinstall openEuler When a Logical Volume Group That Cannot Be Activated Has Existed in openEuler + +## Symptom + +After a disk fails, openEuler fails to be reinstalled because a logical volume group that cannot be activated has existed in openEuler. + +## Possible Cause + +During the installation of openEuler, a logical volume group cannot be activated. + +## Solution + +Before reinstalling openEuler, restore the abnormal logical volume group to the normal status or clear it. The following uses an example: + +- Restore the abnormal logical volume group to the normal status. + 1. Run the following command to clear the activation status of the abnormal logical volume group to ensure that the error message "Can't open /dev/sdc exclusively mounted filesystem" is not displayed: + + ``` + vgchange -a n testvg32947 + ``` + + 2. Run the following command to recreate a physical volume based on the backup file: + + ``` + pvcreate --uuid JT7zlL-K5G4-izjB-3i5L-e94f-7yuX-rhkLjL --restorefile /etc/lvm/backup/testvg32947 /dev/sdc + ``` + + 3. Run the following command to restore the logical volume group information: + + ``` + vgcfgrestore testvg32947 + ``` + + 4. Run the following command to reactivate the logical volume group: + + ``` + vgchange -ay testvg32947 + ``` + + +- Run the following commands to clear the abnormal logical volume group: + + ``` + vgchange -a n testvg32947 + vgremove -y testvg32947 + ``` + + diff --git a/content/en/docs/Installation/faqs.md b/content/en/docs/Installation/faqs.md new file mode 100644 index 0000000000000000000000000000000000000000..43a7abae76ea9b84fb619b12db7a0dd7682d2c93 --- /dev/null +++ b/content/en/docs/Installation/faqs.md @@ -0,0 +1,15 @@ +# FAQs + +- **[Why Does openEuler Fail to Start After I Install It to the Second Disk?](why-does-openeuler-fail-to-start-after-i-install-it-to-the-second-disk.md)** + +- **[What Are the Constraints on Network Configurations?](what-are-the-constraints-on-network-configurations.md)** + +- **[Why Does openEuler Enter Emergency Mode After It Is Powered On?](why-does-openeuler-enter-emergency-mode-after-it-is-powered-on.md)** + +- **[Failed to Reinstall openEuler When a Logical Volume Group That Cannot Be Activated Has Existed in openEuler](failed-to-reinstall-openeuler-when-a-logical-volume-group-that-cannot-be-activated-has-existed-in-op.md)** + +- **[An Exception Occurs During the Selection of the Installation Source](an-exception-occurs-during-the-selection-of-the-installation-source.md)** + +- **[How Do I Manually Enable the kdump Service?](how-do-i-manually-enable-the-kdump-service.md)** + + diff --git a/content/en/docs/Installation/figures/22.png b/content/en/docs/Installation/figures/22.png new file mode 100644 index 0000000000000000000000000000000000000000..b207aacc01e28b1eb79b1ead009c0186176a79c5 Binary files /dev/null and b/content/en/docs/Installation/figures/22.png differ diff --git a/content/en/docs/Installation/figures/advanced-user-configuration.png b/content/en/docs/Installation/figures/advanced-user-configuration.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f8b5371323cf27dae8dd7e8549ff1e1f8c4b Binary files /dev/null and b/content/en/docs/Installation/figures/advanced-user-configuration.png differ diff --git a/content/en/docs/Installation/figures/cities.png b/content/en/docs/Installation/figures/cities.png new file mode 100644 index 0000000000000000000000000000000000000000..acb5a23566aab1c827bdc38b94fc605032c24f66 Binary files /dev/null and b/content/en/docs/Installation/figures/cities.png differ diff --git a/content/en/docs/Installation/figures/completing-the-installation.png b/content/en/docs/Installation/figures/completing-the-installation.png new file mode 100644 index 0000000000000000000000000000000000000000..778d69240d49e9d5ef08ccbc0f95e58e9227eb63 Binary files /dev/null and b/content/en/docs/Installation/figures/completing-the-installation.png differ diff --git a/content/en/docs/Installation/figures/configuring-a-system-language.png b/content/en/docs/Installation/figures/configuring-a-system-language.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ad25e16bfd5fde821820c0042c65f1e13db288 Binary files /dev/null and b/content/en/docs/Installation/figures/configuring-a-system-language.png differ diff --git a/content/en/docs/Installation/figures/configuring-an-installation-source.png b/content/en/docs/Installation/figures/configuring-an-installation-source.png new file mode 100644 index 0000000000000000000000000000000000000000..16fe926ac0d1b0109c6572dcc9dd06ca2574ca79 Binary files /dev/null and b/content/en/docs/Installation/figures/configuring-an-installation-source.png differ diff --git a/content/en/docs/Installation/figures/configuring-the-ntp-server.png b/content/en/docs/Installation/figures/configuring-the-ntp-server.png new file mode 100644 index 0000000000000000000000000000000000000000..90846591116efa658c485c48102ce61aeaf8e8df Binary files /dev/null and b/content/en/docs/Installation/figures/configuring-the-ntp-server.png differ diff --git a/content/en/docs/Installation/figures/configuring-the-time-zone.png b/content/en/docs/Installation/figures/configuring-the-time-zone.png new file mode 100644 index 0000000000000000000000000000000000000000..728ad91c47791e2179907fc44bf895a4bb69e935 Binary files /dev/null and b/content/en/docs/Installation/figures/configuring-the-time-zone.png differ diff --git a/content/en/docs/Installation/figures/creating-a-user-1.png b/content/en/docs/Installation/figures/creating-a-user-1.png new file mode 100644 index 0000000000000000000000000000000000000000..a5407dd247737be8aa9727ca7e8d83ffb9e8146c Binary files /dev/null and b/content/en/docs/Installation/figures/creating-a-user-1.png differ diff --git a/content/en/docs/Installation/figures/creating-a-user.png b/content/en/docs/Installation/figures/creating-a-user.png new file mode 100644 index 0000000000000000000000000000000000000000..56f9e357ee2814ffb7307ba759ffd782e2850998 Binary files /dev/null and b/content/en/docs/Installation/figures/creating-a-user.png differ diff --git "a/content/en/docs/figures/\345\205\211\351\251\261\345\233\276\346\240\207.png" b/content/en/docs/Installation/figures/drive-icon.png similarity index 100% rename from "content/en/docs/figures/\345\205\211\351\251\261\345\233\276\346\240\207.png" rename to content/en/docs/Installation/figures/drive-icon.png diff --git a/content/en/docs/Installation/figures/en-us_image_0214071107.png b/content/en/docs/Installation/figures/en-us_image_0214071107.png new file mode 100644 index 0000000000000000000000000000000000000000..86c61a4b8e2a5795baff2fc74629924d01d7b97b Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0214071107.png differ diff --git a/content/en/docs/Installation/figures/en-us_image_0214071156.jpg b/content/en/docs/Installation/figures/en-us_image_0214071156.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3f0a0658e08010f4f453e558a41e31257783b416 Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0214071156.jpg differ diff --git a/content/en/docs/Installation/figures/en-us_image_0216566635.png b/content/en/docs/Installation/figures/en-us_image_0216566635.png new file mode 100644 index 0000000000000000000000000000000000000000..2418510f855facae4b47129840894490a1eac7ca Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0216566635.png differ diff --git a/content/en/docs/Installation/figures/en-us_image_0216604773.png b/content/en/docs/Installation/figures/en-us_image_0216604773.png new file mode 100644 index 0000000000000000000000000000000000000000..b315531ca7f99d2a045b7933351af96cadc1ad77 Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0216604773.png differ diff --git a/content/en/docs/Installation/figures/en-us_image_0216604774.png b/content/en/docs/Installation/figures/en-us_image_0216604774.png new file mode 100644 index 0000000000000000000000000000000000000000..bf466a3d751df4a4c6fd99aecf620ec9adf540a3 Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0216604774.png differ diff --git a/content/en/docs/Installation/figures/en-us_image_0216604776.png b/content/en/docs/Installation/figures/en-us_image_0216604776.png new file mode 100644 index 0000000000000000000000000000000000000000..13c32c3b06f625300a094638170704e96f2d94c4 Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0216604776.png differ diff --git a/content/en/docs/Installation/figures/en-us_image_0216604777.png b/content/en/docs/Installation/figures/en-us_image_0216604777.png new file mode 100644 index 0000000000000000000000000000000000000000..9e94532bc4804633e37db3d5332c409c937c64c2 Binary files /dev/null and b/content/en/docs/Installation/figures/en-us_image_0216604777.png differ diff --git a/content/en/docs/Installation/figures/entering-the-login-page-after-the-installation-is-complete.png b/content/en/docs/Installation/figures/entering-the-login-page-after-the-installation-is-complete.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6c65f3ef01d542b6d4948c4ab40525126ffc92 Binary files /dev/null and b/content/en/docs/Installation/figures/entering-the-login-page-after-the-installation-is-complete.png differ diff --git a/content/en/docs/Installation/figures/image-dialog-box.png b/content/en/docs/Installation/figures/image-dialog-box.png new file mode 100644 index 0000000000000000000000000000000000000000..caeb56bb46f766dd39d66a65e308c591954d32cf Binary files /dev/null and b/content/en/docs/Installation/figures/image-dialog-box.png differ diff --git a/content/en/docs/Installation/figures/installation-destination.png b/content/en/docs/Installation/figures/installation-destination.png new file mode 100644 index 0000000000000000000000000000000000000000..7d24a51dcce067007b4f3638bf9a42634fe1b133 Binary files /dev/null and b/content/en/docs/Installation/figures/installation-destination.png differ diff --git a/content/en/docs/Installation/figures/installation-overview.png b/content/en/docs/Installation/figures/installation-overview.png new file mode 100644 index 0000000000000000000000000000000000000000..d7bb9ef4c4d6b906d4e87456681aaf59c2787c97 Binary files /dev/null and b/content/en/docs/Installation/figures/installation-overview.png differ diff --git a/content/en/docs/Installation/figures/installation-process.png b/content/en/docs/Installation/figures/installation-process.png new file mode 100644 index 0000000000000000000000000000000000000000..e49e1a24221b38a7fe9b20962b45d7167cf51c76 Binary files /dev/null and b/content/en/docs/Installation/figures/installation-process.png differ diff --git a/content/en/docs/Installation/figures/installation-summary.png b/content/en/docs/Installation/figures/installation-summary.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb7aafb704c74f242df7a68ba017563d85091bb Binary files /dev/null and b/content/en/docs/Installation/figures/installation-summary.png differ diff --git a/content/en/docs/Installation/figures/installation-wizard.png b/content/en/docs/Installation/figures/installation-wizard.png new file mode 100644 index 0000000000000000000000000000000000000000..e415db6abd2ed2256843600e3bf44f4511ff4859 Binary files /dev/null and b/content/en/docs/Installation/figures/installation-wizard.png differ diff --git a/content/en/docs/Installation/figures/installing-software.png b/content/en/docs/Installation/figures/installing-software.png new file mode 100644 index 0000000000000000000000000000000000000000..ae269accb94ccf02ccc65ac9098c5c486a8b02f5 Binary files /dev/null and b/content/en/docs/Installation/figures/installing-software.png differ diff --git a/content/en/docs/Installation/figures/manual-partitioning-page.png b/content/en/docs/Installation/figures/manual-partitioning-page.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6d2e4e652c85c101b7ea0d2978dd0762acc803 Binary files /dev/null and b/content/en/docs/Installation/figures/manual-partitioning-page.png differ diff --git a/content/en/docs/Installation/figures/network-configuration.png b/content/en/docs/Installation/figures/network-configuration.png new file mode 100644 index 0000000000000000000000000000000000000000..7aae5f3c170c435cb077af26624747862bf10511 Binary files /dev/null and b/content/en/docs/Installation/figures/network-configuration.png differ diff --git a/content/en/docs/Installation/figures/pressing-enter-to-restart-the-system-after-the-installation-is-complete.png b/content/en/docs/Installation/figures/pressing-enter-to-restart-the-system-after-the-installation-is-complete.png new file mode 100644 index 0000000000000000000000000000000000000000..e24f00d53626c1f7e56b34dbbe1d60cb9c3bcad3 Binary files /dev/null and b/content/en/docs/Installation/figures/pressing-enter-to-restart-the-system-after-the-installation-is-complete.png differ diff --git "a/content/en/docs/figures/\351\207\215\345\220\257\345\233\276\346\240\207.png" b/content/en/docs/Installation/figures/restart-icon.png similarity index 100% rename from "content/en/docs/figures/\351\207\215\345\220\257\345\233\276\346\240\207.png" rename to content/en/docs/Installation/figures/restart-icon.png diff --git a/content/en/docs/Installation/figures/root-password-0.png b/content/en/docs/Installation/figures/root-password-0.png new file mode 100644 index 0000000000000000000000000000000000000000..33cf136a5eb516078ed8e6f5ad19b570bc1da1d3 Binary files /dev/null and b/content/en/docs/Installation/figures/root-password-0.png differ diff --git a/content/en/docs/Installation/figures/root-password.png b/content/en/docs/Installation/figures/root-password.png new file mode 100644 index 0000000000000000000000000000000000000000..f016a93c715496c3e582804a0113c1fd417faa7c Binary files /dev/null and b/content/en/docs/Installation/figures/root-password.png differ diff --git a/content/en/docs/Installation/figures/selecting-a-language.png b/content/en/docs/Installation/figures/selecting-a-language.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ac56551f75b454618131c5664bb232a97ae8dc Binary files /dev/null and b/content/en/docs/Installation/figures/selecting-a-language.png differ diff --git a/content/en/docs/Installation/figures/selecting-installation-software.png b/content/en/docs/Installation/figures/selecting-installation-software.png new file mode 100644 index 0000000000000000000000000000000000000000..222373f9ce3011dd91c39f0475270f6ce1057b33 Binary files /dev/null and b/content/en/docs/Installation/figures/selecting-installation-software.png differ diff --git a/content/en/docs/Installation/figures/setting-a-system-language.png b/content/en/docs/Installation/figures/setting-a-system-language.png new file mode 100644 index 0000000000000000000000000000000000000000..d99b4328d2125e37eec8f7a67b2aa4c7c23c43df Binary files /dev/null and b/content/en/docs/Installation/figures/setting-a-system-language.png differ diff --git a/content/en/docs/Installation/figures/setting-date-and-time.png b/content/en/docs/Installation/figures/setting-date-and-time.png new file mode 100644 index 0000000000000000000000000000000000000000..8aaf8555eb08ab0d755d0884c4c89eedc3b75ea4 Binary files /dev/null and b/content/en/docs/Installation/figures/setting-date-and-time.png differ diff --git a/content/en/docs/Installation/figures/setting-the-installation-destination.png b/content/en/docs/Installation/figures/setting-the-installation-destination.png new file mode 100644 index 0000000000000000000000000000000000000000..a404d5256cd349bf822ba5095fa04cea051d884e Binary files /dev/null and b/content/en/docs/Installation/figures/setting-the-installation-destination.png differ diff --git a/content/en/docs/Installation/figures/setting-the-installation-source.png b/content/en/docs/Installation/figures/setting-the-installation-source.png new file mode 100644 index 0000000000000000000000000000000000000000..cce23835e8adec3180f92eac4a32d2acd44081fd Binary files /dev/null and b/content/en/docs/Installation/figures/setting-the-installation-source.png differ diff --git a/content/en/docs/Installation/figures/setting-the-keyboard-layout.png b/content/en/docs/Installation/figures/setting-the-keyboard-layout.png new file mode 100644 index 0000000000000000000000000000000000000000..62c4df6e1879ec1b03904318b97867fd90bfe199 Binary files /dev/null and b/content/en/docs/Installation/figures/setting-the-keyboard-layout.png differ diff --git a/content/en/docs/Installation/figures/setting-the-network-and-host-name.png b/content/en/docs/Installation/figures/setting-the-network-and-host-name.png new file mode 100644 index 0000000000000000000000000000000000000000..8e980726ad79fc5d3273f0d60399d27766aa1985 Binary files /dev/null and b/content/en/docs/Installation/figures/setting-the-network-and-host-name.png differ diff --git a/content/en/docs/Installation/figures/starting-installation-2.png b/content/en/docs/Installation/figures/starting-installation-2.png new file mode 100644 index 0000000000000000000000000000000000000000..15f69cfabed3148dc5cc8450bc25925f430f0004 Binary files /dev/null and b/content/en/docs/Installation/figures/starting-installation-2.png differ diff --git a/content/en/docs/Installation/figures/starting-installation.png b/content/en/docs/Installation/figures/starting-installation.png new file mode 100644 index 0000000000000000000000000000000000000000..f64f413ae3231ec34daa5e9e53db927ea6b9c81b Binary files /dev/null and b/content/en/docs/Installation/figures/starting-installation.png differ diff --git a/content/en/docs/Installation/hardware-compatibility.md b/content/en/docs/Installation/hardware-compatibility.md new file mode 100644 index 0000000000000000000000000000000000000000..a1236535ac53ce89a2884653dcca3bd48f1f3cac --- /dev/null +++ b/content/en/docs/Installation/hardware-compatibility.md @@ -0,0 +1,39 @@ +# Hardware Compatibility + +You need to take hardware compatibility into account during openEuler installation. [Table 1](#table14948632047) lists the types of supported servers. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>- TaiShan 200 servers are backed by Huawei Kunpeng 920 processors. +>- Currently, only Huawei TaiShan servers are supported. More servers from other vendors will be supported in the future. + +**Table 1** Supported servers + + + + + + + + + + + + + + + + + + +

Server Type

+

Server Name

+

Server Model

+

Rack server

+

TaiShan 200 servers

+

2280 balanced model

+

Rack server

+

5280 storage model

+

High-density server

+

X6000 high-density model

+
+ diff --git a/content/en/docs/Installation/how-do-i-manually-enable-the-kdump-service.md b/content/en/docs/Installation/how-do-i-manually-enable-the-kdump-service.md new file mode 100644 index 0000000000000000000000000000000000000000..b3e3c3c470c32ae28ee2f51cddad889d6531ee0b --- /dev/null +++ b/content/en/docs/Installation/how-do-i-manually-enable-the-kdump-service.md @@ -0,0 +1,86 @@ +# How Do I Manually Enable the kdump Service? + +## Symptom + +Run the systemctl status kdump command. The following information is displayed, indicating that no memory is reserved. + +![](figures/en-us_image_0216604776.png) + +## Possible Cause + +The kdump service requires the system to reserve memory for running the kdump kernel. However, the system does not reserve memory for the kdump service. As a result, the kdump service cannot be started. + +## Solution + +For the scenario where the OS has been installed + +1. Add **crashkernel=1024M,high** to **/boot/efi/EFI/openEuler/grub.cfg**. +2. Restart the system for configuration to take effect. +3. Run the following command to check the kdump status: + + ``` + systemctl status kdump + ``` + + If the following information is displayed, the kdump status is **active**, indicating that the kdump service is enabled. No further action is required. + + ![](figures/en-us_image_0216604777.png) + + +## Parameter Description + +The following table describes the parameters of the memory reserved for the kdump kernel. + +**Table 1** crashkernel parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Kernel Boot Parameter

+

Description

+

Default Value

+

Remarks

+

crashkernel=X

+

Reserve X of the physical memory for kdump when the physical memory is less than 4 GB.

+

None. You can adjust the value as required.

+

This configuration method is used only when the memory is less than 4 GB. Ensure that the continuous available memory is sufficient.

+

crashkernel=X@Y

+

Reserve X of the memory at the start address Y for kdump.

+

None. You can adjust the value as required.

+

Ensure that the X of the memory at the start address Y is not reserved for other modules.

+

crashkernel=X,high

+

Reserve 256 MB of the physical memory for kdump when the physical memory is less than 4 GB, and X of the physical memory for kdump when the physical memory is greater than or equal to 4 GB.

+

None. You can adjust the value based as required. The recommended value is 1024M,high.

+

Ensure that 256 MB of the memory is reserved for continuous use when the physical memory is less than 4 GB and X of the memory is reserved when the physical memory is greater than or equal to 4 GB. The actual reserved memory size equals 256 MB plus X.

+

crashkernel=X,low

+

crashkernel=Y,high

+

Reserve X of the physical memory for kdump when the physical memory is less than 4 GB and Y of the physical memory for kdump when the physical memory is greater than or equal to 4 GB.

+

None. You can adjust the value as required.

+

Ensure that X of the memory is reserved for continuous use when the physical memory is less than 4 GB and Y of the memory is reserved when the physical memory is greater than or equal to 4 GB. The actual reserved memory size equals X plus Y.

+
+ diff --git a/content/en/docs/Installation/installation-guideline.md b/content/en/docs/Installation/installation-guideline.md new file mode 100644 index 0000000000000000000000000000000000000000..5a2a53545fad92fcfcb6d793dd239278efb1a4d6 --- /dev/null +++ b/content/en/docs/Installation/installation-guideline.md @@ -0,0 +1,11 @@ +# Installation Guideline + +This section describes how to install openEuler 1.0 by using the CD/DVD-ROM. + +- **[Starting the Installation](starting-the-installation.md)** + +- **[Using GUI Mode for Installation](using-gui-mode-for-installation.md)** + +- **[Using Text Mode for Installation](using-text-mode-for-installation.md)** + + diff --git a/content/en/docs/Installation/installation-mode.md b/content/en/docs/Installation/installation-mode.md new file mode 100644 index 0000000000000000000000000000000000000000..e242ee08b7a6131d3953e03dca77b6d3cfb84ffc --- /dev/null +++ b/content/en/docs/Installation/installation-mode.md @@ -0,0 +1,8 @@ +# Installation Mode + +>![](public_sys-resources/icon-notice.gif) **NOTICE:** +>The operating system can only be deployed on TaiShan 200 servers. For details about the types of supported servers, see **Installation Preparations** \> **Hardware Compatibility**. Moreover, it can only be installed using the CD/DVD-ROM. + +- **[Installation Through the CD/DVD-ROM](installation-through-the-cd-dvd-rom.md)** + + diff --git a/content/en/docs/Installation/installation-preparations.md b/content/en/docs/Installation/installation-preparations.md new file mode 100644 index 0000000000000000000000000000000000000000..4965cd13ff5d38aa648dc569188ef1b500987773 --- /dev/null +++ b/content/en/docs/Installation/installation-preparations.md @@ -0,0 +1,13 @@ +# Installation Preparations + +This section describes the compatibility of the hardware and software and the related configurations and preparations required for the installation. + +- **[Obtaining the Installation Source](obtaining-the-installation-source.md)** + +- **[Release Package Integrity Check](release-package-integrity-check.md)** + +- **[Hardware Compatibility](hardware-compatibility.md)** + +- **[Minimal Hardware Specifications](minimal-hardware-specifications.md)** + + diff --git a/content/en/docs/Installation/installation-through-the-cd-dvd-rom.md b/content/en/docs/Installation/installation-through-the-cd-dvd-rom.md new file mode 100644 index 0000000000000000000000000000000000000000..f96155d9bfee06f63bb5440712300822dc5b622d --- /dev/null +++ b/content/en/docs/Installation/installation-through-the-cd-dvd-rom.md @@ -0,0 +1,22 @@ +# Installation Through the CD/DVD-ROM + +This section describes how to create or use a CD/DVD-ROM to install the operating system. + +## Preparing the Installation Source + +If you have obtained a CD/DVD-ROM, install the operating system using the CD/DVD-ROM. If you have obtained an ISO file, record the ISO file to a DVD and install the operating system using the obtained DVD. + +## Starting the Installation + +Perform the following operations to start the installation: + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>Set the system to preferentially boot from the CD/DVD-ROM. 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. +2. Start your computer system. +3. Insert the installation CD/DVD-ROM into the CD/DVD-ROM drive. +4. Restart the computer system. + +After a short delay, a graphical wizard page is displayed, which contains different boot options. If you do not perform any operation within one minute, the installation starts automatically with the default options. + diff --git "a/content/en/docs/\346\234\200\345\260\217\347\241\254\344\273\266\350\246\201\346\261\202.md" b/content/en/docs/Installation/minimal-hardware-specifications.md similarity index 65% rename from "content/en/docs/\346\234\200\345\260\217\347\241\254\344\273\266\350\246\201\346\261\202.md" rename to content/en/docs/Installation/minimal-hardware-specifications.md index 118055704aeb54e55940e7df7640047f2cdbe5b8..5400fe0340523912bf113b84b63a2764aae8ebce 100644 --- "a/content/en/docs/\346\234\200\345\260\217\347\241\254\344\273\266\350\246\201\346\261\202.md" +++ b/content/en/docs/Installation/minimal-hardware-specifications.md @@ -1,46 +1,46 @@ -# 最小硬件要求 - -openEuler所需的最小硬件要求如[表1](#tff48b99c9bf24b84bb602c53229e2541)所示。 - -**表 1** 最小硬件要求 - - -

部件名称

+# Minimal Hardware Specifications + +[Table 1](#tff48b99c9bf24b84bb602c53229e2541) lists the minimal hardware specifications supported by openEuler. + +**Table 1** Minimal hardware specifications + + + - - - - - - - - - - - - -

Component

最小硬件要求

+

Minimal Hardware Specifications

说明

+

Description

架构

+

Architecture

Aarch64

+

AArch64

仅支持ARM的64位架构。

+

Only the 64-bit ARM architecture is supported.

CPU

海思Hi1620或者Hi1616芯片

+

Huawei Kunpeng 920 series

同一集群计算节点物理服务器CPU强烈建议同一系列。

+

It is strongly recommended that the physical servers used as compute nodes in one cluster use the same series of CPUs.

内存

+

Memory

不小于8GB

+

≥ 8 GB (You are advised to configure 16 GB memory or higher for better user experience.)

-

硬盘

+

Hard disk

至少需要一块大于120GB的硬盘

+

≥ 10 GB (You are advised to configure 120 GB memory or higher for better user experience.)

支持IDE、SATA、SAS等接口的硬盘。

+

The hard disk supports IDE, SATA, SAS interfaces.

- +
+ diff --git a/content/en/docs/Installation/obtaining-the-installation-source.md b/content/en/docs/Installation/obtaining-the-installation-source.md new file mode 100644 index 0000000000000000000000000000000000000000..50b9672142e592f3bfb1ad4d2aa401183ddc5cc7 --- /dev/null +++ b/content/en/docs/Installation/obtaining-the-installation-source.md @@ -0,0 +1,11 @@ +# Obtaining the Installation Source + +Obtain the openEuler release package and verification file before the installation. + +Perform the following operations to obtain the openEuler release package: + +1. Log in to the [openEuler Community](https://openeuler.org) website. +2. Click **Download**. The download list is displayed. +3. Click **Get openEuler-1.0-aarch64-dvd.iso** to download the **openEuler-1.0-aarch64-dvd.iso** release package to the local PC. +4. Click the **openEuler-1.0-aarch64-dvd.iso.sha256sum** link under the **please download the checksum file:** area to download the **openEuler-1.0-aarch64-dvd.iso.sha256sum** verification file to the local PC. + diff --git a/content/en/docs/Installation/preface.md b/content/en/docs/Installation/preface.md new file mode 100644 index 0000000000000000000000000000000000000000..4e7576f5538dba7fa46a084640a1ee22aa6b1e51 --- /dev/null +++ b/content/en/docs/Installation/preface.md @@ -0,0 +1,36 @@ +# Preface + +## Overview + +This guide describes how to install Huawei openEuler 1.0 in graphical mode or text mode. + +## Intended Audience + +This guide is intended for openEuler 1.0 users with a basic understanding of Linux system management, and is also recommended for administrators, system engineers, and maintenance personnel. This guide assumes that you have a basic understanding of Linux system management. + +## Symbol Conventions + +The symbols that may be found in this document are defined as follows. + + + + + + + + + + + + + +

Symbol

+

Description

+

+

Indicates a potentially hazardous situation which, if not avoided, could result in equipment damage, data loss, performance deterioration, or unanticipated results.

+

NOTICE is used to address practices not related to personal injury.

+

+

Supplements the important information in the main text.

+

NOTE is used to address information not related to personal injury, equipment damage, and environment deterioration.

+
+ diff --git a/content/en/docs/public_sys-resources/icon-caution.gif b/content/en/docs/Installation/public_sys-resources/icon-caution.gif similarity index 100% rename from content/en/docs/public_sys-resources/icon-caution.gif rename to content/en/docs/Installation/public_sys-resources/icon-caution.gif diff --git a/content/en/docs/public_sys-resources/icon-danger.gif b/content/en/docs/Installation/public_sys-resources/icon-danger.gif similarity index 100% rename from content/en/docs/public_sys-resources/icon-danger.gif rename to content/en/docs/Installation/public_sys-resources/icon-danger.gif diff --git a/content/en/docs/public_sys-resources/icon-note.gif b/content/en/docs/Installation/public_sys-resources/icon-note.gif similarity index 100% rename from content/en/docs/public_sys-resources/icon-note.gif rename to content/en/docs/Installation/public_sys-resources/icon-note.gif diff --git a/content/en/docs/Installation/public_sys-resources/icon-notice.gif b/content/en/docs/Installation/public_sys-resources/icon-notice.gif new file mode 100644 index 0000000000000000000000000000000000000000..86024f61b691400bea99e5b1f506d9d9aef36e27 Binary files /dev/null and b/content/en/docs/Installation/public_sys-resources/icon-notice.gif differ diff --git a/content/en/docs/public_sys-resources/icon-tip.gif b/content/en/docs/Installation/public_sys-resources/icon-tip.gif similarity index 100% rename from content/en/docs/public_sys-resources/icon-tip.gif rename to content/en/docs/Installation/public_sys-resources/icon-tip.gif diff --git a/content/en/docs/public_sys-resources/icon-warning.gif b/content/en/docs/Installation/public_sys-resources/icon-warning.gif similarity index 100% rename from content/en/docs/public_sys-resources/icon-warning.gif rename to content/en/docs/Installation/public_sys-resources/icon-warning.gif diff --git a/content/en/docs/Installation/release-package-integrity-check.md b/content/en/docs/Installation/release-package-integrity-check.md new file mode 100644 index 0000000000000000000000000000000000000000..05cefad8a7b138167d8c702486924874b447f172 --- /dev/null +++ b/content/en/docs/Installation/release-package-integrity-check.md @@ -0,0 +1,39 @@ +# Release Package Integrity Check + +## Introduction + +To prevent the software package from being incompletely downloaded due to network or storage device faults during transmission, you need to verify the integrity of the software package after obtaining it. Only the software packages that pass the verification can be installed. + +Compare the verification value recorded in the verification file with the .iso file verification value calculated manually to check whether the software package passes the verification. If the verification values are consistent, the integrity of the .iso file is not damaged. If they are inconsistent, you can confirm that the file integrity is damaged and you need to obtain the file again. + +## Prerequisites + +Before verifying the integrity of the release package, you need to prepare the following files: + +.iso file: **openEuler-1.0-aarch64-dvd.iso** + +Verification file: **openEuler-1.0-aarch64-dvd.iso.sha256sum** + +## Procedure + +To verify the file integrity, perform the following operations: + +1. Run the following command to obtain the verification value in the verification file: + + ``` + #cat openEuler-1.0-aarch64-dvd.iso.sha256sum + ``` + +2. Run the following command to calculate the SHA256 verification value of the file: + + ``` + #sha256sum openEuler-1.0-aarch64-dvd.iso + ``` + + After the command is run, the verification value is displayed. + +3. Check whether the values calculated in step 1 and step 2 are consistent. + + If the verification values are consistent, the integrity of the .iso file is not damaged. If they are inconsistent, you can confirm that the file integrity is damaged and you need to obtain the file again. + + diff --git a/content/en/docs/Installation/selecting-installation-software-2.md b/content/en/docs/Installation/selecting-installation-software-2.md new file mode 100644 index 0000000000000000000000000000000000000000..f5a28946bfa7da5d555481b937a3444b5b7114e7 --- /dev/null +++ b/content/en/docs/Installation/selecting-installation-software-2.md @@ -0,0 +1,24 @@ +# Selecting Installation Software + +Enter **4** on the installation overview page, and then press **Enter** to specify the software package to be installed. + +- Minimal Install: Minimum environment. Provide basic functions of openEuler. By default, openEuler is installed in the minimum environment mode. + +You need to select an appropriate installation environment based on service requirements. After entering **c** on the installation environment interface, you can select the software packages to be installed by selecting **Add-ons**, as shown in the following figure. + +**Figure 1** Installing software +![](figures/installing-software.png "installing-software") + +The optional **Add-ons** packages vary depending on the installation environment. + +- Standard: standard installation. openEuler standard installation. +- Development Tools: Development tools. Basic development environment. +- Headless Management: Non graphical terminal system management tool. This tool is used to manage a non-image terminal system. +- Legacy UNIX Compatibility: Traditional UNIX compatibility. This compatibility program is used for the migration from an inherited UNIX environment or used in the environment. +- Network Servers: Network server. These packages include network-based servers such as DHCP, Kerberos, and NIS. +- Scientific Support: Scientific notation support. This tool is used for mathematical and scientific computing and parallel computing. +- Security Tools: Security tool. This tool is used for integrity and trustworthiness verification. +- System Tools: System tool. This set of software packages is a collection of various system tools, for example, the tool used for connecting to customers shared by SMB and the tool used for monitoring network traffic. + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/selecting-installation-software.md b/content/en/docs/Installation/selecting-installation-software.md new file mode 100644 index 0000000000000000000000000000000000000000..b7fd49c152fd00500069f1e3ff2c3badebde4e97 --- /dev/null +++ b/content/en/docs/Installation/selecting-installation-software.md @@ -0,0 +1,14 @@ +# Selecting Installation Software + +On the **INSTALLATION SUMMARY** page, click **SOFTWARE SELECTION** to specify the software package to be installed. + +Based on the site requirements, select **Minimal Install** on the left box and select the additional option under the **Add-Ons for Selected Environment** area on the right, as shown in [Figure 1](#en-us_topic_0186390261_en-us_topic_0122145865_fig03031519101414). + +**Figure 1** Selecting installation software +![](figures/selecting-installation-software.png "selecting-installation-software") + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>In Minimal Install mode, not all packages in the installation source will be installed. If the required package is not installed, you can mount the installation source to the local PC and configure a repository source, and use DNF to install the package. + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + diff --git a/content/en/docs/Installation/setting-a-system-language.md b/content/en/docs/Installation/setting-a-system-language.md new file mode 100644 index 0000000000000000000000000000000000000000..32010c0abcea0c45dd8cf2bef7780e73eaaeaeca --- /dev/null +++ b/content/en/docs/Installation/setting-a-system-language.md @@ -0,0 +1,13 @@ +# Setting a System Language + +On the **INSTALLATION SUMMARY** page, click **LANGUAGE SUPPORT** to set the system language. Set another language as required, such as Chinese, as shown in [Figure 1](#en-us_topic_0186390098_en-us_topic_0122145772_fig187301927172619). + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>- If you select Chinese, the system does not display Chinese characters after you log in to the system using VNC, because VNC does not support Chinese characters. If you log in to the system in SSH mode, Chinese characters will be displayed. +>- If you select English, there will be no impact. + +**Figure 1** Setting a system language +![](figures/setting-a-system-language.png "setting-a-system-language") + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + diff --git a/content/en/docs/Installation/setting-date-and-time.md b/content/en/docs/Installation/setting-date-and-time.md new file mode 100644 index 0000000000000000000000000000000000000000..9118e6f99ee9e88994735677bbbf65209b3c6005 --- /dev/null +++ b/content/en/docs/Installation/setting-date-and-time.md @@ -0,0 +1,15 @@ +# Setting Date and Time + +On the **INSTALLATION SUMMARY** page, click **TIME & DATE**. On the **TIME & DATE** page, set the system time zone, date, and time. + +When setting the time zone, you can click a specific city on the map with the mouse, or select a region from the drop-down list of **Region** or a city from the drop-down list of **City** at the top of the page, as shown in [Figure 1](#en-us_topic_0186390096_en-us_topic_0122145900_fig1260162652312). + +If your city is not displayed on the map or in the drop-down list, select the nearest city in the same time zone. + +**Figure 1** Setting date and time +![](figures/setting-date-and-time.png "setting-date-and-time") + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + +   + diff --git a/content/en/docs/Installation/setting-installation-parameters-1.md b/content/en/docs/Installation/setting-installation-parameters-1.md new file mode 100644 index 0000000000000000000000000000000000000000..562f92be255bbd274f411e812ec5f6ef7b2b99e2 --- /dev/null +++ b/content/en/docs/Installation/setting-installation-parameters-1.md @@ -0,0 +1,19 @@ +# Setting Installation Parameters + +- **[Configuring the System Language](configuring-the-system-language.md)** + +- **[Configuring the Time Zone and NTP Service](configuring-the-time-zone-and-ntp-service.md)** + +- **[Configuring the Installation Source](configuring-the-installation-source.md)** + +- **[Selecting Installation Software](selecting-installation-software-2.md)** + +- **[Configuring the Installation Location](configuring-the-installation-location.md)** + +- **[Configuring the Network](configuring-the-network.md)** + +- **[Setting the root User Password](setting-the-root-user-password.md)** + +- **[Creating a User](creating-a-user.md)** + + diff --git a/content/en/docs/Installation/setting-installation-parameters.md b/content/en/docs/Installation/setting-installation-parameters.md new file mode 100644 index 0000000000000000000000000000000000000000..43b012e66c1d53247cb3e02f4b68cde82881e6f4 --- /dev/null +++ b/content/en/docs/Installation/setting-installation-parameters.md @@ -0,0 +1,17 @@ +# Setting Installation Parameters + +- **[Setting the Keyboard Layout](setting-the-keyboard-layout.md)** + +- **[Setting a System Language](setting-a-system-language.md)** + +- **[Setting Date and Time](setting-date-and-time.md)** + +- **[Setting the Installation Source](setting-the-installation-source.md)** + +- **[Selecting Installation Software](selecting-installation-software.md)** + +- **[Setting the Installation Destination](setting-the-installation-destination.md)** + +- **[Setting the Network and Host Name](setting-the-network-and-host-name.md)** + + diff --git a/content/en/docs/Installation/setting-the-installation-destination.md b/content/en/docs/Installation/setting-the-installation-destination.md new file mode 100644 index 0000000000000000000000000000000000000000..54bb982eab22e91a816f71249c47f9f700f42b52 --- /dev/null +++ b/content/en/docs/Installation/setting-the-installation-destination.md @@ -0,0 +1,40 @@ +# Setting the Installation Destination + +On the **INSTALLATION SUMMARY** page, click **INSTALLATION DESTINATION** to select the operating system installation disk and partition. + +You can view available local storage devices in [Figure 1](#fig1195417125015). You can also add an attached device or a network disk specified by clicking **Add a disk**. + +**Figure 1** Setting the installation destination +![](figures/setting-the-installation-destination.png "setting-the-installation-destination") + +## Storage Configuration + +On the **INSTALLATION DESTINATION** page, set storage configurations for system partition. You can either manually configure partitions or select **Automatic** to automatically configure partitioning. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>- During partitioning, to ensure system security and performance, you are advised to divide the device into the following partitions: **/boot**, **/var**, **/var/log**, **/var/log/audit**, **/home**, **/tmp**. +>- If the system is configured with the swap partition, the swap partition is used when the physical memory of the system is insufficient. Although the swap partition can be used to expand the physical memory, if the swap partition is used due to insufficient memory, the system response time increases and the system performance deteriorates. Therefore, you are not advised to configure the swap partition in the system with sufficient physical memory or the performance sensitive system. +>- If you need to split a logical volume group, select **Custom** to manually partition the logical volume group. On the **MANUAL PARTITIONING** page, click **Modify** in the **Volume Group** area to reconfigure the logical volume group. + +**Automatic** + +Select **Automatic** if the software is installed in a new storage device or the data in the storage device is not required. + +**Customize** + +If you need to manually partition the disk, click **Customize** and click **Done** in the upper left corner. The following page is displayed. + +**Figure 2** MANUAL PARTITIONING page +![](figures/manual-partitioning-page.png "manual-partitioning-page") + +On the **MANUAL PARTITIONING** page, you can partition the disk in either of the following ways: + +- Automatic creation: Click **Click here to create them automatically**. The system automatically assigns four mount points according to the available storage space: **/boot**, **/**, **/boot/efi**, and **swap**. +- Manual creation: Click ![](figures/en-us_image_0216566635.png) to add a mount point. It is recommended that the expected capacity of each mount point not exceed the available space. + + >![](public_sys-resources/icon-note.gif) **NOTE:** + >If the expected capacity of the mount point exceeds the available space, the system allocates the remaining available space to the mount point. + + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + diff --git a/content/en/docs/Installation/setting-the-installation-source.md b/content/en/docs/Installation/setting-the-installation-source.md new file mode 100644 index 0000000000000000000000000000000000000000..e94c67985a981369dd1ffa797034f1d6ce7e1613 --- /dev/null +++ b/content/en/docs/Installation/setting-the-installation-source.md @@ -0,0 +1,14 @@ +# Setting the Installation Source + +On the **INSTALLATION SUMMARY** page, click **INSTALLATION SOURCE** to locate the installation source. + +If you use the CD/DVD-ROM driver for the installation, the installation program automatically detects and displays the installation source information. You can use the default settings. [Figure 1](#en-us_topic_0186390100_en-us_topic_0144427079_fig93633295132) shows an example. + +**Figure 1** Setting the installation source +![](figures/setting-the-installation-source.png "setting-the-installation-source") + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>During the installation, if you have any questions about configuring the installation source, see **FAQs** \> **An Exception Occurs During the Selection of the Installation Source**. + diff --git a/content/en/docs/Installation/setting-the-keyboard-layout.md b/content/en/docs/Installation/setting-the-keyboard-layout.md new file mode 100644 index 0000000000000000000000000000000000000000..7084ed71e424fc0c1456f45f527de3afb92799bb --- /dev/null +++ b/content/en/docs/Installation/setting-the-keyboard-layout.md @@ -0,0 +1,12 @@ +# Setting the Keyboard Layout + +On the **INSTALLATION SUMMARY** page, click **KEYBOARD**. You can add or delete multiple keyboard layouts in the system. + +- On the left white box, click to select the keyboard layout and click the keyboard under the box. +- To test the keyboard layout: On the left white box, click to select the keyboard layout, click the inside of the right text box, and enter the text to ensure that the keyboard layout can work properly. + +**Figure 1** Setting the keyboard layout +![](figures/setting-the-keyboard-layout.png "setting-the-keyboard-layout") + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + diff --git a/content/en/docs/Installation/setting-the-network-and-host-name.md b/content/en/docs/Installation/setting-the-network-and-host-name.md new file mode 100644 index 0000000000000000000000000000000000000000..d978f194ae8b70fd782d3a7faa71a8b8a8c93adb --- /dev/null +++ b/content/en/docs/Installation/setting-the-network-and-host-name.md @@ -0,0 +1,13 @@ +# Setting the Network and Host Name + +On the **INSTALLATION SUMMARY** page, select **NETWORK & HOST NAME** to configure the system network functions. + +The installation program automatically detects a local access interface. The detected interface is listed in the left box, and the interface details are displayed in the right-hand area, as shown in [Figure 1](#en-us_topic_0186390264_en-us_topic_0122145831_fig123700157297). In the upper right corner, click the switchover button to enable or disable the network interface. You can also click **Configure** to configure the selected interface. + +In the lower left box, enter the host name. The host name can be the fully quantified domain name \(format: hostname.domainname\) or the brief host name \(format: hostname\). + +**Figure 1** Setting the network and host name +![](figures/setting-the-network-and-host-name.png "setting-the-network-and-host-name") + +After the setting is complete, click **Done** in the upper left corner to go back to the **INSTALLATION SUMMARY** page. + diff --git a/content/en/docs/Installation/setting-the-root-user-password.md b/content/en/docs/Installation/setting-the-root-user-password.md new file mode 100644 index 0000000000000000000000000000000000000000..6ccb37838c7efa1b15c637f0eeb943270b75bb03 --- /dev/null +++ b/content/en/docs/Installation/setting-the-root-user-password.md @@ -0,0 +1,14 @@ +# Setting the root User Password + +Enter **7** on the installation overview page and press **Enter** to set the root password. + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>- The root password must be set during the installation. Otherwise, the installation fails. +>- A root account is used for performing critical system administrative tasks. It is not recommended to use this account for daily work or system access +>- When setting the password of user **root** or that of a new user, you are strongly advised to set the password according to the password complexity requirements. When you set a weak password \(the password does not meet the complexity requirements\), the system generates an alarm and asks you whether to use the weak password. If you enter **yes**, the weak password is forcibly set. However, the weak password poses security risks. Exercise caution when selecting a weak password. For details about the recommended password complexity, see the "Password Complexity" part in **Installation Guide \> Installation in GUI Mode \> Configurations During Installation**. + +**Figure 1** root password +![](figures/root-password-0.png "root-password-0") + +After the configuration is complete, enter **c** to return to the installation overview page. + diff --git a/content/en/docs/Installation/software-dependency.md b/content/en/docs/Installation/software-dependency.md new file mode 100644 index 0000000000000000000000000000000000000000..23a150359ebb8f8ce9d8759a335034cb1dcff04b --- /dev/null +++ b/content/en/docs/Installation/software-dependency.md @@ -0,0 +1,14 @@ +# Software Dependency + +## Symptom + +After the selection of the installation source, the message "Error checking software selection" is displayed. + +## Possible Cause + +This is because the software package dependency in the installation source is abnormal. + +## Solution + +Check whether the installation source is abnormal. Use the new installation source. + diff --git a/content/en/docs/Installation/starting-installation.md b/content/en/docs/Installation/starting-installation.md new file mode 100644 index 0000000000000000000000000000000000000000..ddb7317a72003c706ba7b81a86242e72e0e854da --- /dev/null +++ b/content/en/docs/Installation/starting-installation.md @@ -0,0 +1,7 @@ +# Starting Installation + +On the installation interface, after all the mandatory items are configured, the safety symbols will disappear. Then, you can click **Begin Installation** to install the system. + +**Figure 1** Starting installation +![](figures/starting-installation.png "starting-installation") + diff --git a/content/en/docs/Installation/starting-the-installation.md b/content/en/docs/Installation/starting-the-installation.md new file mode 100644 index 0000000000000000000000000000000000000000..44313784239cf62756b883a2d4606b7d10191313 --- /dev/null +++ b/content/en/docs/Installation/starting-the-installation.md @@ -0,0 +1,48 @@ +# Starting the Installation + +Mount the ISO image of openEuler 1.0 to the server from the CD/DVD-ROM and restart the server. The procedure is as follows: + +>![](public_sys-resources/icon-note.gif) **NOTE:** +>Before the installation, ensure that the server boots from the CD/DVD-ROM drive preferentially. The following steps describe how to install the operating system using the virtual CD/DVD-ROM drive on the baseboard management controller \(BMC\). Installing the operating system from a physical drive is simple. After the installation starts, the procedure for the physical drive is the same as that for the virtual drive. + +1. On the toolbar, click the icon shown in the following figure. + + **Figure 1** Drive icon + ![](figures/drive-icon.png "drive-icon") + + An image dialog box is displayed, as shown in the following figure. + + **Figure 2** Image dialog box + ![](figures/image-dialog-box.png "image-dialog-box") + +2. Select **Image File** and then click **Browse**. The **Open** dialog box is displayed. +3. Select the image file and click **Open**. In the image dialog box, click **Connect**. If **Connect** changes to **Disconnect**, the virtual CD/DVD-ROM drive is connected to the server. +4. On the toolbar, click the restart icon shown in the following figure to restart the device. + + **Figure 3** Restart icon + ![](figures/restart-icon.png "restart-icon") + +5. A boot menu is displayed after the system is booted using the boot medium. In addition to options for starting the installation program, some other options are available on the boot menu. The **Install openEuler 1.0 with text mode** installation mode is used by default. Press the arrow keys on the keyboard to change the selection, and press **Enter** when the desired option is highlighted. + + >![](public_sys-resources/icon-note.gif) **NOTE:** + >- If you do not perform any operations within 1 minute, the system automatically selects the default option **Install openEuler 1.0 with text mode** and enters the installation interface. + >- During physical machine installation, if you cannot use the arrow keys to select boot options and the system does not respond after you press **Enter**, click ![](figures/en-us_image_0214071107.png) on the BMC page and configure **Key & Mouse Reset**. + + **Figure 4** Installation wizard + ![](figures/installation-wizard.png "installation-wizard") + +    + + Installation wizard options are described as follows: + + - **Install openEuler 1.0 with GUI mode**: Install openEuler in GUI mode on your server. For details, see **Installation Guide** \> **Using GUI Mode for Installation**. + - **Install openEuler 1.0 with text mode**: Default option. Install openEuler in text mode on your server. The installation is completed in **tty0** of the system. For details, see **Installation Guide** \>** Using Text Mode for Installation**. + + - **Test this media & install openEuler 1.0**: Default option. Install openEuler on your server using the graphical installation program. The integrity of the installation medium is checked before the installation program is started. + + - **Troubleshooting**: Problem locating mode, which is used when the system cannot be installed properly. In the fault locating mode, the following options are available: + - **Install openEuler 1.0 in basic graphics mode**: Basic graphics installation mode. In this mode, the video driver is not started before the system starts and runs. + - **Rescue an openEuler system**: Rescue mode, which is used to restore the system. In rescue mode, the operating system installation process is printed in the VNC or BMC, and the serial port is unavailable. + + + diff --git a/content/en/docs/Installation/terms-of-use.md b/content/en/docs/Installation/terms-of-use.md new file mode 100644 index 0000000000000000000000000000000000000000..3a59918d184d9ce5422fab83029da0bbf1fc0ba2 --- /dev/null +++ b/content/en/docs/Installation/terms-of-use.md @@ -0,0 +1,18 @@ +# Terms of Use + +**Copyright © Huawei Technologies Co., Ltd. 2020. All rights reserved.** + +Your replication, use, modification, and distribution of this document are governed by the Creative Commons License Attribution-ShareAlike 4.0 International Public License \(CC BY-SA 4.0\). You can visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/) to view a human-readable summary of \(and not a substitute for\) CC BY-SA 4.0. For the complete CC BY-SA 4.0, visit [https://creativecommons.org/licenses/by-sa/4.0/legalcode](https://creativecommons.org/licenses/by-sa/4.0/legalcode). + +   + +**Trademarks and Permissions** + +openEuler is a trademark or registered trademark of Huawei Technologies Co., Ltd. All other trademarks and registered trademarks mentioned in this document are the property of their respective holders. + +   + +**Disclaimer** + +This document is used only as a guide. Unless otherwise specified by applicable laws or agreed by both parties in written form, all statements, information, and recommendations in this document are provided "AS IS" without warranties, guarantees or representations of any kind, including but not limited to non-infringement, timeliness, and specific purposes. + diff --git a/content/en/docs/Installation/using-gui-mode-for-installation.md b/content/en/docs/Installation/using-gui-mode-for-installation.md new file mode 100644 index 0000000000000000000000000000000000000000..dff44491fec46028e862d6c18bde9f8703e117df --- /dev/null +++ b/content/en/docs/Installation/using-gui-mode-for-installation.md @@ -0,0 +1,25 @@ +# Using GUI Mode for Installation + +On the installation wizard page, select **Install openEuler 1.0 with GUI mode** to enter the GUI 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. + +- **[Configuring an Installation Program Language](configuring-an-installation-program-language.md)** + +- **[Entering the Installation Interface](entering-the-installation-interface.md)** + +- **[Setting Installation Parameters](setting-installation-parameters.md)** + +- **[Starting Installation](starting-installation.md)** + +- **[Configurations During Installation](configurations-during-installation.md)** + +- **[Completing the Installation](completing-the-installation.md)** + + diff --git a/content/en/docs/Installation/using-text-mode-for-installation.md b/content/en/docs/Installation/using-text-mode-for-installation.md new file mode 100644 index 0000000000000000000000000000000000000000..868a40665f6e4c434f9f6a666b78d63c5c49c381 --- /dev/null +++ b/content/en/docs/Installation/using-text-mode-for-installation.md @@ -0,0 +1,9 @@ +# Using Text Mode for Installation + +- **[Entering the Installation Interface](entering-the-installation-interface-0.md)** + +- **[Setting Installation Parameters](setting-installation-parameters-1.md)** + +- **[Completing the Installation](completing-the-installation-3.md)** + + diff --git a/content/en/docs/Installation/what-are-the-constraints-on-network-configurations.md b/content/en/docs/Installation/what-are-the-constraints-on-network-configurations.md new file mode 100644 index 0000000000000000000000000000000000000000..225e4260ae28c3bec58eb88670c8ff6d43ac9e05 --- /dev/null +++ b/content/en/docs/Installation/what-are-the-constraints-on-network-configurations.md @@ -0,0 +1,25 @@ +# What Are the Constraints on Network Configurations? + +The NetworkManager and network services are network service management tools. Some functions of the two services overlap. + +- If the NetworkManager management service is used, run the **nmcli** command or modify the configuration file to configure the network \(such as the IP address and route\). Do not run the **ip**, **ifconfig**, or **route** command to configure the network. + + >![](public_sys-resources/icon-note.gif) **NOTE:** + >When the NetworkManager service is enabled and you run commands such as **ip**, **ifconfig**, and **route** to configure the network, the configurations will be overwritten by NetworkManager later. + + To check whether NetworkManager is enabled, run the following command: + + ``` + systemctl status NetworkManager + ``` + + >![](public_sys-resources/icon-note.gif) **NOTE:** + >For details about the use of the **nmcli** command, see the execution result of the **nmcli --help** or **man nmcli** command. + +- If you want to run commands such as **ip**, **ifconfig**, and **route** commands to manage network information, run the following command to disable the NetworkManager service: + + ``` + systemctl stop NetworkManager + ``` + + diff --git a/content/en/docs/Installation/why-does-openeuler-enter-emergency-mode-after-it-is-powered-on.md b/content/en/docs/Installation/why-does-openeuler-enter-emergency-mode-after-it-is-powered-on.md new file mode 100644 index 0000000000000000000000000000000000000000..cc999721e84385b234f9e4ab7d668308f4d75e71 --- /dev/null +++ b/content/en/docs/Installation/why-does-openeuler-enter-emergency-mode-after-it-is-powered-on.md @@ -0,0 +1,39 @@ +# Why Does openEuler Enter Emergency Mode After It Is Powered On? + +## Symptom + +openEuler enters emergency mode after it is powered on. + +![](figures/en-us_image_0214071156.jpg) + +## Possible Causes + +Damaged OS files result in disk mounting failure, or over pressured I/O results in disk mounting timeout \(threshold: 90s\). + +An abnormal and power-off system, and low performance of disk I/O may cause the problem. + +## Solution + +1. Enter the password of root account to log in to openEuler. +2. Check and restore files by using the fsck tool, and restart openEuler. + + >![](public_sys-resources/icon-note.gif) **NOTE:** + >The fsck tool checks and maintains inconsistent file systems. If the system is powered off or a disk is faulty, run the **fsck** command to check file systems. Run the **fsck.ext3 -h** and **fsck.ext4 -h** commands to view the usage method of the fsck tool. + + +If you want to disable the timeout mechanism of disk mounting, add **x-systemd.device-timeout=0** to the **etc/fstab** file. For example: + +``` +# +# /etc/fstab +# Created by anaconda on Mon Sep 14 17:25:48 2015 +# +# Accessible filesystems, by reference, are maintained under '/dev/disk' +# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info +# +/dev/mapper/openEuler-root / ext4 defaults,x-systemd.device-timeout=0 0 0 +UUID=afcc811f-4b20-42fc-9d31-7307a8cfe0df /boot ext4 defaults,x-systemd.device-timeout=0 0 0 +/dev/mapper/openEuler-home /home ext4 defaults 0 0 +/dev/mapper/openEuler-swap swap swap defaults 0 0 +``` + diff --git a/content/en/docs/Installation/why-does-openeuler-fail-to-start-after-i-install-it-to-the-second-disk.md b/content/en/docs/Installation/why-does-openeuler-fail-to-start-after-i-install-it-to-the-second-disk.md new file mode 100644 index 0000000000000000000000000000000000000000..87a9687388c4c7cd0cc9943fdc8d2a630a77bcb4 --- /dev/null +++ b/content/en/docs/Installation/why-does-openeuler-fail-to-start-after-i-install-it-to-the-second-disk.md @@ -0,0 +1,22 @@ +# Why Does openEuler Fail to Start After I Install It to the Second Disk? + +## Symptom + +The operating system is installed on the second disk **sdb** during the installation. After the operating system is restarted, the operating system fails to be started. + +## Possible Cause + +When openEuler is installed to the second disk, MBR and GRUB are installed to the second disk **sdb** by default. The following two conditions may occur: + +1. openEuler installed on the first disk is loaded and started if it is complete. +2. openEuler installed on the first disk fails to be started from hard disks if it is incomplete. + +The preceding two conditions occur because the boot loader is loaded from the first disk **sda** by default to start openEuler on the BIOS window. If openEuler is not installed on the **sda** disk, system restart fails. + +## Solution + +This problem can be solved using either of the following two methods: + +- During the installation of openEuler, select the first disk or both disks, and install the boot loader on the first disk **sda**. +- After installing openEuler, restart it by modifying the disk startup sequence on the BIOS window. + diff --git a/content/en/docs/README.en.md b/content/en/docs/README.en.md deleted file mode 100644 index 0ff5e4b5902ef0b3f78bca64481579507413705d..0000000000000000000000000000000000000000 --- a/content/en/docs/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# doc - -#### Description -This is a doc repository which contains the documentation files. - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) \ No newline at end of file diff --git a/content/en/docs/README.md b/content/en/docs/README.md deleted file mode 100644 index 3d07efe555d3ce74da304571d46338266d5f860e..0000000000000000000000000000000000000000 --- a/content/en/docs/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Introduction - diff --git "a/content/en/docs/UEFI\347\216\257\345\242\203\351\205\215\347\275\256.md" "b/content/en/docs/UEFI\347\216\257\345\242\203\351\205\215\347\275\256.md" deleted file mode 100644 index e3143ded259db1d59b1cfb0b0de1cd1fd42ef9ab..0000000000000000000000000000000000000000 --- "a/content/en/docs/UEFI\347\216\257\345\242\203\351\205\215\347\275\256.md" +++ /dev/null @@ -1,117 +0,0 @@ -# UEFI环境配置 - -本节介绍在UEFI环境下,如何准备 PXE 服务器。 - -## 为使用 UEFI 的系统配置 PXE 服务器 - -1. 安装 tftp 软件包。请作为 root 运行以下命令完成此步骤: - - ``` - # yum install tftp-server - ``` - -2. 在 /etc/xinet.d/tftp 配置文件中,将 disabled 参数从 yes 改为 no。 -3. 将您的 DHCP 服务器配置为使用 shim 打包的引导映像。/etc/dhcp/dhcpd.conf 中的示例配置如下: - - ``` - option space PXE; - option PXE.mtftp-ip code 1 = ip-address; - option PXE.mtftp-cport code 2 = unsigned integer 16; - option PXE.mtftp-sport code 3 = unsigned integer 16; - option PXE.mtftp-tmout code 4 = unsigned integer 8; - option PXE.mtftp-delay code 5 = unsigned integer 8; - option arch code 93 = unsigned integer 16; # RFC4578 - - subnet 10.0.0.0 netmask 255.255.255.0 { - option routers 10.0.0.254; - range 10.0.0.2 10.0.0.253; - - class "pxeclients" { - match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; - next-server 10.0.0.1; - - if option arch = 00:07 { - filename "uefi/shim.efi"; - } else { - filename "pxelinux/pxelinux.0"; - } - } - - host example-ia32 { - hardware ethernet XX:YY:ZZ:11:22:33; - fixed-address 10.0.0.2; - } - } - ``` - -4. 现在您需要 shim 软件包中的 shim.efi 文件,以及 ISO 映像文件中 grub2-efi 软件包的 grubx64.efi 文件。要访问这些文件,请作为 root 运行以下命令: - - ``` - # mount -t iso9660 /path_to_image/name_of_image.iso /mount_point -o loop,ro - ``` - - ``` - # cp -pr /mount_point/Packages/shim-version-architecture.rpm /publicly_available_directory - ``` - - ``` - # cp -pr /mount_point/Packages/grub2-efi-version-architecture.rpm /publicly_available_directory - ``` - - ``` - # umount /mount_point - ``` - - 提取软件包: - - ``` - # rpm2cpio shim-version-architecture.rpm | cpio -dimv - ``` - - ``` - # rpm2cpio grub2-efi-version-architecture.rpm | cpio -dimv - ``` - -5. 在 tftpboot/ 目录中为 EFI 引导映像创建名为 uefi/ 的目录,并从您的 boot 目录复制它们: - - ``` - # mkdir /var/lib/tftpboot/uefi - ``` - - ``` - # cp publicly_available_directory/boot/efi/EFI/redhat/shim.efi /var/lib/tftpboot/uefi/ - ``` - - ``` - # cp publicly_available_directory/boot/efi/EFI/redhat/grubx64.efi /var/lib/tftpboot/uefi/ - ``` - -6. 在 uefi/ 目录中添加名为 grub.cfg 的配置文件。/var/lib/tftpboot/uefi/grub.cfg 配置文件示例类似如下: - - ``` - set timeout=1 - menuentry 'RHEL' { - linuxefi uefi/vmlinuz ip=dhcp inst.repo=http://10.32.5.1/mnt/archive/RHEL-7/7.x/Server/x86_64/os/ - initrdefi uefi/initrd.img - } - ``` - -7. 将引导映像复制到您的 uefi/ 目录下: - - ``` - # cp /path/to/x86_64/os/images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/uefi/ - ``` - -8. 使用 systemctl 命令启用并启动 tftp 和 xinetd 服务。 - - ``` - # systemctl enable xinetd.service tftp.service - ``` - - ``` - # systemctl start xinetd.service tftp.service - ``` - - -完成这个步骤后,PXE 服务器就可以开始网络安装。现在您可以启动要在其中安装EulerOS系统,请在提示您指定引导源时选择 PXE 引导,并开始网络安装。 - diff --git a/content/en/docs/figures/kdump.jpg b/content/en/docs/figures/kdump.jpg deleted file mode 100644 index 80f41fc92aa8549799bdd2599adf83fcfc965f8e..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/kdump.jpg and /dev/null differ diff --git "a/content/en/docs/figures/root\345\257\206\347\240\201.jpg" "b/content/en/docs/figures/root\345\257\206\347\240\201.jpg" deleted file mode 100644 index 8d8e5a5063878699d1ad49dab631ad0a0bf56745..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/root\345\257\206\347\240\201.jpg" and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181886486.png b/content/en/docs/figures/zh-cn_image_0181886486.png deleted file mode 100644 index 0e8d1f75c377713916282d6e75af0485e6beff92..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181886486.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181886916.png b/content/en/docs/figures/zh-cn_image_0181886916.png deleted file mode 100644 index 43ea76ff90ceef5429812ace7ad5113904e4f796..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181886916.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181887005.png b/content/en/docs/figures/zh-cn_image_0181887005.png deleted file mode 100644 index d6ebdc33c0cd3d494a1e39e7365162d2eb64db56..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181887005.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181887010.png b/content/en/docs/figures/zh-cn_image_0181887010.png deleted file mode 100644 index 90f37eeeba490693475cb3105d729c4da2cdddca..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181887010.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181887107.png b/content/en/docs/figures/zh-cn_image_0181887107.png deleted file mode 100644 index f48cd0051bda32378ffe31fbd48ef50c9c68c1e3..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181887107.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181887179.png b/content/en/docs/figures/zh-cn_image_0181887179.png deleted file mode 100644 index 0ac6fb3eeb7c56bf87f7da4083d086bce822ef62..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181887179.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181889300.png b/content/en/docs/figures/zh-cn_image_0181889300.png deleted file mode 100644 index 2315779647b747672ff0190b20c20a72ba3e12d6..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181889300.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181901231.png b/content/en/docs/figures/zh-cn_image_0181901231.png deleted file mode 100644 index 96ba92d91a26c48c793246346e23dbae1c1cfbdb..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181901231.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181901272.png b/content/en/docs/figures/zh-cn_image_0181901272.png deleted file mode 100644 index 1851315393ed001cb3cc5b882c7fdc97741da5b6..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181901272.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181901666.png b/content/en/docs/figures/zh-cn_image_0181901666.png deleted file mode 100644 index 2f522b786e4e51255ffc5763e557ac24cc768d1a..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181901666.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181901679.png b/content/en/docs/figures/zh-cn_image_0181901679.png deleted file mode 100644 index 8040cf23204456fac6f2850be9c30d23bef22851..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181901679.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181901680.png b/content/en/docs/figures/zh-cn_image_0181901680.png deleted file mode 100644 index 27142d557ee3e46281e896a46e32ae42bb54edc7..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181901680.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0181924171.png b/content/en/docs/figures/zh-cn_image_0181924171.png deleted file mode 100644 index 0f9ac57fa82bc7fa0cbe310bf5363439d0e25539..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0181924171.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0183223375.png b/content/en/docs/figures/zh-cn_image_0183223375.png deleted file mode 100644 index 242c847fdd756b877284c5385a0bbdeffce01964..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0183223375.png and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0183223404.jpg b/content/en/docs/figures/zh-cn_image_0183223404.jpg deleted file mode 100644 index cb721b7ad09a29abb36e0dd0dacfd0ee803048e6..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0183223404.jpg and /dev/null differ diff --git a/content/en/docs/figures/zh-cn_image_0183223509.jpg b/content/en/docs/figures/zh-cn_image_0183223509.jpg deleted file mode 100644 index 4fb7c5b550b1e341b4afe712e90360de7474100d..0000000000000000000000000000000000000000 Binary files a/content/en/docs/figures/zh-cn_image_0183223509.jpg and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\345\205\250\347\255\226\347\225\245.png" "b/content/en/docs/figures/\345\256\211\345\205\250\347\255\226\347\225\245.png" deleted file mode 100644 index ac76ade9cfba315278591a240d8b42d9497d6031..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\345\205\250\347\255\226\347\225\245.png" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\344\275\215\347\275\256.jpg" "b/content/en/docs/figures/\345\256\211\350\243\205\344\275\215\347\275\256.jpg" deleted file mode 100644 index cb9c32cbea87eca83031de3a9b8e5851cebb3c9c..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\344\275\215\347\275\256.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\345\274\225\345\257\274\347\225\214\351\235\242-0.png" "b/content/en/docs/figures/\345\256\211\350\243\205\345\274\225\345\257\274\347\225\214\351\235\242-0.png" deleted file mode 100644 index a3566eb843897f7fc4c9c875306246589909327b..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\345\274\225\345\257\274\347\225\214\351\235\242-0.png" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\345\274\225\345\257\274\347\225\214\351\235\242.png" "b/content/en/docs/figures/\345\256\211\350\243\205\345\274\225\345\257\274\347\225\214\351\235\242.png" deleted file mode 100644 index 38d764a3df898d13f1feeec06986a11e4aa9311b..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\345\274\225\345\257\274\347\225\214\351\235\242.png" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\346\246\202\350\247\210.jpg" "b/content/en/docs/figures/\345\256\211\350\243\205\346\246\202\350\247\210.jpg" deleted file mode 100644 index 995c04ca1cb38fc04e04a187c7867131f2b0ce13..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\346\246\202\350\247\210.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\346\272\220.jpg" "b/content/en/docs/figures/\345\256\211\350\243\205\346\272\220.jpg" deleted file mode 100644 index b0d9cda29a72ebdc958cfc3c09f9877bbad8622d..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\346\272\220.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\350\275\257\344\273\266.png" "b/content/en/docs/figures/\345\256\211\350\243\205\350\275\257\344\273\266.png" deleted file mode 100644 index c9a95919e400e959f67f84630391c7254aefbc60..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\350\275\257\344\273\266.png" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\211\350\243\205\350\277\207\347\250\213.jpg" "b/content/en/docs/figures/\345\256\211\350\243\205\350\277\207\347\250\213.jpg" deleted file mode 100644 index 114ae61b6b0097bf08c5c93a57fee06b9964a419..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\211\350\243\205\350\277\207\347\250\213.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\345\256\214\346\210\220\345\256\211\350\243\205.jpg" "b/content/en/docs/figures/\345\256\214\346\210\220\345\256\211\350\243\205.jpg" deleted file mode 100644 index 513293a264e1df98d11392141fa0b9999ae59d9c..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\256\214\346\210\220\345\256\211\350\243\205.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\345\274\200\345\247\213\345\256\211\350\243\205.jpg" "b/content/en/docs/figures/\345\274\200\345\247\213\345\256\211\350\243\205.jpg" deleted file mode 100644 index 3669b276c2f5fbd75f1efc135dbbfcce25cb17c3..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\345\274\200\345\247\213\345\256\211\350\243\205.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\346\211\213\345\212\250\346\267\273\345\212\240bond0.png" "b/content/en/docs/figures/\346\211\213\345\212\250\346\267\273\345\212\240bond0.png" deleted file mode 100644 index db825ffca1432eb1b19de175c2951106f966c531..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\346\211\213\345\212\250\346\267\273\345\212\240bond0.png" and /dev/null differ diff --git "a/content/en/docs/figures/\346\227\245\346\234\237-\346\227\266\351\227\264.jpg" "b/content/en/docs/figures/\346\227\245\346\234\237-\346\227\266\351\227\264.jpg" deleted file mode 100644 index 616e0832cbed2a29ad13177408c4e9c8776daeb5..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\346\227\245\346\234\237-\346\227\266\351\227\264.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\347\231\273\345\275\225\347\225\214\351\235\242.jpg" "b/content/en/docs/figures/\347\231\273\345\275\225\347\225\214\351\235\242.jpg" deleted file mode 100644 index ff45943325a2a7226bc7a29ca0811315b078f388..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\347\231\273\345\275\225\347\225\214\351\235\242.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215-1.jpg" "b/content/en/docs/figures/\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215-1.jpg" deleted file mode 100644 index 792b61de21d42cab95e0be3f45e82e9bb80a1cd1..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215-1.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215.jpg" "b/content/en/docs/figures/\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215.jpg" deleted file mode 100644 index 792b61de21d42cab95e0be3f45e82e9bb80a1cd1..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\350\257\255\350\250\200\346\224\257\346\214\201.jpg" "b/content/en/docs/figures/\350\257\255\350\250\200\346\224\257\346\214\201.jpg" deleted file mode 100644 index 88da6c7141e7073d930f25881eebada7ee1e2679..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\350\257\255\350\250\200\346\224\257\346\214\201.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\351\200\211\346\213\251\350\257\255\350\250\200.jpg" "b/content/en/docs/figures/\351\200\211\346\213\251\350\257\255\350\250\200.jpg" deleted file mode 100644 index 52b9546b17edb3cbbdc6921f0e8b3cef9b61fa60..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\351\200\211\346\213\251\350\257\255\350\250\200.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\351\224\256\347\233\230\351\205\215\347\275\256.jpg" "b/content/en/docs/figures/\351\224\256\347\233\230\351\205\215\347\275\256.jpg" deleted file mode 100644 index c08425d413952092563f43e6831de5af3ac84359..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\351\224\256\347\233\230\351\205\215\347\275\256.jpg" and /dev/null differ diff --git "a/content/en/docs/figures/\351\225\234\345\203\217\345\257\271\350\257\235\346\241\206.png" "b/content/en/docs/figures/\351\225\234\345\203\217\345\257\271\350\257\235\346\241\206.png" deleted file mode 100644 index a7baed98a8caba6010fb8d9779a393297f224d5e..0000000000000000000000000000000000000000 Binary files "a/content/en/docs/figures/\351\225\234\345\203\217\345\257\271\350\257\235\346\241\206.png" and /dev/null differ diff --git a/content/en/docs/get-started.md b/content/en/docs/get-started.md deleted file mode 100644 index 53f8aa45aa7749f66db43da197e286bdd2a89ff4..0000000000000000000000000000000000000000 --- a/content/en/docs/get-started.md +++ /dev/null @@ -1,3 +0,0 @@ -### Get started - -#### diff --git a/content/en/docs/home.md b/content/en/docs/home.md deleted file mode 100644 index 432d95fe4a97c9658fdce10aad35d72c84029867..0000000000000000000000000000000000000000 --- a/content/en/docs/home.md +++ /dev/null @@ -1,10 +0,0 @@ -# 前言 - -## 概述 - -本文档简要描述如何在xxx体系结构中完成openEuler的默认安装。文中安装使用openEulerxxx版本。 - -## 读者对象 - -本文档适用于所有使用openEuler系统的用户。 - diff --git a/content/en/docs/public_sys-resources/icon-notice.gif b/content/en/docs/public_sys-resources/icon-notice.gif deleted file mode 100644 index 49bb8ed90917b6e0d13abe0b6b81a5a6367b5974..0000000000000000000000000000000000000000 Binary files a/content/en/docs/public_sys-resources/icon-notice.gif and /dev/null differ diff --git a/content/en/docs/zh-cn_bookmap_0181885089.md b/content/en/docs/zh-cn_bookmap_0181885089.md deleted file mode 100644 index 7639559f5958d0f3d2ea04485280871fb59a5222..0000000000000000000000000000000000000000 --- a/content/en/docs/zh-cn_bookmap_0181885089.md +++ /dev/null @@ -1,53 +0,0 @@ -# openEuler 安装指南 - -- [前言](前言.md) -- [安装准备](安装准备.md) - - [获取安装源](获取安装源.md) - - [硬件兼容支持](硬件兼容支持.md) - - [最小硬件要求](最小硬件要求.md) - -- [启动安装](启动安装.md) - - [通过光盘安装](通过光盘安装.md) - - [通过U盘安装](通过U盘安装.md) - - [通过硬盘安装](通过硬盘安装.md) - - [使用PXE通过网络安装](使用PXE通过网络安装.md) - - [总体介绍](总体介绍.md) - - [准备安装源](准备安装源.md) - - [在NFS服务器](在NFS服务器.md) - - [在FTP、HTTPS和HTTP服务器](在FTP-HTTPS和HTTP服务器.md) - - - [配置PXE引导](配置PXE引导.md) - - [BIOS环境配置【删除】](BIOS环境配置-删除.md) - - [UEFI环境配置](UEFI环境配置.md) - - - [启动安装](启动安装-0.md) - - - [安装引导菜单](安装引导菜单.md) - -- [安装过程](安装过程.md) - - [启动安装](启动安装-1.md) - - [设置安装程序语言](设置安装程序语言.md) - - [进入安装设置界面](进入安装设置界面.md) - - [设置安装参数](设置安装参数.md) - - [设置时间&日期](设置时间-日期.md) - - [设置键盘](设置键盘.md) - - [设置系统语言](设置系统语言.md) - - [设置安全策略](设置安全策略.md) - - [设置安装源](设置安装源.md) - - [选择安装软件](选择安装软件.md) - - [设置安装位置](设置安装位置.md) - - [设置Kdump](设置Kdump.md) - - [设置网络和主机名](设置网络和主机名.md) - - - [开始安装](开始安装.md) - - [安装过程配置](安装过程配置.md) - - [安装完成](安装完成.md) - - [初始设置](初始设置.md) - -- [临时参考](临时参考.md) - - [安装过程参考](安装过程参考.md) - - [安装openEuler](安装openEuler.md) - - [法律声明(不需要?)](法律声明(不需要-).md) - - [高级设置](高级设置.md) - - diff --git "a/content/en/docs/\344\270\264\346\227\266\345\217\202\350\200\203.md" "b/content/en/docs/\344\270\264\346\227\266\345\217\202\350\200\203.md" deleted file mode 100644 index 105d12defa203c18e25c1e70b0f2c4bb00da5253..0000000000000000000000000000000000000000 --- "a/content/en/docs/\344\270\264\346\227\266\345\217\202\350\200\203.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 临时参考 - -- **[安装过程参考](安装过程参考.md)** - -- **[安装openEuler](安装openEuler.md)** - -- **[法律声明(不需要?)](法律声明(不需要-).md)** - -- **[高级设置](高级设置.md)** - - diff --git "a/content/en/docs/\344\275\277\347\224\250PXE\351\200\232\350\277\207\347\275\221\347\273\234\345\256\211\350\243\205.md" "b/content/en/docs/\344\275\277\347\224\250PXE\351\200\232\350\277\207\347\275\221\347\273\234\345\256\211\350\243\205.md" deleted file mode 100644 index 5d4534ccdb2875befa3080e10ea09eed212a6147..0000000000000000000000000000000000000000 --- "a/content/en/docs/\344\275\277\347\224\250PXE\351\200\232\350\277\207\347\275\221\347\273\234\345\256\211\350\243\205.md" +++ /dev/null @@ -1,13 +0,0 @@ -# 使用PXE通过网络安装 - -要使用 PXE 引导,您需要正确配置的服务器以及您的计算机支持 PXE 的网络接口。 - -- **[总体介绍](总体介绍.md)** - -- **[准备安装源](准备安装源.md)** - -- **[配置PXE引导](配置PXE引导.md)** - -- **[启动安装](启动安装-0.md)** - - diff --git "a/content/en/docs/\345\207\206\345\244\207\345\256\211\350\243\205\346\272\220.md" "b/content/en/docs/\345\207\206\345\244\207\345\256\211\350\243\205\346\272\220.md" deleted file mode 100644 index 2a1a1df842db897cc8549509796e68714ecb3613..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\207\206\345\244\207\345\256\211\350\243\205\346\272\220.md" +++ /dev/null @@ -1,9 +0,0 @@ -# 准备安装源 - -将安装源放在网络中的优点是可让您使用单一源安装多个系统而无需连接和断开任何物理介质,并且完全不需要生成任何物理介质,可同时在多个系统中方便部署EulerOS。 - -- **[在NFS服务器](在NFS服务器.md)** - -- **[在FTP、HTTPS和HTTP服务器](在FTP-HTTPS和HTTP服务器.md)** - - diff --git "a/content/en/docs/\345\210\235\345\247\213\350\256\276\347\275\256.md" "b/content/en/docs/\345\210\235\345\247\213\350\256\276\347\275\256.md" deleted file mode 100644 index d55b25397df5f125c1b72955f0a6b0ea702e0b36..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\210\235\345\247\213\350\256\276\347\275\256.md" +++ /dev/null @@ -1,23 +0,0 @@ -# 初始设置 - -## 设置网络和主机名 - -配置许可信息完成后,系统会显示[图1](#zh-cn_topic_0090571616_fig12429121720485)所示界面,需要用户对网络进行设置,可参考[设置网络和主机名](设置网络和主机名.md)。系统安装成功之后,用户可以通过**modprobe bonding** 命令手动增加bond0,如[图2](#zh-cn_topic_0090571616_fig4657324115317)。 - -完成配置后,单击“完成”,进入初始设置界面,单击“完成配置”,即可进入用户登录界面,如[图3](#zh-cn_topic_0090571616_zh-cn_topic_0084097773_zh-cn_topic_0072985183_zh-cn_topic_0050852534_zh-cn_topic_0023047520_fig11453122164219)所示。 - -**图 1** 网络和主机名 -![](figures/网络和主机名-1.jpg "网络和主机名-1") - -**图 2** 手动添加bond0 -![](figures/手动添加bond0.png "手动添加bond0") - -**图 3** 登录界面 -![](figures/登录界面.jpg "登录界面") - -## 查看kdump服务状态 - -登录服务器之后,进入命令行界面,在界面中执行** systemctl status kdump**,查看kdump服务是否正常。如果kdump不处于active状态,常见原因是内核启动参数中crashkernel配置不正确,请参考“调试指南”-\>"kdump"中配置kdump参数说明章节。 - -![](figures/zh-cn_image_0183223375.png) - diff --git "a/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205-0.md" "b/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205-0.md" deleted file mode 100644 index d90eb29c71d67dc7e61c1c5fc89a629483ab230f..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205-0.md" +++ /dev/null @@ -1,15 +0,0 @@ -# 启动安装 - -要使用PXE网络安装,您需要将计算机的BIOS配置为优先使用网络接口引导。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->有些BIOS系统指定网络接口作为可能的引导设备,但不支持 PXE 标准,具体请查看相应硬件文档。PXE启动过程要求使用物理连接,例如以太网,无线连接不适用于这种情况。 - -请参照以下步骤使用PXE服务器引导安装程序: - -1. 保证网线连接正常。此时网络插槽中的连接指示灯应该是亮的,即使计算机关机也是如此。 -2. 打开计算机。 -3. 由于硬件不同,有些网络设置和诊断信息可能在计算机连接到 PXE 服务器之前就能显示。连接后,会根据 PXE 服务器配置显示一个菜单,根据需要选择对应数字。 - -此时已成功启动安装程序,同时会出现引导页面,该页面中包含各种引导选项。如果您在一分钟内未进行任何操作,安装程序会自动开始安装。 - diff --git "a/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205-1.md" "b/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205-1.md" deleted file mode 100644 index 15deb9a67ba8baddf13ce55a4356286deb0d528c..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205-1.md" +++ /dev/null @@ -1,43 +0,0 @@ -# 启动安装 - -在服务器的光驱中加载EulerOS V2.0安装镜像,重启服务器,具体步骤如下。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->- 在安装开始前,需要保证服务器启动选项为光驱优先。安装步骤以BMC挂载虚拟光驱进行光盘安装的操作举例。通过物理光驱安装的操作简单,启动安装后的流程相同,在此不再说明。 ->- 进入rescue 模式下,输出定向到vnc或kvm端,串口不可用。 - -1. 在虚拟界面工具栏中,单击虚拟光驱工具如[图1](#zh-cn_topic_0090571600_zh-cn_topic_0084097757_zh-cn_topic_0072985197_zh-cn_topic_0050852519_zh-cn_topic_0022427765_fig31242898155940)所示。 - - **图 1** 光驱图标 - ![](../figures/光驱图标.png "光驱图标") - - 弹出镜像对话框,如[图2](#zh-cn_topic_0090571600_zh-cn_topic_0084097757_zh-cn_topic_0072985197_zh-cn_topic_0050852519_zh-cn_topic_0022427765_fig39263502155940)所示。 - - **图 2** 镜像对话框 - ![](figures/镜像对话框.png "镜像对话框") - -2. 在镜像对话框中,选择“镜像文件”, 并单击“浏览”。弹出“打开”对话框。 -3. 选择镜像文件,单击“打开”。然后在镜像对话框中,单击“连接”。当“连接”显示为“断开”后,表示虚拟光驱已连接到服务器。 -4. 在工具栏中,单击重启工具重启设备,如[图3](#zh-cn_topic_0090571600_zh-cn_topic_0084097757_zh-cn_topic_0072985197_zh-cn_topic_0050852519_zh-cn_topic_0022427765_fig3226533216041)所示。 - - **图 3** 重启图标 - ![](figures/重启图标.png "重启图标") - - -系统安装正常启动后,进入[图4](#zh-cn_topic_0090571600_zh-cn_topic_0084097757_fig66257691162016)所示界面,推荐用户采用默认选项。如果要选择默认选项之外的选项,请使用键盘中的箭头按键进行选择,并在选项为高亮状态时按“Enter”键。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->系统在1分钟内不做任何选择的情况下,将选择默认选项自动进入安装界面。 - -**图 4** 安装引导界面 -![](figures/安装引导界面-0.png "安装引导界面-0") - -安装引导选项说明如下: - -- Install EulerOS V2.0SP3 with GUI mode——在您的服务器上使用图形安装程序安装。 - -- Test this media & install EulerOS V2.0SP3——默认选项,在您的服务器上使用图形安装程序安装,但在启动安装程序前会进行安装介质的完整性检查。 -- Install EulerOS V2.0SP3 with text mode ——在您的服务器上使用文本模式安装。安装的过程在系统的串口ttyS0中完成 - -- Troubleshooting ——包含的选项可帮助您解决各种安装问题,选中后,按Enter键显示其内容。 - diff --git "a/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205.md" "b/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205.md" deleted file mode 100644 index d6a3b11afdc282cb81c54289687537c24bd50305..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\220\257\345\212\250\345\256\211\350\243\205.md" +++ /dev/null @@ -1,13 +0,0 @@ -# 启动安装 - -- **[通过光盘安装](通过光盘安装.md)** - -- **[通过U盘安装](通过U盘安装.md)** - -- **[通过硬盘安装](通过硬盘安装.md)** - -- **[使用PXE通过网络安装](使用PXE通过网络安装.md)** - -- **[安装引导菜单](安装引导菜单.md)** - - diff --git "a/content/en/docs/\345\234\250FTP-HTTPS\345\222\214HTTP\346\234\215\345\212\241\345\231\250.md" "b/content/en/docs/\345\234\250FTP-HTTPS\345\222\214HTTP\346\234\215\345\212\241\345\231\250.md" deleted file mode 100644 index 5d08c3254cb61152ea11e959ac6caa3634694556..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\234\250FTP-HTTPS\345\222\214HTTP\346\234\215\345\212\241\345\231\250.md" +++ /dev/null @@ -1,94 +0,0 @@ -# 在FTP、HTTPS和HTTP服务器 - -本节介绍配置的操作步骤,使目标机远程访问存放在服务器上的安装源。 - -## 背景信息 - -安装时,用户也可以通过FTP、HTTP或者HTTPS访问安装源,进行网络安装。与之前介绍的NFS方法有些不同,这里使用了安装树(从二进制DVD ISO映像中提取的内容)和一个有效的. treeinfo文件。 - -## 配置FTP - -1. 安装vsftpd软件包。执行以下命令: - - ``` - # yum install vsftpd - ``` - -2. 在文本编辑器中(比如vim) 打开“/etc/vsftpd/vsftpd.conf”文件。编辑您需要修改的选项。相关选项说明请查看“vsftpd.conf\(5\) man page”。 - - >![](public_sys-resources/icon-note.gif) **说明:** - >后续步骤中假设使用默认配置,在这种情况下,需要保证匿名用户有读取文件的权限。 - -3. 将完整EulerOS二进制ISO复制到FTP服务器中。 -4. 使用 mount 挂载二进制ISO映像。执行以下命令: - - ``` - # mount -o loop,ro -t iso9660 /path/to/image.iso /path/to/mount-point - ``` - - 使用二进制ISO映像的存放路径替换“/path/to/image.iso”;使用实际的挂载路径替换“/path/to/mount-point”,这里以“/mnt/install/”进行举例。 - -5. 从挂载的映像中提取所有文件,并复制到“/var/ftp/”目录中。以root权限使用以下命令: - - ``` - # cp -r /mnt/install/ /var/ftp/ - ``` - - 执行命令后会创建“/var/ftp/install/”目录,包含完整的EulerOS镜像内容。 - -6. 启动vsftpd服务。使用命令: - - ``` - # systemctl start vsftpd.service - ``` - - 如果在您修改“/etc/vsftpd/vsftpd.conf”配置文件前该服务已经运行,您需要在修改完成后重启vsftpd服务。要重启vsftpd服务,在root权限执行以下命令: - - ``` - # systemctl restart vsftpd.service - ``` - - -完成上述步骤后即可访问该安装树,并将其作为安装源使用。 - -在安装前或者安装过程中配置安装源时,请指定FTP协议以及该服务器的主机名或者IP地址。如果您将安装树复制到该服务器“/var/ftp/”目录的子目录中,也必须指定该目录。例如:如果您将安装树复制到服务器的“/var/ftp/install/”中,且该服务器 IP 地址为 192.168.100.100 ,则必须将安装源指定为“ftp: //192.168.100.100/install /。 - -## 配置HTTP/HTTPS - -1. 安装httpd软件包。执行以下命令: - - ``` - # yum install httpd - ``` - - >![](public_sys-resources/icon-note.gif) **说明:** - >使用https协议需要进行额外配置。通常情况下,安装过程中不会涉及到敏感数据的传输,使用http协议会更高效。 - -2. 将完整EulerOS二进制ISO复制到http服务器中。 -3. 使用 mount 挂载二进制ISO映像。执行以下命令: - - ``` - # mount -o loop,ro -t iso9660 /path/to/image.iso /path/to/mount-point - ``` - - 使用二进制ISO映像的存放路径替换“/path/to/image.iso”;使用实际的挂载路径替换“/path/to/mount-point”,这里以“/mnt/install/”进行举例。 - -4. 从挂载的映像中提取所有文件,并复制到“/var/www/html/”目录中。以root权限使用以下命令:myserver.example.com - - ``` - # cp -r /mnt/install/ /var/www/html/ - ``` - - 执行命令后会创建“/var/www/html/install/”目录,包含完整的EulerOS镜像内容。 - -5. 启动httpd服务。使用命令: - - ``` - # systemctl start httpd.service - ``` - - -完成上述步骤后即可访问该安装树,并将其作为安装源使用。 - -在安装前或者安装过程中配置安装源时,请指定http协议以及该服务器的主机名或者IP地址。如果您将安装树复制到该服务器目录的子目录中,也必须指定该目录。例如:如果您将安装树复制到服务器的“/var/www/html/install/”中,且该服务器主机名为myserver.example.com ,则必须将安装源指定为“http://myserver.example.com/install /。 - diff --git "a/content/en/docs/\345\234\250NFS\346\234\215\345\212\241\345\231\250.md" "b/content/en/docs/\345\234\250NFS\346\234\215\345\212\241\345\231\250.md" deleted file mode 100644 index 3c7defe57f9ded7466dd54feece1a1b85dde2645..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\234\250NFS\346\234\215\345\212\241\345\231\250.md" +++ /dev/null @@ -1,53 +0,0 @@ -# 在NFS服务器 - -本节介绍配置NFS(Network File System)的操作步骤,使目标机远程访问存放在服务器上的安装源。 - -## 背景信息 - -NFS允许一个系统在网络上与他人共享目录和文件。通过使用NFS,用户和程序可以像访问本地文件一样访问远端系统上的文件。为了正常工作,NFS服务需要被配置并运行。 - -## 操作步骤 - -1. 安装nfs-utils软件包。执行以下命令: - - ``` - # yum install nfs-utils - ``` - -2. 在文本编辑器中(比如 vim ) 打开“/etc/exports”文件。在exports文件中添加一行,语法如下: - - >![](public_sys-resources/icon-note.gif) **说明:** - >该文件可能不存在,安装 nfs-utils 软件包时不会生成这个文件。如果是这种情况,请手动生成该文件。 - - ``` - /path/to/exported/directory host(options) - ``` - - 将您要使用的目录的完整路径替换“/path/to/exported/directory”,使用导出目录可访问的IP地址替换host,使用要采用的选项替换options。 - -3. 完成配置后保存“/etc/exports”文件并退出文本编辑器。 -4. 将二进制ISO文件传送到指定的 NFS 导出目录中。执行以下命令: - - ``` - # mv /path/to/image.iso /nfs/exported/directory/ - ``` - - 您需要使用二进制ISO映像的路径替换/path/to/image.iso,使用在/etc/exports配置文件中指定的导出目录路径替换 /nfs/exported/directory/。 - -5. 启动nfs服务。以root权限使用以下命令: - - ``` - # systemctl start nfs.service - ``` - - 如果在您修改“/etc/exports”配置文件前该服务已经运行,您需要在修改完成后重启nfs服务。要重启nfs服务,在root权限执行以下命令: - - ``` - # systemctl restart nfs.service - ``` - - -完成上述步骤后就可以通过NFS访问二进制ISO映像,并准备将其作为安装源使用。 - -在安装前或者安装过程中配置安装源时,请指定 NFS 协议以及该服务器的主机名。如果您将安装树复制到共享根目录的子目录中,也必须指定该目录。例如:如果您将安装树复制到该服务器的“/mnt/nfs/install/”中,该服务器主机名为myserver.example.com,则必须将安装源指定为“nfs:myserver.example.com:/install”。 - diff --git "a/content/en/docs/\345\256\211\350\243\205openEuler.md" "b/content/en/docs/\345\256\211\350\243\205openEuler.md" deleted file mode 100644 index 7dcdfdcbbfce41c6527fef3bd9fdf484d1b8d389..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205openEuler.md" +++ /dev/null @@ -1,12 +0,0 @@ -# 安装openEuler - -如果计算机上没有安装Linux系统或者要替换现有的Linux系统,请遵循如下指导。 - -1. 将openEuler xxx,启动安装程序? -2. 在设置安装程序语言界面,使用鼠标单击“继续”,进入安装界面。 -3. 在安装界面,等待系统完成“日期和时间”、“键盘”等的自动配置,即配置项的告警符号消失。 -4. 单击“安装位置”,进行手动配置系统安装路径后,安装界面所有配置项的告警符号消失,单击“开始安装”。 -5. 在用户设置界面,单击“root密码”图标,进入设置root密码界面,并按照密码复杂度要求手动设置密码。 -6. 等待系统安装,大约需要10分钟。 -7. 系统安装成功。 - diff --git "a/content/en/docs/\345\256\211\350\243\205\345\207\206\345\244\207.md" "b/content/en/docs/\345\256\211\350\243\205\345\207\206\345\244\207.md" deleted file mode 100644 index abedc104e6ef7752f287b31f50ca078ad23eff3c..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205\345\207\206\345\244\207.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 安装准备 - -介绍安装前需要考虑软硬件兼容性状况,以及相关的配置和准备工作。 - -- **[获取安装源](获取安装源.md)** - -- **[硬件兼容支持](硬件兼容支持.md)** - -- **[最小硬件要求](最小硬件要求.md)** - - diff --git "a/content/en/docs/\345\256\211\350\243\205\345\256\214\346\210\220.md" "b/content/en/docs/\345\256\211\350\243\205\345\256\214\346\210\220.md" deleted file mode 100644 index 66976eae980e5e91034d2f787c213a36855ecaab..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205\345\256\214\346\210\220.md" +++ /dev/null @@ -1,15 +0,0 @@ -# 安装完成 - -此刻,EulerOS V2.0操作系统完成安装,如[图1](#fig89461337184111)所示。单击“完成配置”,然后再单击“重启”,系统重新启动。 - -**图 1** 完成安装 -![](figures/完成安装.jpg "完成安装") - ->![](public_sys-resources/icon-note.gif) **说明:** ->请记住如果在重启过程中安装光盘没有自动弹出,则请手动取出。 - -重启完成后,根据用户在[选择安装软件](选择安装软件.md)的设置,会产生不同的结果: - -- 若用户选择“基础系统”,则可以直接进入EulerOS命令行登录界面。 -- 若用户选择“带GUI的服务器”,则需要用户进行一些[初始设置](初始设置.md),然后就可以开始使用EulerOS。 - diff --git "a/content/en/docs/\345\256\211\350\243\205\345\274\225\345\257\274\350\217\234\345\215\225.md" "b/content/en/docs/\345\256\211\350\243\205\345\274\225\345\257\274\350\217\234\345\215\225.md" deleted file mode 100644 index f72f9ef2fdda562511eec30d321466c67be43883..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205\345\274\225\345\257\274\350\217\234\345\215\225.md" +++ /dev/null @@ -1,18 +0,0 @@ -# 安装引导菜单 - -系统使用引导介质完成引导后会显示引导菜单。该引导菜单除启动安装程序外还提供一些选项。安装系统时,推荐用户采用默认选项。如果要选择默认选项之外的选项,请使用键盘中的箭头按键进行选择,并在选项为高亮状态时按“Enter”键。如果在 60 秒内未按任何按键,则将运行默认引导选项(高亮突出为白色的那个选项)。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->在安装开始前,需要保证服务器启动选项为光盘优先。 - -**图 1** 安装引导界面 -![](figures/安装引导界面.png "安装引导界面") - -安装引导选项说明如下: - -- Install EulerOS V2.0——在您的服务器上使用图形安装程序安装。 - -- Test this media & install EulerOS V2.0——默认选项,在您的服务器上使用图形安装程序安装,但在启动安装程序前会进行安装介质的完整性检查。 - -- Troubleshooting ——包含的选项可帮助您解决各种安装问题,选中后,按 Enter 键显示其内容。 - diff --git "a/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213.md" "b/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213.md" deleted file mode 100644 index 7be28de3b71f83a5f5782b81ebce02365213ad57..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213.md" +++ /dev/null @@ -1,21 +0,0 @@ -# 安装过程 - -本章介绍如何在图形化模式下通过光盘安装EulerOS V2.0。 - -- **[启动安装](启动安装-1.md)** - -- **[设置安装程序语言](设置安装程序语言.md)** - -- **[进入安装设置界面](进入安装设置界面.md)** - -- **[设置安装参数](设置安装参数.md)** - -- **[开始安装](开始安装.md)** - -- **[安装过程配置](安装过程配置.md)** - -- **[安装完成](安装完成.md)** - -- **[初始设置](初始设置.md)** - - diff --git "a/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213\345\217\202\350\200\203.md" "b/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213\345\217\202\350\200\203.md" deleted file mode 100644 index 16366abfdd9d94186ae099a924dadfc9703aa408..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213\345\217\202\350\200\203.md" +++ /dev/null @@ -1,40 +0,0 @@ -# 安装过程参考 - -![](figures/zh-cn_image_0181886486.png) - -使用鼠标点击继续 - -![](figures/zh-cn_image_0181886916.png) - -等待,日期、键盘、安装源、软件选择会自己配置 - -安装位置手动配置? - -![](figures/zh-cn_image_0181887005.png) - -![](figures/zh-cn_image_0181887010.png) - -安装一系列外围报? - -![](figures/zh-cn_image_0181887107.png) - -![](figures/zh-cn_image_0181887179.png) - -10多分钟,这里要手动配置,密码提示不友好,没有说明规则,用户不创建,也可以进入下一步 - -![](figures/zh-cn_image_0181889300.png) - -![](figures/zh-cn_image_0181901231.png) - -![](figures/zh-cn_image_0181901272.png) - -![](figures/zh-cn_image_0181901666.png) - -点击重启后 - -![](figures/zh-cn_image_0181901679.png) - -![](figures/zh-cn_image_0181901680.png) - -![](figures/zh-cn_image_0181924171.png) - diff --git "a/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213\351\205\215\347\275\256.md" "b/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213\351\205\215\347\275\256.md" deleted file mode 100644 index 569f7530e0f9d7f725a2400f0a509a8639387115..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\256\211\350\243\205\350\277\207\347\250\213\351\205\215\347\275\256.md" +++ /dev/null @@ -1,49 +0,0 @@ -# 安装过程配置 - -开始安装后会出现进度页面,显示安装进度及所选软件包写入系统的进度。 - -**图 1** 安装过程 -![](figures/安装过程.jpg "安装过程") - -安装软件包的过程中,需要用户配置root密码、创建用户。 - -## 密码复杂度 - -用户在设置root用户密码或者新创建用户密码时,需要满足密码复杂度要求,否则会设置失败。设置密码的复杂度的要求如下: - -1. 口令长度至少8个字符。 -2. 口令至少包含大写字母、小写字母、数字和特殊字符中的任意3种。 -3. 口令不能和账号一样。 -4. 口令不能使用字典词汇。 - -## 设置root密码 - -单击“ROOT密码”,弹出设置密码界面如[图2](#zh-cn_topic_0090571614_zh-cn_topic_0084097771_zh-cn_topic_0072985013_zh-cn_topic_0050852532_zh-cn_topic_0022427724_fig2801928162949)所示,输入密码并重新输入确认。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->root密码需要在安装软件包的同时进行配置,如果不配置该密码则无法完成安装。root账户是用来执行关键系统管理任务,不建议您在日常工作及系统访问时使用root账户。 - -**图 2** root密码 -![](figures/root密码.jpg "root密码") - -完成设置后,单击左上角的“完成”,返回安装过程界面。 - -## 创建用户 - -单击“创建用户”,弹出创建用户的界面如[图3](#zh-cn_topic_0090571614_zh-cn_topic_0084097771_zh-cn_topic_0072985013_zh-cn_topic_0050852532_zh-cn_topic_0022427724_fig3095814216301)所示。输入用户名,并设置密码。另外您还可以通过“高级”选项设置用户主目录、用户组等,如[图4](#zh-cn_topic_0090571614_zh-cn_topic_0084097771_zh-cn_topic_0072985013_zh-cn_topic_0050852532_zh-cn_topic_0022427724_fig4494915816301)所示。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->出于系统安全考虑,EulerOS禁止root用户直接ssh远程登录。建议您在此创建普通用户,并加入wheel群组,方便您在系统安装完成后远程登录。 - -**图 3** 创建用户 - - -![](figures/zh-cn_image_0183223404.jpg) - -**图 4** 高级用户配置 - - -![](figures/zh-cn_image_0183223509.jpg) - -完成设置后,单击左上角的“完成”,返回安装过程界面。 - diff --git "a/content/en/docs/\345\274\200\345\247\213\345\256\211\350\243\205.md" "b/content/en/docs/\345\274\200\345\247\213\345\256\211\350\243\205.md" deleted file mode 100644 index 61057eea85761b75de80c40f8cb37ff5d02dac86..0000000000000000000000000000000000000000 --- "a/content/en/docs/\345\274\200\345\247\213\345\256\211\350\243\205.md" +++ /dev/null @@ -1,7 +0,0 @@ -# 开始安装 - -在安装界面上完成所有必填选项的配置后,界面上的警告会消失。此时,用户可以单击“开始安装”进行系统安装。 - -**图 1** 开始安装 -![](figures/开始安装.jpg "开始安装") - diff --git "a/content/en/docs/\346\200\273\344\275\223\344\273\213\347\273\215.md" "b/content/en/docs/\346\200\273\344\275\223\344\273\213\347\273\215.md" deleted file mode 100644 index b44ea890f73a8baff52db69b0160f32f14922608..0000000000000000000000000000000000000000 --- "a/content/en/docs/\346\200\273\344\275\223\344\273\213\347\273\215.md" +++ /dev/null @@ -1,9 +0,0 @@ -# 总体介绍 - -如果目标硬件安装有支持PXE的网络接口卡,我们可以配置它从其他网络系统的文件而不是本地介质(如光盘)来引导计算机并执行Anaconda安装程序。 - -对于PXE网络安装,客户机通过支持PXE的网卡,向网络发送请求DHCP信息的广播,请求IP地址等信息。DHCP服务器给客户机提供一个IP地址和其他网络信息如域名服务器、ftp服务器(它提供启动安装程序所必须的文件)的IP地址或主机名,以及服务器上文件的位置。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->这里不会详细讨论tftp、DHCP等服务器配置,只介绍涉及到PXE安装的相关设置。 - diff --git "a/content/en/docs/\346\263\225\345\276\213\345\243\260\346\230\216\357\274\210\344\270\215\351\234\200\350\246\201-\357\274\211.md" "b/content/en/docs/\346\263\225\345\276\213\345\243\260\346\230\216\357\274\210\344\270\215\351\234\200\350\246\201-\357\274\211.md" deleted file mode 100644 index ae09ca45c431244b57b37f07d78cc6a71e6fc821..0000000000000000000000000000000000000000 --- "a/content/en/docs/\346\263\225\345\276\213\345\243\260\346\230\216\357\274\210\344\270\215\351\234\200\350\246\201-\357\274\211.md" +++ /dev/null @@ -1,2 +0,0 @@ -# 法律声明(不需要?) - diff --git "a/content/en/docs/\347\241\254\344\273\266\345\205\274\345\256\271\346\224\257\346\214\201.md" "b/content/en/docs/\347\241\254\344\273\266\345\205\274\345\256\271\346\224\257\346\214\201.md" deleted file mode 100644 index c95492c3b8435b851984021b2af195829471bbfe..0000000000000000000000000000000000000000 --- "a/content/en/docs/\347\241\254\344\273\266\345\205\274\345\256\271\346\224\257\346\214\201.md" +++ /dev/null @@ -1,50 +0,0 @@ -# 硬件兼容支持 - -openEuler安装时,应注意的硬件兼容性方面的问题,支持的服务器类型如[表1](#table1290416493212)所示。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->- V2型号服务器使用1620芯片。 ->- 其余型号服务器使用1616芯片。BIOS需支持ACPI。 - -**表 1** 支持的服务器类型 - - - - - - - - - - - - - - - - - - - - - - - - - -

服务器类别

-

原服务器型号

-

机架服务器

-

Taishan 5280

-

机架服务器

-

Taishan 5280 V2

-

机架服务器

-

Taishan 2280

-

机架服务器

-

Taishan 2280 V2

-

高密服务器

-

Taishan X6000

-

高密服务器

-

Taishan X6000 V2

-
- diff --git "a/content/en/docs/\350\216\267\345\217\226\345\256\211\350\243\205\346\272\220.md" "b/content/en/docs/\350\216\267\345\217\226\345\256\211\350\243\205\346\272\220.md" deleted file mode 100644 index d145aef18156c757c8e6310aab0772cc5bba0c24..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\216\267\345\217\226\345\256\211\350\243\205\346\272\220.md" +++ /dev/null @@ -1,6 +0,0 @@ -# 获取安装源 - -在安装开始前,您需要获取openEuler的发布包,我们提供在线ISO下载。 - -下载地址为:[https://developer.huaweicloud.com/euleros/download.html?developlan=Other](https://developer.huaweicloud.com/euleros/download.html?developlan=Other) - diff --git "a/content/en/docs/\350\256\276\347\275\256Kdump.md" "b/content/en/docs/\350\256\276\347\275\256Kdump.md" deleted file mode 100644 index ec90a111ac687d335b71c4b1e385239e434a4bf9..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256Kdump.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 设置Kdump - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“KDUMP”,对kdump进行设置。 - -Kdump设置界面如[图1](#zh-cn_topic_0090571611_zh-cn_topic_0084097768_zh-cn_topic_0072985195_zh-cn_topic_0050852529_zh-cn_topic_0022427547_fig24363500113422)所示,您可以根据需要,设置系统是否使用kdump。如果您需要使用kdump,选择“启用kdump”(默认选择),并设置相关参数。 - -**图 1** kdump -![](figures/kdump.jpg "kdump") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.md" "b/content/en/docs/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.md" deleted file mode 100644 index fa9d3192d4381f166847520fdd1c9e1a98d7a139..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.md" +++ /dev/null @@ -1,9 +0,0 @@ -# 设置安全策略 - -- 在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“安全策略”,设置系统的安全策略。用户可根据实际情况进行调整,如[图1](#zh-cn_topic_0090571607_zh-cn_topic_0084097764_fig4048626916196)所示,单击选择“Default”,单击“选择配置文件”添加所选安全策略,然后单击“完成”。 - -**图 1** 安全策略 -![](figures/安全策略.png "安全策略") - -设置完成后,请单击左上角“完成”返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\344\275\215\347\275\256.md" "b/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\344\275\215\347\275\256.md" deleted file mode 100644 index 044bdd67e03cbaa09617368c2d7515d4e61c3bec..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\344\275\215\347\275\256.md" +++ /dev/null @@ -1,17 +0,0 @@ -# 设置安装位置 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“安装位置”,设置操作系统的安装磁盘及分区。 - -在[图1](#zh-cn_topic_0090571610_zh-cn_topic_0084097767_zh-cn_topic_0072985229_zh-cn_topic_0050852528_zh-cn_topic_0022428014_fig21921376145640)所示的页面中您可以看到计算机中的本地可用存储设备。您还可以通过单击“添加硬盘\(A\)”,添加指定的附加设备或者网络设备。 - -在系统分区时,您可以手动配置分区,也可以选择让安装程序自动分区。如果是在未使用过的存储设备中执行全新安装,或者不需要保留该存储设备中的任何数据,您可以选择“自动配置分区”。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->- 在进行分区时,出于系统性能和安全的考虑,建议您划分如下单独分区:/boot、/var、/var/log 、/var/log/audit、/home、/tmp。 ->- 系统如果配置了swap分区,当系统的物理内存不够用时,会使用swap分区。虽然 swap分区可以增大物理内存大小的限制,但是如果由于内存不足使用到swap分区,会增加系统的响应时间,性能变差。因此在物理内存充足或者性能敏感的系统中,不建议配置swap分区。 - -**图 1** 安装位置 -![](figures/安装位置.jpg "安装位置") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\345\217\202\346\225\260.md" "b/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\345\217\202\346\225\260.md" deleted file mode 100644 index a7a145dbc0b3400f38d0d49be2800e86d0611ab7..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\345\217\202\346\225\260.md" +++ /dev/null @@ -1,21 +0,0 @@ -# 设置安装参数 - -- **[设置时间&日期](设置时间-日期.md)** - -- **[设置键盘](设置键盘.md)** - -- **[设置系统语言](设置系统语言.md)** - -- **[设置安全策略](设置安全策略.md)** - -- **[设置安装源](设置安装源.md)** - -- **[选择安装软件](选择安装软件.md)** - -- **[设置安装位置](设置安装位置.md)** - -- **[设置Kdump](设置Kdump.md)** - -- **[设置网络和主机名](设置网络和主机名.md)** - - diff --git "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\346\272\220.md" "b/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\346\272\220.md" deleted file mode 100644 index 7a4e6ea75365b10ce13a26a64c2804c6547473e7..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\346\272\220.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 设置安装源 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“安装源”,指定安装源的位置。 - -您可以选择可本地访问的安装源,也可以选择网络位置,如[图1](#zh-cn_topic_0090571608_zh-cn_topic_0084097765_zh-cn_topic_0072985232_zh-cn_topic_0050852526_zh-cn_topic_0022427670_fig2728417145551)所示。当前使用完整光盘安装,安装程序会自动探测并显示安装源信息,用户直接使用默认配置即可,不需要进行设置。 - -**图 1** 安装源 -![](figures/安装源.jpg "安装源") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\347\250\213\345\272\217\350\257\255\350\250\200.md" "b/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\347\250\213\345\272\217\350\257\255\350\250\200.md" deleted file mode 100644 index 7a532863fd775b434957c0fb40522d1e311af7e8..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\345\256\211\350\243\205\347\250\213\345\272\217\350\257\255\350\250\200.md" +++ /dev/null @@ -1,9 +0,0 @@ -# 设置安装程序语言 - -启动安装后,在进入安装程序主界面之前,系统会提示用户设置安装过程中使用的语言。当前默认为英语,用户可根据实际情况进行调整,如[图1](#zh-cn_topic_0090571601_zh-cn_topic_0084097758_zh-cn_topic_0072985205_zh-cn_topic_0050852520_zh-cn_topic_0022427924_fig66191175154239)所示,选择“中文”。 - -**图 1** 选择语言 -![](figures/选择语言.jpg "选择语言") - -完成设置后,单击“继续”,进入安装设置主界面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\346\227\266\351\227\264-\346\227\245\346\234\237.md" "b/content/en/docs/\350\256\276\347\275\256\346\227\266\351\227\264-\346\227\245\346\234\237.md" deleted file mode 100644 index 761e5414d1615f3c90e9febc140ba3489db94f2b..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\346\227\266\351\227\264-\346\227\245\346\234\237.md" +++ /dev/null @@ -1,11 +0,0 @@ -# 设置时间&日期 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“日期&时间”,设置系统的时区、日期、时间等。 - -设置时区时,用户可通过鼠标在地图上单击指定的城市,也可以通过页面顶部的“地区”和“城市”下拉菜单进行选择,如[图1](#zh-cn_topic_0090571604_zh-cn_topic_0084097761_zh-cn_topic_0072985233_zh-cn_topic_0050852523_zh-cn_topic_0022427896_fig54860235145511)所示。 - -**图 1** 日期&时间 -![](figures/日期-时间.jpg "日期-时间") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\347\263\273\347\273\237\350\257\255\350\250\200.md" "b/content/en/docs/\350\256\276\347\275\256\347\263\273\347\273\237\350\257\255\350\250\200.md" deleted file mode 100644 index f7527bb0cdda00bd9e036a4f17844502d9dd5aab..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\347\263\273\347\273\237\350\257\255\350\250\200.md" +++ /dev/null @@ -1,9 +0,0 @@ -# 设置系统语言 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“语言支持”,设置系统的语言。用户可根据实际情况进行调整,如[图1](#zh-cn_topic_0090571606_zh-cn_topic_0084097763_zh-cn_topic_0072985187_zh-cn_topic_0050852525_zh-cn_topic_0022427842_fig29649654145538)所示,选择“中文 \> 简体中文”。 - -**图 1** 语言支持 -![](figures/语言支持.jpg "语言支持") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215.md" "b/content/en/docs/\350\256\276\347\275\256\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215.md" deleted file mode 100644 index da63f7e903a400210a5c68542f0de7de3e42d88d..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\347\275\221\347\273\234\345\222\214\344\270\273\346\234\272\345\220\215.md" +++ /dev/null @@ -1,13 +0,0 @@ -# 设置网络和主机名 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“网络和主机名”,设置系统的网络功能。 - -安装程序会自动探测可本地访问的接口。探测到的接口列在左侧方框中,右侧显示相应的接口详情,如[图1](#zh-cn_topic_0090571612_zh-cn_topic_0084097769_fig63775261575)所示。用户可以通过页面右上角的开关,开启或者关闭网络接口。 - -用户可在页面下方“主机名”字段输入主机名。主机名可以是完全限定域名(FQDN),其格式为hostname.domainname;也可以是简要主机名,其格式为hostname。 - -**图 1** 网络和主机名 -![](figures/网络和主机名.jpg "网络和主机名") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\256\276\347\275\256\351\224\256\347\233\230.md" "b/content/en/docs/\350\256\276\347\275\256\351\224\256\347\233\230.md" deleted file mode 100644 index be58af1a2fe784094eeea8a9baf14875f76edc1d..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\256\276\347\275\256\351\224\256\347\233\230.md" +++ /dev/null @@ -1,12 +0,0 @@ -# 设置键盘 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“键盘”,用户可以在系统中添加或者删除多个键盘布局。 - -- 要查看键盘布局,请在左侧选框中单击选中该键盘布局,然后单击下面的“键盘”按钮。 -- 要测试键盘布局,请在左侧选框中单击选中该键盘布局,然后单击右侧文本框内部,输入文本以确认所选键盘布局可正常工作。 - -**图 1** 键盘配置 -![](figures/键盘配置.jpg "键盘配置") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - diff --git "a/content/en/docs/\350\277\233\345\205\245\345\256\211\350\243\205\350\256\276\347\275\256\347\225\214\351\235\242.md" "b/content/en/docs/\350\277\233\345\205\245\345\256\211\350\243\205\350\256\276\347\275\256\347\225\214\351\235\242.md" deleted file mode 100644 index e952c558055ef10f2c97cd22330f3e6de433d580..0000000000000000000000000000000000000000 --- "a/content/en/docs/\350\277\233\345\205\245\345\256\211\350\243\205\350\256\276\347\275\256\347\225\214\351\235\242.md" +++ /dev/null @@ -1,10 +0,0 @@ -# 进入安装设置界面 - -系统安装程序正常启动后,会进入[图1](#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)所示的安装设置主界面。用户可以进行时间、语言、安装源、网络、存储等相关设置。 - ->![](public_sys-resources/icon-note.gif) **说明:** ->部分配置项会有告警符号,用户完成该选项配置后,告警符号消失。当界面上不存在告警符号时,用户才能开始安装。 - -**图 1** 安装概览 -![](figures/安装概览.jpg "安装概览") - diff --git "a/content/en/docs/\351\200\211\346\213\251\345\256\211\350\243\205\350\275\257\344\273\266.md" "b/content/en/docs/\351\200\211\346\213\251\345\256\211\350\243\205\350\275\257\344\273\266.md" deleted file mode 100644 index 044130206adbc5af637c5318f46af3938bf8c1ef..0000000000000000000000000000000000000000 --- "a/content/en/docs/\351\200\211\346\213\251\345\256\211\350\243\205\350\275\257\344\273\266.md" +++ /dev/null @@ -1,13 +0,0 @@ -# 选择安装软件 - -在[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)页面中选择“软件选择”,指定需要安装的软件包。 - -用户需要根据实际的业务需求,在左侧选择一个“基本环境”,然后在右侧选择需要安装的软件包,如[图1](#zh-cn_topic_0090571609_zh-cn_topic_0084097766_fig4011257161812)所示。如果要使用桌面环境,则用户必须选择“带GUI的服务器”,系统安装后才能通过桌面进行操作。 - -**图 1** 安装软件 -![](figures/安装软件.png "安装软件") - -设置完成后,请单击左上角“完成”,返回[安装概览](进入安装设置界面.md#zh-cn_topic_0090571602_zh-cn_topic_0084097759_zh-cn_topic_0072985224_zh-cn_topic_0050852521_zh-cn_topic_0022427576_fig40696565144837)安装配置主页面。 - -【介绍各种模式的差别,以及推荐安装模式】 - diff --git "a/content/en/docs/\351\200\232\350\277\207U\347\233\230\345\256\211\350\243\205.md" "b/content/en/docs/\351\200\232\350\277\207U\347\233\230\345\256\211\350\243\205.md" deleted file mode 100644 index 5fd785e59060af14ea0a62c2763ec4608c6d1077..0000000000000000000000000000000000000000 --- "a/content/en/docs/\351\200\232\350\277\207U\347\233\230\345\256\211\350\243\205.md" +++ /dev/null @@ -1,79 +0,0 @@ -# 通过U盘安装 - -本节介绍如何制作USB盘安装源,并介绍基本的操作步骤,指导用户进行安装。 - -## 准备安装源 - -您需要注意U盘容量的大小,它必须有足够的的空间放下整个镜像,完整的安装镜像大约4G。 - -很多的Linux发行版都提供生成live USB介质的内置工具(比如:在 Fedora 中是 liveusb-creator,在Ubuntu中是 usb-creator 等),以下步骤可用于大多数 Linux 系统: - -1. 将USB盘连接到该系统中,并执行 dmesg 命令查看相关的日志信息。在该日志的最后可以看到刚刚连接USB盘所生成的一组信息,应类似如下: - - ``` - [ 170.171135] sd 5:0:0:0: [sdb] Attached SCSI removable disk - ``` - - >![](public_sys-resources/icon-note.gif) **说明:** - >连接的USB盘名称以sdb进行举例。 - -2. 切换为root用户。使用su命令,需要输入相应的密码。 - - ``` - $ su -root - ``` - -3. 确保U盘设备没有被挂载。使用如下命令进行查询: - - ``` - # findmnt /dev/sdb - ``` - - - 如果执行此命令后无输出,表明未挂载,可以继续执行下一步。 - - 如果输出以下信息,表明USB设备已经自动挂载。 - - ``` - # findmnt /dev/sdb - TARGET SOURCE FSTYPE OPTIONS - /mnt/iso /dev/sdb iso9660 ro,relatime - ``` - - 此时,您需要使用umount命令卸载该设备。 - - ``` - # umount /mnt/iso - ``` - -4. 使用dd命令将ISO安装镜像直接写入USB设备: - - ``` - # dd if=/path/to/image.iso of=/dev/device bs=blocksize - ``` - - 使用您下载的ISO镜像文件的完整路径替换 /path/to/image.iso,使用之前由 dmesg 命令给出的设备名称替换device,同时设置合理的块大小(例如:512k)替换 blocksize,这样可以加快写入进度。 - - 例如:如果该ISO镜像文件位于 /home/testuser/Downloads/EulerOS.iso,同时探测到的设备名称为sdb,则该命令如下: - - ``` - # dd if=/home/testuser/Downloads/EulerOS.iso of=/dev/sdb bs=512k - ``` - -5. 等待镜像写入完成,拔掉USB设备。 - - 镜像写入过程中不会有进度显示,当\#号再次出现时,表明写入完成。退出root账户,拔掉USB设备。此时,您可以使用该USB盘作为系统的安装源。 - - -## 启动安装 - -请根据以下步骤启动安装程序: - ->![](public_sys-resources/icon-note.gif) **说明:** ->您需要先设置您的系统优先从USB进行启动引导。以BIOS为例,您需要将“Boot Type Order”中的USB选项调整到首位。 - -1. 断开所有安装不需要的驱动器。 -2. 打开您的计算机系统。 -3. 在计算机中插入USB盘。 -4. 重启计算机系统。 - -在短暂的延迟后会出现图形化引导页面,该页面包含不同引导选项。如果您在一分钟内未进行任何操作,安装程序将自动开始安装。 - diff --git "a/content/en/docs/\351\200\232\350\277\207\345\205\211\347\233\230\345\256\211\350\243\205.md" "b/content/en/docs/\351\200\232\350\277\207\345\205\211\347\233\230\345\256\211\350\243\205.md" deleted file mode 100644 index f05bd3842799ff2afb4abe69006f375a652cf990..0000000000000000000000000000000000000000 --- "a/content/en/docs/\351\200\232\350\277\207\345\205\211\347\233\230\345\256\211\350\243\205.md" +++ /dev/null @@ -1,22 +0,0 @@ -# 通过光盘安装 - -本节介绍如何获取或者制作光盘安装源,并介绍相应的操作步骤,指导用户进行安装。 - -## 准备安装源 - -您可以使用获取到的光盘,或者将获取到的ISO镜像通过刻录软件将镜像刻录到DVD中,做为光盘安装时使用的安装源。 - -## 启动安装 - -根据以下步骤启动安装程序: - ->![](public_sys-resources/icon-note.gif) **说明:** ->您需要先设置您的系统优先从光盘进行启动引导。以BIOS为例,您需要将“Boot Type Order”中的“CD/DVD-ROM Drive”选项调整到首位。 - -1. 断开所有安装不需要的驱动器,比如USB。 -2. 打开您的计算机系统。 -3. 在计算机中插入安装光盘。 -4. 重启计算机系统。 - -在短暂的延迟后会出现图形化引导页面,该页面包含不同引导选项。如果您在一分钟内未进行任何操作,安装程序将自动开始。 - diff --git "a/content/en/docs/\351\200\232\350\277\207\347\241\254\347\233\230\345\256\211\350\243\205.md" "b/content/en/docs/\351\200\232\350\277\207\347\241\254\347\233\230\345\256\211\350\243\205.md" deleted file mode 100644 index 80fd1044b6c309cfd290a5b639dcef210987de1d..0000000000000000000000000000000000000000 --- "a/content/en/docs/\351\200\232\350\277\207\347\241\254\347\233\230\345\256\211\350\243\205.md" +++ /dev/null @@ -1,21 +0,0 @@ -# 通过硬盘安装 - -本节介绍如何制作准备硬盘安装源,并介绍基本的操作步骤,指导用户进行安装。 - -## 准备安装源 - -要使用硬盘作为安装源,请将该二进制 ISO 映像传送到该驱动器中,并将其与安装系统相连。然后引导 Anaconda 安装程序。您可以使用任意可访问该安装程序的硬盘类型,其中包括 USB 盘。该二进制 ISO 映像可以位于该硬盘的任意目录中,也可以是任意名称。 - -## 启动安装 - -请根据以下步骤启动安装程序: - ->![](public_sys-resources/icon-note.gif) **说明:** ->您需要先设置您的系统优先从硬盘进行启动引导。以BIOS为例,您需要将“Boot Type Order”中的Hard Disk Drive选项调整到首位。 - -1. 断开所有安装不需要的驱动器。 -2. 打开您的计算机系统。 -3. 重启计算机系统。 - -在短暂的延迟后会出现图形化引导页面,该页面包含不同引导选项。如果您在一分钟内未进行任何操作,安装程序将自动开始安装。 - diff --git "a/content/en/docs/\351\205\215\347\275\256PXE\345\274\225\345\257\274.md" "b/content/en/docs/\351\205\215\347\275\256PXE\345\274\225\345\257\274.md" deleted file mode 100644 index 3571ed5c4084edb686cc482b39b42e6b5db14536..0000000000000000000000000000000000000000 --- "a/content/en/docs/\351\205\215\347\275\256PXE\345\274\225\345\257\274.md" +++ /dev/null @@ -1,7 +0,0 @@ -# 配置PXE引导 - -- **[BIOS环境配置【删除】](BIOS环境配置-删除.md)** - -- **[UEFI环境配置](UEFI环境配置.md)** - - diff --git "a/content/en/docs/\351\253\230\347\272\247\350\256\276\347\275\256.md" "b/content/en/docs/\351\253\230\347\272\247\350\256\276\347\275\256.md" deleted file mode 100644 index 256a30a63cf6eef29cdf593764f9b4293eca3bd9..0000000000000000000000000000000000000000 --- "a/content/en/docs/\351\253\230\347\272\247\350\256\276\347\275\256.md" +++ /dev/null @@ -1,4 +0,0 @@ -# 高级设置 - -介绍安装过程中,各类参数详解 - diff --git a/content/en/menu/index.md b/content/en/menu/index.md index 40443b001ee43516958ef56248737840c2170f82..e262dbc152a30044b55c81d3107eef316f154360 100644 --- a/content/en/menu/index.md +++ b/content/en/menu/index.md @@ -1,15 +1,59 @@ --- headless: true --- +- [Installation Guide]({{< relref "/docs/Installation/Installation.md" >}}) + - [Terms of Use]({{< relref "/docs/Installation/terms-of-use.md" >}}) + - [Preface]({{< relref "/docs/Installation/preface.md" >}}) + - [Installation Preparations]({{< relref "/docs/Installation/installation-preparations.md" >}}) + - [Obtaining the Installation Source]({{< relref "/docs/Installation/obtaining-the-installation-source.md" >}}) + - [Release Package Integrity Check](release-package-integrity-check.md" >}}) + - [Hardware Compatibility](hardware-compatibility.md" >}}) + - [Minimal Hardware Specifications](minimal-hardware-specifications.md" >}}) + + - [Installation Mode](installation-mode.md" >}}) + - [Installation Through the CD/DVD-ROM](installation-through-the-cd-dvd-rom.md" >}}) + + - [Installation Guideline](installation-guideline.md" >}}) + - [Starting the Installation](starting-the-installation.md" >}}) + - [Using GUI Mode for Installation](using-gui-mode-for-installation.md" >}}) + - [Configuring an Installation Program Language](configuring-an-installation-program-language.md" >}}) + - [Entering the Installation Interface](entering-the-installation-interface.md" >}}) + - [Setting Installation Parameters](setting-installation-parameters.md" >}}) + - [Setting the Keyboard Layout](setting-the-keyboard-layout.md" >}}) + - [Setting a System Language](setting-a-system-language.md" >}}) + - [Setting Date and Time](setting-date-and-time.md" >}}) + - [Setting the Installation Source](setting-the-installation-source.md" >}}) + - [Selecting Installation Software](selecting-installation-software.md" >}}) + - [Setting the Installation Destination](setting-the-installation-destination.md" >}}) + - [Setting the Network and Host Name](setting-the-network-and-host-name.md" >}}) + + - [Starting Installation](starting-installation.md" >}}) + - [Configurations During Installation](configurations-during-installation.md" >}}) + - [Completing the Installation](completing-the-installation.md" >}}) + + - [Using Text Mode for Installation](using-text-mode-for-installation.md" >}}) + - [Entering the Installation Interface](entering-the-installation-interface-0.md" >}}) + - [Setting Installation Parameters](setting-installation-parameters-1.md" >}}) + - [Configuring the System Language](configuring-the-system-language.md" >}}) + - [Configuring the Time Zone and NTP Service](configuring-the-time-zone-and-ntp-service.md" >}}) + - [Configuring the Installation Source](configuring-the-installation-source.md" >}}) + - [Selecting Installation Software](selecting-installation-software-2.md" >}}) + - [Configuring the Installation Location](configuring-the-installation-location.md" >}}) + - [Configuring the Network](configuring-the-network.md" >}}) + - [Setting the root User Password](setting-the-root-user-password.md" >}}) + - [Creating a User](creating-a-user.md" >}}) + + - [Completing the Installation](completing-the-installation-3.md" >}}) + + + - [FAQs](faqs.md" >}}) + - [Why Does openEuler Fail to Start After I Install It to the Second Disk?](why-does-openeuler-fail-to-start-after-i-install-it-to-the-second-disk.md" >}}) + - [What Are the Constraints on Network Configurations?](what-are-the-constraints-on-network-configurations.md" >}}) + - [Why Does openEuler Enter Emergency Mode After It Is Powered On?](why-does-openeuler-enter-emergency-mode-after-it-is-powered-on.md" >}}) + - [Failed to Reinstall openEuler When a Logical Volume Group That Cannot Be Activated Has Existed in openEuler](failed-to-reinstall-openeuler-when-a-logical-volume-group-that-cannot-be-activated-has-existed-in-op.md" >}}) + - [An Exception Occurs During the Selection of the Installation Source](an-exception-occurs-during-the-selection-of-the-installation-source.md" >}}) + - [Software Dependency](software-dependency.md" >}}) + + - [How Do I Manually Enable the kdump Service?](how-do-i-manually-enable-the-kdump-service.md" >}}) + -- [Home](/docs/home.html) -- [Get Started](/docs/get-started.html) -- [Tutorials](/docs/安装准备.html) - - [ARM Deployment](/docs/获取安装源.html) - - [Cloud Deployment](/docs/硬件兼容支持.html) -- [Development](/docs/启动安装.html) - - [openEuler](/docs/通过光盘安装.html) - - [Application](/docs/通过U盘安装.html) -- [Reference](/docs/临时参考.html) - - [Developer Guide](/docs/安装过程参考.html) - - [openEuler Setting](/docs/安装openEuler.html)