Skip to content

Commit

Permalink
Remove unnecessary grub entries
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Dec 20, 2024
1 parent 5609027 commit dff7014
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions files/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ menuentry "Try Ubuntu Oracular Oriole without installing (NVMe blacklisted)" {
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
initrd /casper/initrd
}
menuentry "Install Ubuntu Oracular Oriole" {
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Install Ubuntu Oracular Oriole (Safe Graphics)" {
linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp164.seed boot=casper only-ubiquity quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Install Ubuntu Oracular Oriole (NVMe blacklisted)" {
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 ---
initrd /casper/initrd
}
menuentry "Check disc for defects" {
linux /casper/vmlinuz boot=casper integrity-check enforcing=0 efi=noruntime pcie_ports=native ---
initrd /casper/initrd
Expand Down

0 comments on commit dff7014

Please sign in to comment.