Forum Moderators: phranque

Message Too Old, No Replies

Operating Systems - choice - simultaneous or alternative

Operating Systems - choice - simultaneous or alternative

         

sunandoghosh

10:01 am on Jul 8, 2005 (gmt 0)

10+ Year Member



Operating Systems - choice - simultaneous or alternative

exploring different possibilities...!

Respected Gurus and dear friends,

I always have used one HARD DISK with two partitions....running windows xp

Now i have also added one extra harddisk with again two partitions using windows server 2000...

Now problem is that currently what i do is depending on which one i want to use; i change BIOS settings at time of machine start by kepping press DEL so that it takes me to BIOS settings and there i choose one out of two hard disks...by modifying boot priority settings...

I was wondering is it possible to have (say) a screen which gives me option to choose any one from BOTH hard disk instead of changing BIOS settings everytime i start my machine....

Any idea / suggestion/ solution/ guide would be more than appreciated....

Thanks

Sunando

sunandoghosh at rediffmail dot com

Angelis

10:15 am on Jul 8, 2005 (gmt 0)

10+ Year Member



You will need to add it to the startup boot menu which is located at:

Start -> Control Panel -> System -> Advanced -> Startup and Recovery.

When you are in there at the top you will see an OS list which in your case will have 1 item listed.

Click on the edit button and a text editor will open.

As an example you will have.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

You will need to add another line to this with the information contained within it.

If I had 2k Server installed on a secondary hard drive I would write it like this...

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(1)rdisk(0)partition(1)\WINNT="Microsoft Windows 2003 Server" /fastdetect

Be carful changing this as it can mess your PC up if you do it wrong, you can of course fix it by holding F8 down after the bios screen appears and selecting Last Known Best Configuration (If you break it).

Matt Probert

10:44 am on Jul 8, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There are also other free "boot loader" programs that allow a choice of operating system to be started. Lilo is one, Grub another. These are typically used to select between Windows and Linux installed within one computer.

Matt