mbp-ubuntu/files/grub/grub.cfg

33 lines
1.3 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-04-30 09:12:53 -04:00
menuentry "Try Ubuntu Lunar Lobster without installing" {
2022-05-20 07:52:30 -04:00
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro pcie_ports=compat intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
2023-04-30 09:12:53 -04:00
menuentry "Try Ubuntu Lunar Lobster without installing (Safe Graphics)" {
2022-05-20 07:52:30 -04:00
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro nomodeset pcie_ports=compat intel_iommu=on iommu=pt ---
2022-02-09 03:32:40 -05:00
initrd /casper/initrd
}
2023-04-30 09:12:53 -04:00
menuentry "Try Ubuntu Lunar Lobster without installing (NVMe blacklisted)" {
2022-12-20 04:46:22 -05:00
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro pcie_ports=compat intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
initrd /casper/initrd
}
2023-04-30 09:12:53 -04:00
menuentry "Install Ubuntu Lunar Lobster" {
2022-05-20 07:52:30 -04:00
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity pcie_ports=compat intel_iommu=on iommu=pt ---
2022-01-18 10:25:05 -05:00
initrd /casper/initrd
}
2023-04-30 09:12:53 -04:00
menuentry "Install Ubuntu Lunar Lobster (NVMe blacklisted)" {
2022-12-20 04:46:22 -05:00
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity pcie_ports=compat intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
initrd /casper/initrd
}
2020-04-17 05:53:48 -04:00
menuentry "Check disc for defects" {
2022-05-20 07:52:30 -04:00
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pcie_ports=compat ---
2020-04-24 06:19:37 -04:00
initrd /casper/initrd
2020-04-17 05:53:48 -04:00
}