Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Adding a reboot menu
#1
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:
Code:
title __________Reset!__________
reboot

title __________Shoutdown!______
halt
kind of like this:
Code:
menuentry "Reset" --class=custom {
    echo ' Reset '
    reboot  
}
photo menu
Reply


Messages In This Thread
Adding a reboot menu - by eduard - 02-09-2025, 05:12 PM
RE: Adding a reboot menu - by Steve2926 - 02-11-2025, 12:52 PM
RE: Adding a reboot menu - by eduard - 02-17-2025, 12:04 PM
RE: Adding a reboot menu - by Steve2926 - 02-20-2025, 12:10 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)