The font size of boot menu entries is damn way too small.
I have been trying to figure out how to change the font size for a couple of days now manually as well as using grub-customizer.
And what is up with the frame around the menu ?
When I try to change any graphics or font settings the frame breaks into dashes or some other crappy characters.
I just want to have larger letters in boot menu. Is it possible ?
How to change only font size in Grub menu ?
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. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
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. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
-
- Level 2
- Posts: 69
- Joined: Fri Sep 30, 2011 10:02 pm
Re: How to change only font size in Grub menu ?
[Edit] your original post and add [SOLVED] once your question is resolved.
“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
Re: How to change only font size in Grub menu ?
I hate to give advice on grub since I don't use it to multiboot and haven't for nearly a decade but this is what I had to do with Mint13-XFCE on a test box:
Edit a file as root:
Find this sub-section:
That setting may be too big for your setup but you can play with the resolution to fit your needs.
Edit a file as root:
Code: Select all
gksu gedit /etc/default/grub
Just remove that # at the beginning of the line so that it reads like this:# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
Save the file then run the following command to update grub:# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=640x480
Code: Select all
sudo update-grub
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
-
- Level 2
- Posts: 69
- Joined: Fri Sep 30, 2011 10:02 pm
Re: How to change only font size in Grub menu ?
Already tried that. Does not work.
It appears to be some kind of font issue.
Using grub-mkfont screws up the characters that create the frame around the menu.
This sucks. There is a discussion surrounding this issue perhaps pointing to a bug.
http://askubuntu.com/questions/11846/ch ... -grub-font
So for now I am stuck with crappy Ubuntu screen (I tried backgrounds too but the font is messing the frame up and will not change size anyway)
I am done playing with it for now.
It appears to be some kind of font issue.
Using grub-mkfont screws up the characters that create the frame around the menu.
This sucks. There is a discussion surrounding this issue perhaps pointing to a bug.
http://askubuntu.com/questions/11846/ch ... -grub-font
So for now I am stuck with crappy Ubuntu screen (I tried backgrounds too but the font is messing the frame up and will not change size anyway)
I am done playing with it for now.
Re: How to change only font size in Grub menu ?
You should look at Grub Customizer, pretty intuitive interface and does a lot of things. Should be in the repositories.
TRUST BUT VERIFY any advice from anybody, including me. Mint/Ubuntu user since 10.04 LTS. LM20 64 bit XFCE (Dell 1520). Dual booting LM20 XFCE / Win7 (Lenovo desktop and Acer netbook).
-
- Level 2
- Posts: 69
- Joined: Fri Sep 30, 2011 10:02 pm
Re: How to change only font size in Grub menu ?
I did look at it - see my first post.
Customizer too will screw up the frame around the menu.
Customizer too will screw up the frame around the menu.