PC Review


Reply
Thread Tools Rate Thread

Dual Boot Drive 2

 
 
=?Utf-8?B?Qm9vdHkgTWFnaWM=?=
Guest
Posts: n/a
 
      30th Mar 2007
I need help with settings so I can choose which drive to boot from. What
should I add or remove from boot.ini file below, and is there a separate
change needed elsewhere?
I have xp on both drives.
Thanks

[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
 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      30th Mar 2007
Try creating a boot disk. For the floppy to successfully boot Windows XP the
disk must contain the "NT" boot sector. Format a diskette (on a Windows XP
machine, not a DOS/Win9x, so the NT boot sector gets written to the floppy),
and copy Windows XP versions of ntldr, ntdetect.com, and boot.ini to it.
Edit the boot.ini to give it a correct ARC path for the machine you wish to
boot. Below is an example of boot.ini. The default is to start the operating
system located on the first partition of the primary or first drive
(drive0). Then drive0 partition 2 and so on.

[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="Windows XP 0,1"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\Windows="Windows XP 0,2"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\Windows="Windows XP 1,1"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(1)partition(2)\Windows="Windows XP 1,2"
/noexecute=optin /fastdetect

(watch for line wrap)


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Booty Magic" wrote:
>I need help with settings so I can choose which drive to boot from. What
> should I add or remove from boot.ini file below, and is there a separate
> change needed elsewhere?
> I have xp on both drives.
> Thanks
>
> [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


 
Reply With Quote
 
Timothy Daniels
Guest
Posts: n/a
 
      30th Mar 2007
"Booty Magic" wrote:
>I need help with settings so I can choose which drive to boot from. What
> should I add or remove from boot.ini file below, and is there a separate
> change needed elsewhere?
> I have xp on both drives.
> Thanks
>
> [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


Assuming that the above boot.ini is contained in the "active"
primary partition of the HD that is at the head of the BIOS's
HD boot order -

which has the following default order for PATA HDs:
Master, IDE ch. 0,
Slave, IDE ch. 0,
Master, IDE ch 1,
Slave, IDE ch.1

- and that the partition is a primary partition (and marked "active" if
there are more than one partition on the HD), and that the OSes both
reside in folders named "WINDOWS" on partition 1 of their respective
HDs, the following form of boot.ini will work:

[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="WinXP Pro HD 0" /noexecute=optin
/fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="WinXP Pro HD 1" /noexecute=optin
/fastdetect

Note that in the usual "vanilla" case, there is only one primary partition on
the HD,
and thus it "active" by default, and that the BIOS's HD boot order has not be
reset from its default setting, and that the boot files (i.e. boot.ini, ntldr,
and
ntdetect.com) are in the same partition as the OS., and that one of these
conditions
are necessary.

*TimDaniels*

 
Reply With Quote
 
Timothy Daniels
Guest
Posts: n/a
 
      30th Mar 2007
"Timothy Daniels" typo'd:
> Note that in the usual "vanilla" case, there is only one primary partition
> on the HD, and thus it "active" by default, and that the BIOS's HD
> boot order has not be reset from its default setting, and that the boot
> files (i.e. boot.ini, ntldr, and ntdetect.com) are in the same partition
> as the OS., and that one of these conditions are necessary.


The last clause should read: "and that NONE of these conditions
are necessary."

*TimDaniels*
 
Reply With Quote
 
Larry(LJL269)
Guest
Posts: n/a
 
      30th Mar 2007
Here's boot.ini in IDE- connector lingo which I understand. There r 16
possable combos. 1 way to get right 1 is to boot and work ur way down
list. Invalid 1's dont work->Ctl+Alt+Del & try another.

[boot loader]
timeout=365
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]

rem BOOTING UniversalBoot.ini - PRIMARY IDE

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="PRIMARY IDE - CONNECTOR @
END - PARTITION 1 " /fastdetect /bootlog
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="PRIMARY IDE - CONNECTOR @
END - PARTITION 2 " /fastdetect /bootlog
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="PRIMARY IDE - CONNECTOR @
END - PARTITION 3 " /fastdetect /bootlog
multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="PRIMARY IDE - CONNECTOR @
END - PARTITION 4 " /fastdetect /bootlog

multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="PRIMARY IDE - CONNECTOR @
MIDDLE - PARTITION 1 " /fastdetect /bootlog
multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="PRIMARY IDE - CONNECTOR @
MIDDLE - PARTITION 2 " /fastdetect /bootlog
multi(0)disk(0)rdisk(1)partition(3)\WINDOWS="PRIMARY IDE - CONNECTOR @
MIDDLE - PARTITION 3 " /fastdetect /bootlog
multi(0)disk(0)rdisk(1)partition(4)\WINDOWS="PRIMARY IDE - CONNECTOR @
MIDDLE - PARTITION 4 " /fastdetect /bootlog

rem **** YOU CAN ONLY CHOOSE FROM 1st 8 SO REARRANGE IF NEED BE
****

rem SECONDARY IDE

multi(0)disk(0)rdisk(2)partition(1)\WINDOWS="SECONDARY IDE - CONNECTOR
@ END - PARTITION 1 " /fastdetect /bootlog
multi(0)disk(0)rdisk(2)partition(2)\WINDOWS="SECONDARY IDE - CONNECTOR
@ END - PARTITION 2 " /fastdetect /bootlog
multi(0)disk(0)rdisk(2)partition(3)\WINDOWS="SECONDARY IDE - CONNECTOR
@ END - PARTITION 3 " /fastdetect /bootlog
multi(0)disk(0)rdisk(2)partition(4)\WINDOWS="SECONDARY IDE - CONNECTOR
@ END - PARTITION 4 " /fastdetect /bootlog

multi(0)disk(0)rdisk(3)partition(1)\WINDOWS="SECONDARY IDE - CONNECTOR
@ MIDDLE - PARTITION 1 " /fastdetect /bootlog
multi(0)disk(0)rdisk(3)partition(2)\WINDOWS="SECONDARY IDE - CONNECTOR
@ MIDDLE - PARTITION 2 " /fastdetect /bootlog
multi(0)disk(0)rdisk(3)partition(3)\WINDOWS="SECONDARY IDE - CONNECTOR
@ MIDDLE - PARTITION 3 " /fastdetect /bootlog
multi(0)disk(0)rdisk(3)partition(4)\WINDOWS="SECONDARY IDE - CONNECTOR
@ MIDDLE - PARTITION 4 " /fastdetect /bootlog

HTH-Larry

On Fri, 30 Mar 2007 07:38:03 -0700, Booty Magic
<(E-Mail Removed)> wrote:

>I need help with settings so I can choose which drive to boot from. What
>should I add or remove from boot.ini file below, and is there a separate
>change needed elsewhere?
>I have xp on both drives.
>Thanks
>
>[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


Any advice is my attempt to contribute more than I have received but I can only assure you that it works on my PC. GOOD LUCK.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual boot, dual drive, hardware not identified? =?Utf-8?B?bXl0b2Zp?= Windows XP General 3 9th Dec 2006 05:10 AM
Dual Boot: boot.ini queston - also Vista swaps drive letter on partitions Jamie Hunter [MS] Windows Vista General Discussion 5 13th Oct 2006 08:46 AM
Dual Boot drive failure, add boot info =?Utf-8?B?Sm9zaA==?= Windows XP Setup 9 28th Sep 2006 05:01 AM
Is Dual RAID 1 possible for my boot drive and my separate editing drive? Bradley Storage Devices 2 3rd May 2004 06:25 PM
Dual boot drive. Windows won't boot after a failed format Margaret Simpson Windows XP Help 1 28th Oct 2003 04:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:42 PM.