l
Red Hat (6.6, 6.7) and CentOS (6.6, 6.7) => Go to
Red Hat (6.6, 6.7) and CentOS (6.6,
.
l
Oracle Enterprise Linux (7.0, 7.1, 7.2) => Go to
Oracle Enterprise Linux (7.0, 7.1,
.
l
SLES 12 => Go to
.
l
SLES 11 SP4 => Go to
.
l
Operations for different OSs are as follows:
l
Red Hat (7.0, 7.1, 7.2) and CentOS (7.0, 7.1, 7.2)
The following procedure uses CentOS 7.0 as an example.
a.
Log in to the operating system (OS) as an administrator.
b.
Run the
vim /boot/grub2/grub.cfg
command to open the boot configuration file.
c.
Enter
i
.
d.
In the boot configuration file, add
pciehp.pciehp_force=1 pci=pcie_bus_perf
to
the boldface part shown in the following:
Between the added content and its preceding content, a space is required and no line
feed is allowed.
…(Some code omitted.)
### BEGIN /etc/grub.d/10_linux ###
menuentry 'CentOS Linux, with Linux 3.10.0-123.el7.x86_64' --class
centos --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option 'gnulinux-3.10.0-123.el7.x86_64-advanced-b054ccd0-
c3d3-47eb-a449-f897f63f1b76' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod xfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'
b64fedb9-b1e9-465d-994f-9cee287c1d57
else
search --no-floppy --fs-uuid --set=root b64fedb9-
b1e9-465d-994f-9cee287c1d57
fi
linux16 /vmlinuz-3.10.0-123.el7.x86_64 root=UUID=b054ccd0-
c3d3-47eb-a449-f897f63f1b76 ro rd.lvm.lv=centos/swap
vconsole.font=latarcyrheb-sun16 rd.lvm.lv=centos/root crashkernel=auto
vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
pciehp.pciehp_force=1
pci=pcie_bus_perf
initrd16 /initramfs-3.10.0-123.el7.x86_64.img
}
menuentry 'CentOS Linux, with Linux 0-
rescue-17e12da386e9435aa7f2b6b718079678' --class centos --class gnu-
linux --class gnu --class os --unrestricted $menuentry_id_option
'gnulinux-0-rescue-17e12da386e9435aa7f2b6b718079678-advanced-b054ccd0-
c3d3-47eb-a449-f897f63f1b76' {
load_video
insmod gzio
insmod part_msdos
insmod xfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'
b64fedb9-b1e9-465d-994f-9cee287c1d57
else
ES3000 V3 NVMe PCIe SSD
User Guide
4 Hot Plug
Issue 20 (2019-02-27)
Copyright © Huawei Technologies Co., Ltd.
51