Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: multiboot  (Read 2624 times)

0 Members and 1 Guest are viewing this topic.

William s

  • Guest
multiboot
« 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?

Mac

  • Guest
Re: multiboot
« Reply #1 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

William s

  • Guest
Re: multiboot
« Reply #2 on: August 22, 2005, 02:50:00 PM »
Could you explain exactly how to do this?

Raptor

  • Guest
Re: multiboot
« Reply #3 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

Mac

  • Guest
Re: multiboot
« Reply #4 on: August 22, 2005, 03:44:44 PM »
And don't forget this bit...

How to rebuild the Windows boot.ini

Gizmo73



    Intermediate

  • We do only what we are meant to do
    Re: multiboot
    « Reply #5 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]

    merlin_2

    • Guest
    Re: multiboot
    « Reply #6 on: August 22, 2005, 05:07:34 PM »

    William s

    • Guest
    Re: multiboot
    « Reply #7 on: August 23, 2005, 01:17:46 AM »
    Thanks guys, I got it working.