|
| |||||||||
| Tags: dual boot, order, vista, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to change dual boot order? My system runs both XP and Vista. I dual boot them, but Vista is the default OS my system loads. Is there a way to change it so that XP becomes the default OS? How to change the boot order? Any and all suggestions are welcome. |
|
#2
| ||||
| ||||
| Re: How to change dual boot order?
Follow these steps:
|
|
#3
| ||||
| ||||
| Re: How to change dual boot order?
Here is how to change the default OS that loads after a reboot:
|
|
#4
| ||||
| ||||
| Re: How to change dual boot order?
The primary tool to edit Windows Vista boot configuration is BCDEdit.exe, a tool which is included in Windows Vista distribution in the C:\windows\system32 folder (C: being the windows vista system drive). BCDEdit.exe allows you to change and configure boot application data (files) in the BCD (Boot Configuration Data) stores which replace the settings in the boot.ini file in earlier versions of Windows. BCDEdit basically replaces the BootCfg.exe tool that was used with earlier versions of Windows. BCDEdit provides much better and wider command line options and can do much more tasks than BCDCfg. Here’s how you can use BCDedit to change the boot sequence and display order in the boot menu. 1. Start > Cmd > Right Click cmd> Run as Administrator 2. At the command prompt : a. C:\> cd windows/system32 b. C:\windows\system32> bcdedit /? c. C:\windows\system32> bcdedit /enum all d. The output displays the boot configuration data of all the operating systems on the computer: Windows Boot Loader ------------------- identifier {current} device partition=C: path \Windows\system32\winload.exe description Microsoft Windows Vista locale en-US inherit {bootloadersettings} recoverysequence {572bcd56-ffa7-11d9-aae0-007e994107d} recoveryenabled Yes osdevice partition=C: systemroot \Windows resumeobject {89b97029-9609-11db-bbfe-cfc7153012f0} nx OptIn e. Note the 128-bit GUID of the Windows XP system. You will have a similar entry for that. f. C:\Windows\system32> bcdedit /default <GUID of Windows XP> E.g bcdedit /default {cbd971bf-b7b8-4885-951a-fa03044f5d71} Where {cbd971bf-b7b8-4885-951a-fa03044f5d71} is the GUID of the Windows XP system. In case you wish to delete the Windows XP entry from the boot menu: g. c:\windows\system32> bcdedit /delete <GUID of Windows XP> You can also change the description of an entry using the following command: h. Bcdedit /set ID description "The new description" For example: bcdedit /set {802d5e32-0784-11da-bd33-000476eba25f} description "My Favorite OS" You can change the display order of the boot options using the following command: i. bcdedit /displayorder ID1 [ID2] [ID3] [...] For example : bcdedit /displayorder {802d5e32-0784-11da-bd33-000476eba25f} {cbd971bf-b7b8-4885-951a-fa03044f5d71} This will change the diplay order of the entries the next time the system is turned on only. In order to make permanant changes to the boot order you can use the following command: j. bcdedit /bootsequence ID1 [ID2] [ID3] ... For example: bcdedit /bootsequence {802d5e32-0784-11da-bd33-000476eba25f} {cbd971bf-b7b8-4885-951a-fa03044f5d71} The following command sets the boot manager’s timeout to 30 seconds: k. Bcdedit /timeout 30 You can download a complete guide on BCD edit at: http://download.microsoft.com/downlo...edit_reff.docx |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to change dual boot order?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change xp control panel boot order | Lauren Bacall | Operating Systems | 4 | 10-07-2009 07:27 PM |
| How to change boot order from cd on Windows Xp | Sunny55 | Operating Systems | 3 | 09-06-2009 11:32 PM |
| Can't change boot order in xp | Matrix316 | Operating Systems | 5 | 06-05-2009 09:07 AM |
| To change boot order in GRUB. | Camillus | Operating Systems | 2 | 29-07-2008 06:52 PM |
| How change from dual boot to single boot Vista? | Kris | Vista Help | 5 | 26-03-2008 08:43 PM |