Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
94e24e63
Commit
94e24e63
authored
Apr 06, 2022
by
longpanda
Browse files
Add F5 Tools ---> Power ---> Reboot to EFI setup
parent
20914350
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
INSTALL/grub/power.cfg
INSTALL/grub/power.cfg
+8
-0
No files found.
INSTALL/grub/power.cfg
View file @
94e24e63
...
@@ -10,6 +10,14 @@ submenu "Power" --class=debug_power --class=F5tool {
...
@@ -10,6 +10,14 @@ submenu "Power" --class=debug_power --class=F5tool {
sleep 1
sleep 1
halt
halt
}
}
if [ "$grub_platform" != "pc" ]; then
menuentry 'Reboot to EFI setup' --class=debug_efisetup --class=debug_power --class=F5tool {
echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
sleep 1
fwsetup
}
fi
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
echo 'Return ...'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment