Computer Hope

Microsoft => Microsoft Windows => Windows XP => Topic started by: William s on August 22, 2005, 02:13:16 AM

Title: multiboot
Post by: William s on August 22, 2005, 02:13:16 AM
I have Windows XP Home and Windows XP X64 installed on 2 partitions on the same drive. I installed the X64 before the older one. Whenever I start up the computer, it just automatically runs the X64 OS and doesn't even prompt to run the other one, any advice?
Title: Re: multiboot
Post by: Mac on August 22, 2005, 03:03:01 AM
See if you can edit the boot.ini file.

E.G.

[boot loader]
timeout=10
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(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
Title: Re: multiboot
Post by: William s on August 22, 2005, 02:50:00 PM
Could you explain exactly how to do this?
Title: Re: multiboot
Post by: Raptor on August 22, 2005, 03:20:35 PM
Quote
Could you explain exactly how to do this?


Additional information and help with the boot.ini (http://www.computerhope.com/issues/ch000492.htm)
Title: Re: multiboot
Post by: Mac on August 22, 2005, 03:44:44 PM
And don't forget this bit...

How to rebuild the Windows boot.ini (http://www.computerhope.com/issues/ch000648.htm)
Title: Re: multiboot
Post by: Gizmo73 on August 22, 2005, 04:19:46 PM
In the boot.ini file, the line that says timeout may be set to 0, which is the how many seconds the boot select screen displays before it chooses the default selection. Change this to something like 10 or however much time you need to select a partition.

[glb]Gizmo73[/glb]
Title: Re: multiboot
Post by: merlin_2 on August 22, 2005, 05:07:34 PM
http://www.downloadjunction.com/product/software/35285/
Title: Re: multiboot
Post by: William s on August 23, 2005, 01:17:46 AM
Thanks guys, I got it working.