if [ "x$default" = 'Oracle Linux Server, with Unbreakable Enterprise
Kernel 3.8.13-35.3.1.el7uek.x86_64' ]; then default='Advanced options
for Oracle Linux Server>Oracle Linux Server, with Unbreakable Enterprise
Kernel 3.8.13-35.3.1.el7uek.x86_64'; fi;
### END /etc/grub.d/10_linux ###
…(Some code omitted.)
e.
Press
Esc
, enter
:wq
, and press
Enter
to save the edits.
f.
Restart the OS for the settings to take effect.
g.
Go to
l
SLES 12
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 'SLES12' --class sles12 --class gnu-linux --class gnu --class
os $menuentry_id_option 'gnulinux-simple-dcbfdecb-bcd9-4003-ba51-
a95c7e31c56e' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod btrfs
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2
--hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2'
dcbfdecb-bcd9-4003-ba51-a95c7e31c56e
else
search --no-floppy --fs-uuid --set=root dcbfdecb-bcd9-4003-
ba51-a95c7e31c56e
fi
echo 'Loading Linux 3.12.28-4-default ...'
linux /boot/vmlinuz-3.12.28-4-default root=UUID=dcbfdecb-
bcd9-4003-ba51-a95c7e31c56e ${extra_cmdline} resume=/dev/disk/by-uuid/
9a586421-38ef-43bb-9209-afe5eede22e3 splash=silent quiet
crashkernel=216M-:108M showopts
pciehp.pciehp_force=1 pci=pcie_bus_perf
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-3.12.28-4-default
}
submenu 'Advanced options for SLES12' --hotkey=1 $menuentry_id_option
'gnulinux-advanced-dcbfdecb-bcd9-4003-ba51-a95c7e31c56e' {
menuentry 'SLES12, with Linux 3.12.28-4-default' --hotkey=2 --
class sles12 --class gnu-linux --class gnu --class os
$menuentry_id_option 'gnulinux-3.12.28-4-default-advanced-dcbfdecb-
bcd9-4003-ba51-a95c7e31c56e' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod btrfs
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-
bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --
hint='hd0,msdos2' dcbfdecb-bcd9-4003-ba51-a95c7e31c56e
else
search --no-floppy --fs-uuid --set=root dcbfdecb-
bcd9-4003-ba51-a95c7e31c56e
ES3000 V3 NVMe PCIe SSD
User Guide
4 Hot Plug
Issue 20 (2019-02-27)
Copyright © Huawei Technologies Co., Ltd.
54