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

fsdg20230625
Leah Rowe 2021-12-29 06:10:45 +00:00
parent 7cebee25ff
commit 86d4ca9b50
1 changed files with 3 additions and 0 deletions

View File

@ -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