Skip to content

Commit 07539e6

Browse files
committed
Remove pcie_ports=native and add pm_async=off
1 parent 52d5080 commit 07539e6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

files/grub/grub.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ set default="0"
77
set timeout=30
88

99
menuentry "Try or Install Ubuntu" {
10-
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
10+
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pm_async=off intel_iommu=on iommu=pt ---
1111
initrd /casper/initrd
1212
}
1313
menuentry "Ubuntu (Safe Graphics)" {
14-
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
14+
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pm_async=off intel_iommu=on iommu=pt ---
1515
initrd /casper/initrd
1616
}
1717
menuentry "Ubuntu (NVMe blacklisted)" {
18-
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
18+
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pm_async=off intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
1919
initrd /casper/initrd
2020
}
2121
menuentry "Check disc for defects" {
22-
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pcie_ports=native ---
22+
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pm_async=off ---
2323
initrd /casper/initrd
2424
}

files/preseed/mbp.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# well keep them installed.
99
#ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
1010

11-
d-i debian-installer/add-kernel-opts string pcie_ports=native intel_iommu=on iommu=pt
11+
d-i debian-installer/add-kernel-opts string pm_async=off intel_iommu=on iommu=pt

files/preseed/mbp164.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# well keep them installed.
99
#ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
1010

11-
d-i debian-installer/add-kernel-opts string pcie_ports=native intel_iommu=on iommu=pt nomodeset
11+
d-i debian-installer/add-kernel-opts string pm_async=off intel_iommu=on iommu=pt nomodeset

0 commit comments

Comments
 (0)