added grub changes

This commit is contained in:
Galder 2023-05-01 22:16:48 +01:00
parent 8901999489
commit 569ce687e3
1 changed files with 5 additions and 5 deletions

View File

@ -6,23 +6,23 @@ insmod all_video
set default="0"
set timeout=30
menuentry "Try Ubuntu Lunar Lobster without installing" {
menuentry "Try Kubuntu Lunar Lobster without installing" {
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro pcie_ports=compat intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Try Ubuntu Lunar Lobster without installing (Safe Graphics)" {
menuentry "Try Kubuntu Lunar Lobster without installing (Safe Graphics)" {
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro nomodeset pcie_ports=compat intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Try Ubuntu Lunar Lobster without installing (NVMe blacklisted)" {
menuentry "Try Kubuntu Lunar Lobster without installing (NVMe blacklisted)" {
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
}
menuentry "Install Ubuntu Lunar Lobster" {
menuentry "Install Kubuntu Lunar Lobster" {
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity pcie_ports=compat intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Install Ubuntu Lunar Lobster (NVMe blacklisted)" {
menuentry "Install Kubuntu Lunar Lobster (NVMe blacklisted)" {
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
}