Page 13 of 58 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 580

Thread: How to have a custom Grub2 menu that is maintenance free

  1. #121
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    Yep, this thread is about customizing the grub2 boot menu.
    If you want to trick out your theme, look here:

    http://ubuntuforums.org/showthread.p...ht=grub+themes
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  2. #122
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    Quote Originally Posted by deadflowr View Post
    Yep, this thread is about customizing the grub2 boot menu.
    If you want to trick out your theme, look here:

    http://ubuntuforums.org/showthread.p...ht=grub+themes
    That is good. Drs305 is a friend of mine. Not sure who will maintain that thread though as he is now retired.

    This method customizes the Grub2 selections, changes the font, font size, font colors and adds a background pitcture.
    Here is my most recent Grub picture for Precise Pangolin 12.04 LTS. I had the same one on all my installs but, that was confusing so I did this.



    The beauty is that no matter what kernels get installed on any of the 4 Ubuntus, the default line will never ever change.
    This method may appear to be daunting but, it comes down to what is in one file /etc/grub.d/06_custom and a couple of other minor changes that need to be made.
    Last edited by Cavsfan; March 15th, 2013 at 08:32 PM.

  3. #123
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    Quote Originally Posted by Cavsfan View Post
    That is good. Drs305 is a friend of mine. Not sure who will maintain that thread though as he is now retired.

    This method customizes the Grub2 selections, changes the font, font size, font colors and adds a background pitcture.
    Here is my most recent Grub picture for Precise Pangolin 12.04 LTS. I had the same one on all my installs but, that was confusing so I did this.



    The beauty is that no matter what kernels get installed on any of the 4 Ubuntus, the default line will never ever change.
    This method may appear to be daunting but, it comes down to what is in one file /etc/grub.d/06_custom and a couple of other minor changes that need to be made.
    I think grubthemeartist has done a good job of keeping up with newer themes on that thread.
    I agree the custom menu setup is a great thing.
    I have a precise, and kubuntu precise, a quantal, and a raring (plus a windows xp) on my system, and without utilizing the custom file, finding the right distro took some special attention to kernel versions.
    Now all distros are well defined, and I click far less to boot.
    And simplfied booting is what it's supposed to be about.
    Themes and fonts and backgrounds, though nice, aren't nearly as important to me as getting into the OS want I quickly.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

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

    Re: How to have a custom Grub2 menu that is maintenance free

    Quote Originally Posted by deadflowr View Post
    I agree the custom menu setup is a great thing.
    I have a precise, and kubuntu precise, a quantal, and a raring (plus a windows xp) on my system, and without utilizing the custom file, finding the right distro took some special attention to kernel versions.
    Now all distros are well defined, and I click far less to boot.
    And simplfied booting is what it's supposed to be about.
    Themes and fonts and backgrounds, though nice, aren't nearly as important to me as getting into the OS want I quickly.
    This method does exactly that: allows you to get to the OS of your choice quickly.

    How much easier is hitting enter or moving the cursor up or down with the arrow keys to get to the OS of your choice?
    This thread is about How to have a custom Grub2 menu that is maintenance free.

    If your not going to post questions, etc. pertaining to this thread I suggest you create your own thread.

  5. #125
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    This thread is about How to have a custom Grub2 menu that is maintenance free.
    Got it.
    Here's a question.
    Last night, I decided to see about adding a menuentry for the .old file in the root directory, as oldfred mentioned.
    It works fine, but I get the same message when hitting enter as I do booting into windows.

    You know, that whole something something, press enter to continue thing.
    Code:
    menuentry "Good Kernel" {    set root=(hd0,1)
            linux /vmlinuz.old root=/dev/sda1 ro quiet splash
            initrd /boot/initrd.img.old
    }
    Do you think I'd have to do anything to the entry to avoid that?
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  6. #126
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    I get that error also on several of my newer installs. It slows boot but other than that I have not determined what the issue is. I thought for a while is was search for UUID line, but you so not have search in your entry, just a device setting.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

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

    Re: How to have a custom Grub2 menu that is maintenance free

    Quote Originally Posted by deadflowr View Post
    Got it.
    Here's a question.
    Last night, I decided to see about adding a menuentry for the .old file in the root directory, as oldfred mentioned.
    It works fine, but I get the same message when hitting enter as I do booting into windows.

    You know, that whole something something, press enter to continue thing.
    Code:
    menuentry "Good Kernel" {    set root=(hd0,1)
            linux /vmlinuz.old root=/dev/sda1 ro quiet splash
            initrd /boot/initrd.img.old
    }
    Do you think I'd have to do anything to the entry to avoid that?
    Quote Originally Posted by oldfred View Post
    I get that error also on several of my newer installs. It slows boot but other than that I have not determined what the issue is. I thought for a while is was search for UUID line, but you so not have search in your entry, just a device setting.
    That erroneous error is mentioned in the wiki in Section 4.6 when selecting Windows:
    https://help.ubuntu.com/community/Ma...from_Grub_1.99

    Is that the error you are talking about?

    You can either wait or just press enter again and it goes ahead and does it.

    I haven't seen it when selecting anything but Windows myself.
    That is the only thing I don't like about Grub version 1.99. Grub 1.98 and 2.00 do not get that error.

  8. #128
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    That is the error I get on some of my boots, but it is not Windows.

    I think it is my desktop boot from 12.04 to 12.10 both on my SSD. But I have to check and cannot do that until next week. (in Fla on laptop).
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  9. #129
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    Yep, grub 1.99.

    grub 2.00 runs it as normal as the rest of the entries.

    At this point it's more of an academic curiosity then a necessity.

    Normally, I'd pull a Joe Dirt and say, "Why does it do that? well cuz it just does."

    But my interest in it was little above normal.

    It's doubtful that I'll ever boot into it (knock on wood for the stable kernels), but maybe someone who needs/wants an older kernel can glean something from it.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  10. #130
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to have a custom Grub2 menu that is maintenance free

    Quote Originally Posted by oldfred View Post
    That is the error I get on some of my boots, but it is not Windows.

    I think it is my desktop boot from 12.04 to 12.10 both on my SSD. But I have to check and cannot do that until next week. (in Fla on laptop).
    Only selecting Windows 7 gives me that error. Selecting the other Ubuntu versions never has.

    Quote Originally Posted by deadflowr View Post
    Yep, grub 1.99.

    grub 2.00 runs it as normal as the rest of the entries.

    At this point it's more of an academic curiosity then a necessity.

    Normally, I'd pull a Joe Dirt and say, "Why does it do that? well cuz it just does."

    But my interest in it was little above normal.

    It's doubtful that I'll ever boot into it (knock on wood for the stable kernels), but maybe someone who needs/wants an older kernel can glean something from it.
    I guess it would be logical for initrd.img.old and vmlinuz.old to provide the ability to boot into the previously installed kernel and that is fine if anyone wants to incorporate that into their menu.
    But, I will leave that out of my wiki. I have never had the need to boot into an older kernel and if I did I would boot into recovery and make the appropriate files 10_linux or 30_os-prober executable.

Page 13 of 58 FirstFirst ... 3111213141523 ... LastLast

Tags for this Thread

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
  •