Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: Changing Default OS to boot first

  1. #1
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Changing Default OS to boot first

    I just finished reading the information found here:
    https://help.ubuntu.com/community/Grub2#File_Structure
    twice and still don't understand what I am supposed to do so I can change the default boot in my dual boot system from Lubuntu to Ubuntu. Any help will be appreciated.

  2. #2
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Changing Default OS to boot first

    For Grub, I recommend installing Grub Customizer.

    Code:
    sudo add-apt-repository ppa:danielrichter2007/grub-customizer
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install grub-customizer
    Hope that helps,
    ubudog

  3. #3
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Changing Default OS to boot first

    Thanks ubudog. I installed and save and will now reboot to see if it works.

    I rebooted and the default boot order was not saved even though I saved it. Must I do something else? The same thing happened when I used Startup Manager.
    Last edited by Rex Bouwense; September 12th, 2011 at 12:52 AM. Reason: Additional information

  4. #4
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Changing Default OS to boot first

    Hmm, did you edit it like this?:
    Grub Customizer > Preferences > "General" tab > default entry > Predefined:

    And then click the "Save" button?

  5. #5
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Changing Default OS to boot first

    Not until you told me to do that, but it didn't make any difference. The default boot is still Lubuntu even after I performed the edit that you told me and rebooted.

  6. #6
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Changing Default OS to boot first

    Try this:
    https://help.ubuntu.com/community/Gr...rub_.28file.29

    So, an example command would be:
    Code:
    sudo grub-set-default 3
    Assuming your Ubuntu install is third in the list.

    Then, make sure to do:
    Code:
    sudo update-grub2
    And reboot! Hope that works.

  7. #7
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Changing Default OS to boot first

    That didn't work either. This is getting a wee bit frustrating, but if everything ran perfectly we wouldn't have anything to do.

  8. #8
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Changing Default OS to boot first

    Yeah, this is strange. Can you please post the output of:
    Code:
    sudo update-grub2

  9. #9
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Changing Default OS to boot first

    Are you using 11-04? Last I heard Grub Customizer wasn't working with 11-04's grub version. Startup Manager neither.
    You could do it the old way by editing /etc/default/grub and changing
    GRUB_DEFAULT=0
    to
    GRUB_DEFAULT= ## the number of the item you want to be default in the present grub menu - but don't forget to subtract 1 from the menu item number as the first entry is entry 0 not 1
    Then save the new file and run sudo update-grub.

    http://ubuntuforums.org/showthread.php?t=1195275
    MacBook Pro 10,1 retina

  10. #10
    Join Date
    Sep 2011
    Location
    California, USA
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Changing Default OS to boot first

    I've got the same exact problem here.
    Neither Grub Customizer nor Start-Up Manager work with the Grub2 version that comes with Natty. I used to use Start-Up Manager just fine in the past and it always worked. I first discovered Start-Up Manager when I was using Ubuntu 10.04 and it worked then just as it worked with 10.10 but there were lots of changes to Grub2 by the time that 11.04 came out. I also had difficulties changing my Grub2 Splash Image because none of the examples online about how to change the splash images are relevant now that Grub2 has changed. Somehow I was able to figure that one out and since then I have not taken the time to figure out how to change the Default Startup OS but maybe I'll give it a shot right now since I've got a bit of time on my hands.
    As soon as I figure out how to do it I'll post it here, unless someone else beats me to it. So please Rex, if something you try works for you, let us know because I'm sure there are more people besides you and me who would like to know how to do that.

Page 1 of 4 123 ... 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
  •