Fix the grub 'tryboot' file
Remove "fallback" which is not a valid command Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
61c1bb1f3c
commit
09d3fc9669
1 changed files with 3 additions and 6 deletions
|
@ -1,18 +1,15 @@
|
|||
timeout 0
|
||||
default 0
|
||||
|
||||
title Scanning for /boot/grub/menu.lst
|
||||
fallback 1
|
||||
title Scan for /boot/grub/menu.lst
|
||||
find --set-root --ignore-floppies /boot/grub/menu.lst
|
||||
configfile /boot/grub/menu.lst
|
||||
|
||||
title Scanning for /grub/menu.lst
|
||||
fallback 2
|
||||
title Scan for /grub/menu.lst
|
||||
find --set-root --ignore-floppies /grub/menu.lst
|
||||
configfile /grub/menu.lst
|
||||
|
||||
title Scanning for /menu.lst
|
||||
fallback 3
|
||||
title Scan for /menu.lst
|
||||
find --set-root --ignore-floppies /menu.lst
|
||||
configfile /menu.lst
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue