Changing the boot loader.

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
proxima_centauri

Re: Changing the boot loader.

Post by proxima_centauri »

I know you can do this graphically with a program called "startupmanager". You can change the grub bootloader themes.
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.
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: Changing the boot loader.

Post by merlwiz79 »

Ok we use a different version of grub called grub-gfxboot.
It allows for better backgrounds and is graphical.
Current size limit is 8MBs.

Copy the file /boot/gfxmenu/linuxmint.message file to a work folder.(example used /home/USER_NAME/gfxboot-theme/)
Then right click in Nautilus and click open terminal here.
Now run this command:

Code: Select all

cpio -i < linuxmint.message
Now delete the *message files and back.jpg
Copy your jpg to the folder and make sure it's named back.jpg.
Now run this in terminal to make the CPIO file that the theme needs to be in.

Code: Select all

ls . |cpio -o > /home/USER_NAME/custom.message
Now copy it to /boot/gfxmenu/ and edit menu.lst:

Code: Select all

gksu gedit /boot/grub/menu.lst

Code: Select all

gfxmenu=/boot/gfxmenu/custom.message
I already made it for you.
Download link:
http://www.4shared.com/file/108869485/5 ... metar.html
Image
Locked

Return to “Beginner Questions”