diff --git a/files/grub/grub.cfg b/files/grub/grub.cfg index 89720c1..d36ad48 100644 --- a/files/grub/grub.cfg +++ b/files/grub/grub.cfg @@ -10,10 +10,6 @@ menuentry "Try Ubuntu FS without installing" { linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro efi=noruntime pcie_ports=compat acpi=force --- initrd /casper/initrd } -menuentry "Try Ubuntu FS without installing (efi=noruntine removed)" { - linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro pcie_ports=compat acpi=force --- - initrd /casper/initrd -} menuentry "Try Ubuntu FS without installing (blacklist=thunderbolt)" { linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro efi=noruntime pcie_ports=compat acpi=force --- modprobe.blacklist=thunderbolt initrd /casper/initrd @@ -22,10 +18,6 @@ menuentry "Install Ubuntu FS" { linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity efi=noruntime pcie_ports=compat acpi=force --- initrd /casper/initrd } -menuentry "Install Ubuntu FS (efi=noruntine removed)" { - linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity pcie_ports=compat acpi=force --- - initrd /casper/initrd -} menuentry "Install Ubuntu FS (blacklist=thunderbolt)" { linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity efi=noruntime pcie_ports=compat acpi=force --- modprobe.blacklist=thunderbolt initrd /casper/initrd