Page 7 of 16 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 156

Thread: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

  1. #61
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by von Stalhein View Post
    Hey Cavsfan - seen this??

    I haven't had a chance to research it yet - will be interesting to find out the pros and cons.
    I have seen at least one thread on this forum where someone installed burg and there were problems.
    They had to get help. Search for this in google site:ubuntuforums.org ubuntu burg
    Myself I am content with Grub2.

  2. #62
    Join Date
    Sep 2007
    Location
    Thurgoona, NSW, Australia
    Beans
    287
    Distro
    Ubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Yep, after a bit of reading me too!!

  3. #63
    Join Date
    Jul 2010
    Beans
    3

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Very good tutorial, but still could not change the font for grub2 boot menu. Found several thread via google, where the grub-mkfont used, but it did not help. Seems, that needed to insert the module "font" and later to load it in grub2. As well understand, that those commands should be outputted to the grub.conf, but where to insert them? in the 40_custom file or in the 00_header something should be changed? Does anyone really made configuration for different fonts, which remains after the "sudo update-grub" command?

  4. #64
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by Navalio View Post
    Very good tutorial, but still could not change the font for grub2 boot menu. Found several thread via google, where the grub-mkfont used, but it did not help. Seems, that needed to insert the module "font" and later to load it in grub2. As well understand, that those commands should be outputted to the grub.conf, but where to insert them? in the 40_custom file or in the 00_header something should be changed? Does anyone really made configuration for different fonts, which remains after the "sudo update-grub" command?
    You don't want to put anything in 40_custom, you want to make your custom entries in 40_custom and then save it as 06_custom,
    leaving 40_custom untouched. That way the custom entries will always be first in the menu. Let me do a bit of checking on your
    font problem. I remember when I did an "upgrade" from Lucid to Maverick, I could not get the font to change. I think it changed but,
    not to what I had expected. I messed my kernel up and ended up doing a clean install and then the fonts worked perfectly. I am not
    implying you need to do that. Let me see what I can find out.

  5. #65
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by Navalio View Post
    Very good tutorial, but still could not change the font for grub2 boot menu. Found several thread via google, where the grub-mkfont used, but it did not help. Seems, that needed to insert the module "font" and later to load it in grub2. As well understand, that those commands should be outputted to the grub.conf, but where to insert them? in the 40_custom file or in the 00_header something should be changed? Does anyone really made configuration for different fonts, which remains after the "sudo update-grub" command?
    If you created the font from this tutorial, all you should need to do is add this line to /etc/default/grub via gksu gedit /etc/default/grub
    Code:
    GRUB_FONT=/boot/grub/DejaVuSansMono.pf2
    It is line number 11 in my file. And of course sudo update-grub2 or sudo update-grub (both the same) to make the changes stick.
    Try that first and see if that takes care of it.
    I have not seen any other fonts used. But, if this one will not do as expected, it is not the font causing the problem.

  6. #66
    Join Date
    Jul 2010
    Beans
    3

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by Cavsfan View Post
    If you created the font from this tutorial, all you should need to do is add this line to /etc/default/grub via gksu gedit /etc/default/grub
    Code:
    GRUB_FONT=/boot/grub/DejaVuSansMono.pf2
    It is line number 11 in my file. And of course sudo update-grub2 or sudo update-grub (both the same) to make the changes stick.
    Try that first and see if that takes care of it.
    I have not seen any other fonts used. But, if this one will not do as expected, it is not the font causing the problem.
    Thanks for quick reply,
    Will check a bit later - just came from work.

    EDIT:
    Cavsfan, so i followed step-by-step the tutorial and eventually the boot font was changed. So, i found mine mistakes: the variable GRUB_FONT was the last one in the /etc/default/grub , thus (seem for me) the font modules were not loaded, but after moving it on the 1st position mine font appeared. And the 2nd bug, which was in mine box, was that the grub-mkfont configured DejavuSansMono font with errors(?), therefore it was not correctly converted to pf2(converting error was somenthing like "Unknown gsub feature 0x73756273 (subs)
    ", but i will search for that problem additionally), and only the font from the mscorefonts package finally were adopted to the boot screen.

    Thanks for your advises.
    Last edited by Navalio; December 7th, 2010 at 10:24 PM. Reason: Result gained

  7. #67
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by Navalio View Post
    Thanks for quick reply,
    Will check a bit later - just came from work.

    EDIT:
    Cavsfan, so i followed step-by-step the tutorial and eventually the boot font was changed. So, i found mine mistakes: the variable GRUB_FONT was the last one in the /etc/default/grub , thus (seem for me) the font modules were not loaded, but after moving it on the 1st position mine font appeared. And the 2nd bug, which was in mine box, was that the grub-mkfont configured DejavuSansMono font with errors(?), therefore it was not correctly converted to pf2(converting error was somenthing like "Unknown gsub feature 0x73756273 (subs)
    ", but i will search for that problem additionally), and only the font from the mscorefonts package finally were adopted to the boot screen.

    Thanks for your advises.

    Don't worry about those errors when converting the font. I had the same thing and I thought I mentioned that in the tutorial.
    I don't know what they meant, but they didn't effect the font, so I didn't worry about it. My fonts and my Grub2 menu look great!
    And I had the font command just after the last line in the first few commands in that file. And that apparently does have a big impact.

    If all else fails (although I think you are good now). you could always go by drs305 Grub2 tutorial and reinstall Grub2 and then
    go through my tutorial from scratch.

    I upgraded from Lucid to Maverick and lots of things in Grub were not quite right. I did a clean install, but I could have probably just
    re-installed grub and been OK.
    Even after I did a clean install I got the errors converting the font. But, all is well.

  8. #68
    Join Date
    Jul 2010
    Beans
    Hidden!

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Hi there.

    Thanks for your post OP.

    I have a custom grub2 boot with this change in /etc/default/grub
    PHP Code:
    GRUB_CMDLINE_LINUX_DEFAULT="" 
    which means I will still have my boot menu with custom entries and background, and have a verbose bootup.

    My question is: is it possible to change the black background behind the verbose bootup? Which files should I look into for this? Thanks.

  9. #69
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by morbs_gt View Post
    Hi there.

    Thanks for your post OP.

    I have a custom grub2 boot with this change in /etc/default/grub
    PHP Code:
    GRUB_CMDLINE_LINUX_DEFAULT="" 
    which means I will still have my boot menu with custom entries and background, and have a verbose bootup.

    My question is: is it possible to change the black background behind the verbose bootup? Which files should I look into for this? Thanks.
    You are welcome.
    Here is what I have:
    PHP Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX="" 
    You should be able to go by step 2 on page one via this command:
    gksu gedit /etc/grub.d/05_debian_theme
    That is where you would put the file name of the picture you want for your background.
    I say on page one that it has to be in /usr/share/images/desktop-base/, but it
    can actually be where ever you want it as long as WALLPAPER= in 05_debian_theme file points to your picture's location.
    Last edited by Cavsfan; December 16th, 2010 at 11:32 PM.

  10. #70
    Join Date
    Jul 2010
    Beans
    Hidden!

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Yeah, I have the following in /etc/grub.d/05_debian_theme
    PHP Code:
    # this allows desktop-base to override our settings
    f=/usr/share/desktop-base/grub_background.sh
    if test -${f} ; then
      
    . ${f}
    else
      
    WALLPAPER="/usr/share/images/grub/Grass_1280x1024.tga"
      
    COLOR_NORMAL="light-gray/black"
      
    COLOR_HIGHLIGHT="yellow/black"
    fi 
    and everything works fine. I have my custom background and and font color for the boot menu.

    What I'm wondering though is, is there a way to change the background of the scrolling text of the verbose boot which follows the grub boot menu selection. I do not wish to display the splash, just the text boot, but would like to edit the background of the scrolling text.

    This scrolling text is gray on a black background on my end, and wasn't sure which file to look into for that, or if it is at all possible by simply editing a configuration file.

    Thanks for your reply though.

Page 7 of 16 FirstFirst ... 56789 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •