Page 4 of 34 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 336

Thread: HOWTO: Grub Customizer

  1. #31
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Grub Customizer

    Quote Originally Posted by Objekt View Post
    I found a new toy. Jeez, now I'm going to keep rebooting just to play with this.
    lol. Well, unless it's graphics-related you can see what's going to look like without rebooting:
    Code:
    grep menuentry /boot/grub/grub.cfg | cut -b 1-11 --complement | cut -d "'" -f1 | cut -d "\"" -f 1 | nl --starting-line-number=0
    I just number them in the command's output for my own purposes - the numbers won't appear in the actual menu.
    Last edited by drs305; February 11th, 2011 at 06:23 PM.
    Back to Xorg...

    Retired.

  2. #32
    Join Date
    Sep 2007
    Location
    Mauritius
    Beans
    58
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Grub Customizer

    Absolutely brilliant stuff. Give that man another glass of wine.

  3. #33
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: HOWTO: Grub Customizer

    Sub Sections:
    linux - The 10_linux script. Listings of your primary Ubuntu OS kernels.
    memtest86+ - The 20_memtest86+ script.
    os-prober - The 30_os-prober script. Finds and displays other operating systems, including Windows and linux systems installed on other partitions.
    custom - In a default installation, the first 'custom' refers to 40_custom, and the second 'custom' refers to 41_custom...
    But I had renamed the 40_custom to 09_custom so that the other OS will be the first entry in grub even after any addition or modification of the kernel entries.

    Will this work OK with this application?

    TIA
    How can I use a signature in forums?

  4. #34
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Grub Customizer

    Quote Originally Posted by hariks0 View Post
    But I had renamed the 40_custom to 09_custom so that the other OS will be the first entry in grub even after any addition or modification of the kernel entries.

    Will this work OK with this application?

    TIA
    You raise an interesting question. I have several custom menus. My preliminary testing of your question suggests that Grub customizer leaves these custom menus alone and, at least for me, doesn't even display them.

    So the good news is that your custom menus should not be touched. The downside is that they also don't appear in the Grub Customizer display so you can't edit them from within GC.

    I assume that if your custom entries are contained within the 40_custom file they would appear under the "custom" entry in GC.
    Back to Xorg...

    Retired.

  5. #35
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: HOWTO: Grub Customizer

    Thank you for your kind reply. However, I had tested this application and found it working without any major issues. The default and topmost item was changed to Ubuntu though. As another surprise, Grub customiser recognised Burg manager and offered a choice to edit the Burg setup instead.

    Now the topmost and default selection is the other OS in the beautiful Burg menu.

    Check out this link if anybody wants to know how to setup a Windows entry that is always on top of the others in grub.
    How can I use a signature in forums?

  6. #36
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Grub Customizer

    Quote Originally Posted by hariks0 View Post
    As another surprise, Grub customiser recognised Burg manager and offered a choice to edit the Burg setup instead.
    I have not used BURG but have noticed when I start GC it states in Help > About that GC is a graphical app to configure grub/burg.
    Back to Xorg...

    Retired.

  7. #37
    Join Date
    Apr 2010
    Beans
    14
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Grub Customizer

    I cannot get it to run. I get:

    "grub-mkconfig couldn't be executed successfully. You must run this as root!"

    I am using LinuxMint 9 (isadora)
    Gnome 2.30.2
    Kernal 2.6.32-21

    Any help is appreciated.

  8. #38
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Grub Customizer

    Quote Originally Posted by james.euless View Post
    I cannot get it to run.
    When you start GC, you should get a pop-up window asking for your password, just as you would when using any other GUI app requiring root access.

    I get the same message as you report if I try running it from the command line as "grub-customizer". Try "gksu grub-customizer" or start it from Applications > System Tools.

    If you continue to have problems, try running any other command as root from the command line and see if it works ("gksu gedit").
    Back to Xorg...

    Retired.

  9. #39
    Join Date
    Mar 2007
    Beans
    70

    Re: HOWTO: Grub Customizer

    I'm running a 2 os system: Kubuntu and Ubuntu 10.10. Installed grub-customizer and was able to invoke it several times. However, after making a change in the resolution, to 800x640x2(?), the splash screen text which lists the kernels, was very very tiny. When I next tried to launch customizer, I got: "grub-mkconfig couldn't be executed successfully. You must run this as root!". I tried from the terminal with gksu and got the same error message. I re-installed it. I tried invoking the Great Wamuzygote. Nothing. What???

    Geoffree

  10. #40
    Join Date
    Mar 2007
    Beans
    70

    Re: HOWTO: Grub Customizer

    Quote Originally Posted by geoffree View Post
    I'm running a 2 os system: Kubuntu and Ubuntu 10.10. Installed grub-customizer and was able to invoke it several times. However, after making a change in the resolution, to 800x640x2(?), the splash screen text which lists the kernels, was very very tiny. When I next tried to launch customizer, I got: "grub-mkconfig couldn't be executed successfully. You must run this as root!". I tried from the terminal with gksu and got the same error message. I re-installed it. I tried invoking the Great Wamuzygote. Nothing. What???

    Geoffree
    I tried editing the file thus: sudo gedit /etc/default/grub
    There were three characters at the end of the file: = "" . I deleted them. Now the splash screen is fine; the resolution is readable. However I'm still unable to launch grub-customizer. When running update-grub I got an error message that followed the listing of the kernels:

    "glibmm-ERROR **: unhandled exception (type std::exception) in signal handler: what: basic_string::substr"

    What does this signify?

    Thank you.

    G.
    Last edited by geoffree; February 19th, 2011 at 01:35 AM. Reason: new findings

Page 4 of 34 FirstFirst ... 2345614 ... 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
  •