mbp-ubuntu/files/grub/grub.cfg

37 lines
1.7 KiB
INI
Raw Normal View History

2020-04-17 05:53:48 -04:00
search --set=root --file /ubuntu
insmod all_video
set default="0"
set timeout=30
2023-06-20 02:46:21 -04:00
menuentry "Try Kubuntu Jammy Jellyfish without installing" {
2024-05-27 06:35:48 -04:00
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
2023-06-20 02:46:21 -04:00
menuentry "Try Kubuntu Jammy Jellyfish without installing (Safe Graphics)" {
2024-05-27 06:35:48 -04:00
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
2022-02-09 03:32:40 -05:00
initrd /casper/initrd
}
2023-06-20 02:46:21 -04:00
menuentry "Try Kubuntu Jammy Jellyfish without installing (NVMe blacklisted)" {
2024-05-27 06:35:48 -04:00
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
2022-12-20 04:42:51 -05:00
initrd /casper/initrd
}
2023-06-20 02:46:21 -04:00
menuentry "Install Kubuntu Jammy Jellyfish" {
2024-05-27 06:35:48 -04:00
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
2022-01-18 10:25:05 -05:00
initrd /casper/initrd
}
2023-06-20 02:46:21 -04:00
menuentry "Install Kubuntu Jammy Jellyfish (Safe Graphics)" {
2024-05-27 06:35:48 -04:00
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp164.seed boot=casper only-ubiquity quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
2023-05-22 09:02:18 -04:00
initrd /casper/initrd
}
2023-06-20 02:46:21 -04:00
menuentry "Install Kubuntu Jammy Jellyfish (NVMe blacklisted)" {
2024-05-27 06:35:48 -04:00
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity quiet splash pcie_ports=native intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
2022-12-20 04:42:51 -05:00
initrd /casper/initrd
}
2020-04-17 05:53:48 -04:00
menuentry "Check disc for defects" {
2023-08-06 09:55:15 -04:00
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pcie_ports=native ---
2020-04-24 06:19:37 -04:00
initrd /casper/initrd
2020-04-17 05:53:48 -04:00
}