File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMAGE_PATH="${WORKING_PATH}/image"
88CODENAME=noble
99FLAVOUR=$1
1010MINT_VERSION=22.3
11- KERNEL_VERSION=6.19.11
11+ KERNEL_VERSION=6.19.12
1212PKGREL=2
1313sed -i " s/KVER/${KERNEL_VERSION} /g" $( pwd) /files/chroot_build.sh
1414sed -i " s/PREL/${PKGREL} /g" $( pwd) /files/chroot_build.sh
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ set default="0"
77set timeout =30
88
99menuentry " Try or Install Linux Mint" {
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 " Linux Mint (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 " Linux Mint (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 " OEM Install" {
22- linux /casper/vmlinuz file =/cdrom/preseed/mbp.seed boot =casper ro quiet splash pcie_ports =native intel_iommu =on iommu =pt oem-config/enable =true only-ubiquity username =mint hostname =mint ---
22+ linux /casper/vmlinuz file =/cdrom/preseed/mbp.seed boot =casper ro quiet splash pm_async =off intel_iommu =on iommu =pt oem-config/enable =true only-ubiquity username =mint hostname =mint ---
2323 initrd /casper/initrd
2424}
2525menuentry " Check disc for defects" {
26- linux /casper/vmlinuz boot =casper integrity-check enforcing =0 efi =noruntime pcie_ports =native ---
26+ linux /casper/vmlinuz boot =casper integrity-check enforcing =0 efi =noruntime pm_async =off ---
2727 initrd /casper/initrd
2828}
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