Update grub.cfg

This commit is contained in:
Aditya Garg 2022-11-08 10:59:53 +05:30 committed by GitHub
parent 9675a14fdf
commit a77cbcac9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set default="0"
set timeout=30
menuentry "Try Ubuntu Kinetic Kudu without installing" {
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro pcie_ports=compat intel_iommu=on iommu=pt ---
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro pcie_ports=compat intel_iommu=on iommu=pt quiet splash ---
initrd /casper/initrd
}
menuentry "Try Ubuntu Kinetic Kudu without installing (Safe Graphics)" {