Setting up the PCIe support
![]()
Configure the PCIe support through the pci= kernel
parameter.
Scanning of PCIe devices is enabled by default. To disable use of PCI devices, set the kernel command line parameter pci=off.
where:
- pci=
-
- off
- disables automatic scanning of PCIe devices.
- on
- enables automatic scanning of PCIe devices (default).
- pci=nomio
- if available, PCIe uses enhanced instructions as introduced with z15®. Specify this kernel parameter to use the previous instructions.
- pci=norid
- as of Ubuntu 20.04.1, PCI function addresses follow an Alternative Routing-ID Interpretation (ARI) conform format if it is supported by the system environment. Specify this kernel parameter to use the previous format.
Attention: Other PCI kernel parameters do not apply to IBM Z and might have adverse effects on your system.