Good afternoon,
I want to add additional menus (like in grub 4 dos) :reboot,halt in main menu(ventoy.json).
Help me write the code for this. thank you.
It's faster to flip the toggle switch on an extension cord than it is "f5>power>halt>"
Did not find this function in VentoyPlugson.
GrubDos4:
kind of like this:
photo menu
I want to add additional menus (like in grub 4 dos) :reboot,halt in main menu(ventoy.json).
Help me write the code for this. thank you.
It's faster to flip the toggle switch on an extension cord than it is "f5>power>halt>"
Did not find this function in VentoyPlugson.
GrubDos4:
Code:
title __________Reset!__________
reboot
title __________Shoutdown!______
halt
Code:
menuentry "Reset" --class=custom {
echo ' Reset '
reboot
}