Skip to content

Commit f57c2cf

Browse files
authored
Update grub.cfg
1 parent 5db22bf commit f57c2cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

files/grub/grub.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ insmod all_video
66
set default="0"
77
set timeout=30
88

9-
menuentry "Try Linux Mint Wilma without installing" {
9+
menuentry "Try or Install Linux Mint" {
1010
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt ---
1111
initrd /casper/initrd
1212
}
13-
menuentry "Try Linux Mint Wilma without installing (Safe Graphics)" {
13+
menuentry "Linux Mint (Safe Graphics)" {
1414
linux /casper/vmlinuz file=/cdrom/preseed/mbp164.seed boot=casper ro quiet splash nomodeset pcie_ports=native intel_iommu=on iommu=pt ---
1515
initrd /casper/initrd
1616
}
17-
menuentry "Try Linux Mint Wilma without installing (NVMe blacklisted)" {
17+
menuentry "Linux Mint (NVMe blacklisted)" {
1818
linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=native intel_iommu=on iommu=pt modprobe.blacklist=nvme ---
1919
initrd /casper/initrd
2020
}

0 commit comments

Comments
 (0)