Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Back" menu button #13

Open
AlexanderZhirov opened this issue Oct 6, 2024 · 3 comments
Open

"Back" menu button #13

AlexanderZhirov opened this issue Oct 6, 2024 · 3 comments

Comments

@AlexanderZhirov
Copy link

Is it possible to make the menu interactive so that it uses a toggle button, like a "Back" menu item in a submenu? I couldn't find anything like that on Google.

@aaravrav
Copy link

I don't think a toggle button is possible, but you could do something like this:

menuentry "Back to Main Menu" {
  exit
}

@AlexanderZhirov
Copy link
Author

I don't think a toggle button is possible, but you could do something like this:

menuentry "Back to Main Menu" {
  exit
}

This method closes GRUB.

@aaravrav
Copy link

Oops. It might be possible to use configfile to load the grub config file again, therefore going to the main menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants