Skip to content

Commit

Permalink
Update grub.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Dec 27, 2024
1 parent 5db22bf commit f57c2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ insmod all_video
set default="0"
set timeout=30

menuentry "Try Linux Mint Wilma without installing" {
menuentry "Try or Install Linux Mint" {
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Try Linux Mint Wilma without installing (Safe Graphics)" {
menuentry "Linux Mint (Safe Graphics)" {
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
initrd /casper/initrd
}
menuentry "Try Linux Mint Wilma without installing (NVMe blacklisted)" {
menuentry "Linux Mint (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
}
Expand Down

0 comments on commit f57c2cf

Please sign in to comment.