From 8587b9d3c919884ec677a22b10bce8c442ba232c Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 22 Dec 2021 09:25:54 +0530 Subject: [PATCH] Update grub.cfg --- files/grub/grub.cfg | 8 -------- 1 file changed, 8 deletions(-) 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