Jump to content

grub "sytem setup" entry lost

I did the latest updates on my linux mint and after reboot, I noticed that "system setup" entry on grub is missing. Any ideas?

Link to comment
Share on other sites

Link to post
Share on other sites

The first thing you should do is make sure you're booted via UEFI still. One of the updates may have broken that. If you have confirmed that you are booted via UEFI you can add this to your grub.cfg:

menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
    fwsetup
}

Reboot and the option should appear. Let me know how it works! ~Breadpudding

Edit: This was found in the grub.cfg on my Debian system. Compatibility may vary with Mint.

Edited by Breadpudding
Added an extra message

Discord: Breadpudding#9078

GitHub: https://github.com/cbpudding

Programming Guild: https://discord.gg/7ZVbxXT

Link to comment
Share on other sites

Link to post
Share on other sites

I launched grub customizer to add the script and I saw that the entry was there at the bottom of the list, I 'm 99% sure there wasn't the other day. So, I just saved and closed the program than just closing and then rebooted. The entry was there this time.

Thank you for your time.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×