Results 1 to 7 of 7

Thread: Ubuntu & Grub

  1. #1
    Join Date
    Jun 2008
    Beans
    21

    Ubuntu & Grub

    is there any way to have grub not automatically start up with linux?

    i have ubuntu and windows on a side by side install, and when i restart the machine it automatically goes to linux first cause it is the first one in the list of choices.

    is there any way i can move the windows 7 os first in choice default and ubuntu last, i dont use ubuntu as much as i use windows but use it enough to have it on there as a choice

    Thank you for your help

  2. #2
    Join Date
    Apr 2007
    Location
    Out in Left Field
    Beans
    1,167
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Ubuntu & Grub

    You could install Grub Customizer (it is in Software centre). In it you can change the order of Grub entries (and thereby what starts first) and the timeout period (time before it boots to OS)
    MB: Asrock Extreme4-M CPU: Intel(R) Core(TM) i7-3770K CPU @3.50GHz Memory: Corsair Low Profile Vengeance 16.00 GB. GC On CPU HD4000 Platform: x86_64 Distribution:

  3. #3
    Join Date
    Jan 2013
    Location
    Another Dimension
    Beans
    164
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Ubuntu & Grub

    Yes there is
    Code:
    sudo cp /boot/grub/grub.cfg /boot/grub/grub.bak
    sudo vi /boot/grub/grub.cfg
    Change vi for gedit nano vim whatever you feel comfortable with

    Count the number of linux kernels and memtest (in the grub.cfg file) starting at 0
    so 2 kernels 2 memtest one windows means windows is 4

    Change set default="0" to set default="4"
    Last edited by furything; February 5th, 2013 at 05:39 PM.

  4. #4
    Join Date
    Jan 2013
    Beans
    21

    Re: Ubuntu & Grub

    Quote Originally Posted by SuperFreak View Post
    You could install Grub Customizer (it is in Software centre). In it you can change the order of Grub entries (and thereby what starts first) and the timeout period (time before it boots to OS)
    I searched for this in the Software center but couldn't find it (on Ubuntu 12.04 LTS). I found some sort of legacy app but I don't think that was it.

  5. #5
    Join Date
    Apr 2007
    Location
    Out in Left Field
    Beans
    1,167
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Ubuntu & Grub

    The installed package I have on my machine looks like screenshot below (taken from Software Center). I have 12.04 64 bit installed
    Attached Images Attached Images
    MB: Asrock Extreme4-M CPU: Intel(R) Core(TM) i7-3770K CPU @3.50GHz Memory: Corsair Low Profile Vengeance 16.00 GB. GC On CPU HD4000 Platform: x86_64 Distribution:

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

    Re: Ubuntu & Grub

    It is not in repository.

    New Grub Customizer works with 12.10
    http://www.webupd8.org/2012/09/grub-...-released.html
    HOWTO: Grub Customizer Updated for grub 1.99
    http://ubuntuforums.org/showthread.php?t=1664134
    http://www.ubuntugeek.com/grub-custo...-included.html
    The Grub 2 Guide - drs305 also link to grub customizer
    Ubuntu Community Documentation site
    http://ubuntuforums.org/showthread.php?t=1195275
    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. #7
    Join Date
    Apr 2007
    Location
    Out in Left Field
    Beans
    1,167
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Ubuntu & Grub

    My mistake I had added the PPA into Synaptic.
    The links Old Fred gives show how to to install Grub customizer
    MB: Asrock Extreme4-M CPU: Intel(R) Core(TM) i7-3770K CPU @3.50GHz Memory: Corsair Low Profile Vengeance 16.00 GB. GC On CPU HD4000 Platform: x86_64 Distribution:

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
  •