mirror of https://github.com/ventoy/Ventoy.git
Update localboot.cfg to add exit
adds an exit entry to local boot which can hand the bood process back to the systems firmware and thereby help to boot from other devices without reboot i tested it and it worked here in uefi and bios mode, but on some firmwares you have to do it twice cause uefi mode hands in to bios mode, but that can help to if you wish to switch to that mode and your firmware has no selection for the mode and handles one usb device as one entry...
This commit is contained in:
parent
39703cabb7
commit
95b29350d0
|
@ -217,6 +217,11 @@ else
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
menuentry "Exit and continue boot process" {
|
||||||
|
echo "handing back to firmware for next boot option ..."
|
||||||
|
exit
|
||||||
|
}
|
||||||
|
|
||||||
menuentry "$VTLANG_RETURN_PREVIOUS" --class=vtoyret VTOY_RET {
|
menuentry "$VTLANG_RETURN_PREVIOUS" --class=vtoyret VTOY_RET {
|
||||||
echo "Return ..."
|
echo "Return ..."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue