Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to change the initial menu?

  • 16-09-2011 11:10am
    #1
    Closed Accounts Posts: 41,926 ✭✭✭✭


    hi folks.

    got a new laptop (Win7) and installed Mint 11 - it's a dual boot now.

    However, when I turn the laptop on I get a list of the OSs to use.

    Mint is at the top, and if I don't choose an OS it automatically boots into Mint.

    Can I change the order of this, so it goes into Windows automatically?


Comments

  • Registered Users, Registered Users 2 Posts: 1,110 ✭✭✭Skrynesaver


    Grub (the GRand Unified Bootloader) can be reconfigured in grub.cfg the manual for Grub can be found here but basically you want to set the following in grub.cfg
    GRUB_DEFAULT=$ORDINAL_NUMBER_OF_DEFAULT_BOOT_IMAGE_FROM_0
    


  • Registered Users, Registered Users 2 Posts: 2,370 ✭✭✭Knasher


    AFAIK mint uses grub2 and if it is anything like ubuntu it adds another menu entry for every kernel version you have installed. So I'd imagine that you may have to reedit your option every time you update it.

    So I'd advise you to edit the /etc/default/grub file instead. This section of the ubuntu docs go into it pretty well and they should be largely the same for any grub2 system. Just don't forget to call
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    
    after editing /etc/default/grub to update it with your changes.


  • Registered Users, Registered Users 2 Posts: 3,739 ✭✭✭Stuxnet


    if your not comfortable with the above, get startup-manager from the software center, or what ever they call it on mint, run it & select window's as default boot option

    or
    sudo apt-get install startupmanager
    
    in the terminal, it may even be pre-installed in mint already iirc


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,581 Mod ✭✭✭✭Capt'n Midnight


    in grub it was very easy to default to the last OS chosen on the menu

    this was broken in 9.x when they changed to grub2

    looks like was fixed in 10.04 - ymmv

    http://superuser.com/questions/137875/can-grub-be-configured-to-remember-the-last-os-you-booted-into
    Change the line that reads GRUB_DEFAULT=0 to GRUB_DEFAULT=saved

    Add a line with GRUB_SAVEDEFAULT=true

    That's it. Actually isn't that bad, is it? Don't forget to run sudo update-grub.

    https://help.ubuntu.com/community/Grub2#Configuring%20GRUB%202


Advertisement