Simple Easy Tutorial - Change Default Boot Loader Windows

Mobile
feeds
Welcome Login | Register

Simple Easy Tutorial - Change Default Boot Loader Windows
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » Tutorial and Guides Forums
        » » Simple Easy Tutorial - Change Default Boot Loader Windows
Simple Easy Tutorial - Change Default Boot Loader Windows
Post Description: simple easy tutorial change default boot loader windows Tutorial and Guides
Post Tags:
This Post Has Been Viewed 6302 Times Since Fri Jul 21, 2006 1:22 pm Author webmaster with 1 replies
Simple Easy Tutorial - Change Default Boot Loader Windows
Advertise On This Page




This tutorial is intended to users who have dual boot systems and want to change the default operating system to load when starting your computer or server.

In this scenario, I have a computer with one disk, and have installed two operating systems in this disk, first one being Windows Server 2003 Standard and second one being Mircrosoft Windows XP Professional. When I boot up my computer, it automatically boots to windows xp, but i want to change it so it boots server 2003 instead by default. When I start my computer this is what the boot loading screen says:

     Code:
Please select the operating system to start:

Windows Server 2003, Standard
Microsoft Windows XP Professional

Use the up and down arrow keys to move the highlight to your choice.
Press ENTER to choose.

For troubleshooting and advanced startup options for Windows, press F8.

The first step to do is to go ahead and login to windows xp.

2. After windows XP has been loaded, login as user with administrator privilages.

3. Click on the Start Menu (bottom left of the screen)

4. Then Select Run
post picture

5. A small popup will appear. Type the following: C:\boot.ini

(in my example C is the drive where I have installed windows Xp)
post picture
6. Click Ok

7. If you are asked to choose a program to open the file with, Select "Select the program from a list" and browse and select notepad
post picture

8. Once you have opened boot.ini with notepad the file contents will look like this:

     Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Standard" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect


Now Change to This:

     Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Standard" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
* I basically changed the 1 to 2 in the third line
from: default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
to: default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS

9. Save your changes and close the boot.ini file

10. Restart your computer / server.

11. Now when you restart, windows XP will start by default instead of windows server 2003


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : Simple Easy Tutorial - Change Default Boot Loader Windows

Comments and replies About Simple Easy Tutorial - Change Default Boot Loader Windows
:: 1 :: Reply #69917 Reply By Liz On Tue Sep 09, 2008 12:20 am
Liz:
hi... once you change the default partition to 2 does that mean you are able to delete the window on partition 1?