This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Boot List

ajolson1964

Fri Dec 30, 2011 2:38:36 pm

I have installed Zorin and love it. I have both windows vista and Zorin as my wife has not come aboard with Zorin just yet. The only issue is when the computer is turned on and the list of operating systems appear the first one is Zorin and the last one is Windows Vista. How can I change the sequence so that vista is the first one? I want to do this so when she boots up the computer she does not have to select vista it will just default to it.
I am very new to Linux so bear with me as I learn all this.

Wolfman

Fri Dec 30, 2011 3:37:41 pm

Hi,

go here and read this:

https://help.ubuntu.com/community/GrubH ... eDefaultOS

Hope it helps.

Regards Wolfman :D

nid

Sat Dec 31, 2011 3:55:47 am

Yep, read the link that WM posted. Just don't confuse between Legacy GRUB and GRUB 2 (Zorin is using GRUB 2).

The easiest way is to edit:
Code:
sudo /etc/default/grub


Search for:
Code:
GRUB_DEFAULT=0


Change 0 (zero) to whatever number your Vista OS is. You can count it from the top of the list. I assume that your Zorin will be at the top.

For example:

Your GRUB listing.

(0) Zorin Linux
(1) Memtest
(2) Windows XP-Pro
(3) Windows Vista

Then you will need to change 0 (zero) to 3.

The run update-grub

Code:
sudo update-grub


Next time you booting up 3 will be your default.

Good luck

Wolfman

Sat Dec 31, 2011 9:45:56 am

Thanks nid, you did a far better job explaining that than I did.

Here is a little something if you fancy a read:

http://www.dedoimedo.com/computers/grub-2.html

Happy New New Year everyone :D :D

Regards Wolfman :D

ajolson1964

Sat Dec 31, 2011 11:51:29 am

This all worked out great. The link provided guided me through defaulting it to Windows using startup-Manager. Again thanks for all the help