PDA

View Full Version : How do I change boot priority in a dual boot system?


tanishwallen
09-30-2010, 04:28 AM
I have a laptop dual booting LinuxMint 7 and Windows Vista Home Premium. How do I change the default OS in the Grub boot loader? At the moment it is set for Mint.

lazybon3
09-30-2010, 12:39 PM
Hello.

A little bit more information would be nice.
If you use chameleon or pc-efi you could set.

<key>Default Partition</key>
<string>hd(0,1)</string>

in /Extra/com.apple.Boot.plist

You find out the right Disk/Partition with the command "diskutil list" in Terminal
Just enter the Disk you want as default.

I hope this is the Information you needed, else I need more information on you System Configuration and Bootloader used.

EDIT: Since you are using Grub as Bootloader you maybe find the Solution there
>> http://discuss.extremetech.com/forums/thread/1004322173.aspx

gl