From b28116cf43bb8845530798da1d3676b8c71d4e09 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 02 Jan 2016 12:46:45 -0500 Subject: grub.cfg: remove option for isolinux parsing on CD/DVD The option was misleading, since only CDs work. Optic media is obsolete, and we recommend using USB instead. Most libreboot systems don't even have optic media drives to begin with. Not only that, but there was no real guarantee that an optical disc drive would be present on ata0/ahci1 anyway, and was just an approximated assumption/guess. --- (limited to 'resources/grub/config') diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 9c9c8c1..8a3851b 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -88,10 +88,6 @@ menuentry 'Parse ISOLINUX menu (USB) [u]' --hotkey='u' { for j in 0 1 2 3 4 5 6 7 8 9; do parse_isolinux_config "usb${i},${j}"; done done } -menuentry 'Parse ISOLINUX menu (CD/DVD) [d]' --hotkey='d' { - insmod ata - for x in ata0 ahci1; do parse_isolinux_config ${x}; done -} menuentry 'Switch to grubtest.cfg [t]' --hotkey='t' { set root=cbfsdisk configfile /grubtest.cfg -- cgit v0.9.1