File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ set default="0"
77set timeout =30
88
99menuentry " 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}
1313menuentry " 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}
1717menuentry " 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}
2121menuentry " 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments