Update grub.cfg

This commit is contained in:
Aditya Garg 2022-10-01 23:14:37 +05:30 committed by GitHub
parent 032f2483ea
commit 050f523933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

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