Add option to boot to existing OS
This commit is contained in:
parent
29f5dab4da
commit
70c09a3c7b
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@ INCLUDE linux.cfg
|
||||||
|
|
||||||
MENU SEPARATOR
|
MENU SEPARATOR
|
||||||
|
|
||||||
|
LABEL existing
|
||||||
|
MENU LABEL Boot existing OS
|
||||||
|
TEXT HELP
|
||||||
|
Boot to the currently installed OS
|
||||||
|
* This may not work for all systems
|
||||||
|
ENDTEXT
|
||||||
|
COM32 chain.c32
|
||||||
|
APPEND hd1
|
||||||
|
|
||||||
LABEL reboot
|
LABEL reboot
|
||||||
MENU LABEL Reboot
|
MENU LABEL Reboot
|
||||||
COM32 reboot.c32
|
COM32 reboot.c32
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue