3

Possible Duplicates:
Make grub keep its default boot under kernel updates
Aesthetically editing grub.cfg

I'm running a dual boot configuration on my laptop using Ubuntu 10.04b and Windows 7 Home Premium.

Windows 7 was the original OS and I added a 'side by side' installation of Ubuntu. Ubuntu, however, shows up first on the list. I'd like to change this order and make Windows 7 first, followed by Ubunutu, then all of the recovery boots after that.

Any help on how this is done?

th3dude
  • 9,511

2 Answers2

0

I found this thread with a quick Google search and a couple times they refer to startupmanager. I've never used it but Download Squad has a write up on it here.

Startup Manager, or SUM provides an easier way to edit your GRUB menu. You can find SUM in the Synaptic package manager or by typing sudo apt-get install startupmanager into a terminal window.

Once it's installed, you can access Startup Manager from the System -> Administration menu. The utility lets you change the default operating system, adjust the screen resolution of the GRUB menu, and even alter the background and text colors. You can adjust the countdown timer, set a password, or alter a number of other settings. And there's fairly little risk of messing up your boot menu beyond all repair.

Prior to the current version of grub it was quite simple to update a config file and I used to do that. You can still update it in a similar way but it is a bit more convoluted.

Hope this is helpful.

codeLes
  • 1,852
0

You'll have to edit your grub.cfg file. here you'll find a good answer for this question.

P.S.: I don't really know about this but I guess this could be evaluated as duplicate.

Diskilla
  • 1,542