root=UUID=dcbfdecb-bcd9-4003-ba51-a95c7e31c56e single ${extra_cmdline}
pciehp.pciehp_force=1 pci=pcie_bus_perf
echo 'Loading initial ramdisk ...'
module --nounzip /boot/initrd-3.12.28-4-xen
}
}
}
### END /etc/grub.d/20_linux_xen ###
…(Some code omitted.)
NOTE
Whether the file content includes "### BEGIN /etc/grub.d/20_linux_xen ###" depends on
whether Xen Hypervisor is selected during OS installation.
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 11SP4
a.
Log in to the operating system (OS) as an administrator.
b.
Run the
vim /etc/init.d/boot.local
command to open the boot configuration file.
c.
Enter
i
.
d.
Add the following commands to the end of the boot configuration file content.
modprobe -r pciehp > /dev/null 2>&1
modprobe pciehp pciehp_force=1
e.
Press
Esc
, enter
:wq
, and press
Enter
to save the edits.
f.
Run the
vim /boot/grub/menu.lst
command to open the boot configuration file.
g.
Enter
i
.
h.
In the boot configuration file, add
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.)
###Don't change this comment - YaST2 identifier: Original name: xen###
title Xen -- SUSE Linux Enterprise Server 11 SP4 - 3.0.101-63
root (hd0,1)
kernel /boot/xen.gz vga=mode-0x314
module /boot/vmlinuz-3.0.101-63-xen root=/dev/sda2 resume=/dev/sda1
splash=silent showopts vga=0x314
pci=pcie_bus_perf
module /boot/initrd-3.0.101-63-xen
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 11 SP4 - 3.0.101-63
root (hd0,1)
kernel /boot/vmlinuz-3.0.101-63-default root=/dev/sda2 resume=/dev/
sda1 splash=silent crashkernel=256M-:128M showopts vga=0x314
pci=pcie_bus_perf
initrd /boot/initrd-3.0.101-63-default
###Don't change this comment - YaST2 identifier: Original name:
failsafe###
title Failsafe -- SUSE Linux Enterprise Server 11 SP4 - 3.0.101-63
root (hd0,1)
kernel /boot/vmlinuz-3.0.101-63-default root=/dev/sda2 showopts
ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off
processor.max_cstate=1 nomodeset x11failsafe vga=0x314
pci=pcie_bus_perf
initrd /boot/initrd-3.0.101-63-default
…(Some code omitted.)
ES3000 V3 NVMe PCIe SSD
User Guide
4 Hot Plug
Issue 20 (2019-02-27)
Copyright © Huawei Technologies Co., Ltd.
57