Editing Mint bootloader

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: Editing Mint bootloader

Post by 67GTA »

I think you are confusing two different things. Mint uses gfxboot for it's grub graphical menu. Mint uses grub for it's bootloader. The configuration file is in /boot/grub/menu.lst. I have never used qgrubeditor, so I'm not sure which options you have set. It is better to learn how to use the command line for this type of editing. Bookmark this page and read up on grub: http://users.bigpond.net.au/hermanzone/p15.htm It covers everything you could ever want to know about grub such as password protecting it, and customizing the menu list. To open the menu list for editing you have to have root(administrator) power. Open a terminal and run

Code: Select all

sudo gedit /boot/grub/menu.lst
This will open menu.lst with the gedit text editor with root powers.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Locked

Return to “Beginner Questions”