Results 1 to 3 of 3

Thread: Xubuntu fresh install gives wrong Grub label

  1. #1
    Join Date
    Mar 2008
    Beans
    104

    Xubuntu fresh install gives wrong Grub label

    Just installed 13.04 64 bit alongside a whole bunch of others and the Grub label for it is "ubuntu" which is not quite right.

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

    Re: Xubuntu fresh install gives wrong Grub label

    It is Ubuntu and grub does not really know what desktop you are using.

    I turn off os-prober and add my own boot stanzas to 40_custom. Then I can label them any way I want.

    Copy the entries from this:
    sudo cp -a /boot/grub/grub.cfg /boot/grub/grub.cfg.backup
    gedit /boot/grub/grub.cfg
    Copy them to and edit to have only entries you want:
    gksudo gedit /etc/grub.d/40_custom
    Then do:
    sudo update-grub

    IF new entries work ok, you can turn off os-prober.

    In /etc/default/grub I added this:
    gksudo gedit /etc/default/grub
    GRUB_DISABLE_OS_PROBER=true
    or turn off executeable bit
    sudo chmod a-x /etc/grub.d/30_os-prober
    sudo update-grub

    You can also use some gui tools like grub customizer, but it seems to create a lot of extra grub files in the scripts.

    New Grub Customizer works with 12.10
    http://www.webupd8.org/2012/09/grub-...-released.html


    How to: Create a Customized GRUB2 Screen that is Maintenance Free.- Cavsfan
    https://help.ubuntu.com/community/Ma...tomGrub2Screen
    http://ubuntuforums.org/showthread.php?t=2076205
    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.

  3. #3
    Join Date
    Mar 2008
    Beans
    104

    Re: Xubuntu fresh install gives wrong Grub label

    All other intallations seem to know which release/version they are installing and update grub accordingly.

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
  •