Skip to content
Snippets Groups Projects
Commit 86d4ca9b authored by Leah Rowe's avatar Leah Rowe
Browse files

grub.cfg: add isolinux menuentry for ata* (replace broken cd/dvd menuentry)

parent 7cebee25
Branches
Tags
No related merge requests found
......@@ -155,6 +155,9 @@ menuentry 'Search ISOLINUX menu (AHCI) [a]' --hotkey='a' {
menuentry 'Search ISOLINUX menu (USB) [u]' --hotkey='u' {
search_isolinux usb
}
menuentry 'Search ISOLINUX menu (ATA/IDE) [d]' --hotkey='d' {
search_isolinux ata
}
menuentry 'Load test configuration (grubtest.cfg) inside of CBFS [t]' --hotkey='t' {
set root='(cbfsdisk)'
if [ -f /grubtest.cfg ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment