PC Review


Reply
Thread Tools Rate Thread

Dual Boot - need Boot.ini help

 
 
LadyDungeness@Fish.Net
Guest
Posts: n/a
 
      13th Jul 2007
I've got a dual boot (supposedly) system. I used to get a boot-up
menu where I could choose which system to boot to. After installing a
new HD, I still get the boot-up menu, but I cannot boot into the
system on the slave drive. Maybe there's something wrong with my
boot.ini file?

[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="XP Home" /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Win 2000"

`
Lady Dungeness
Crabby, but Delicious!
~~~~~~~~~~~~~~~~~~~~~~
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGF0dGkgTWFjTGVvZA==?=
Guest
Posts: n/a
 
      13th Jul 2007
Hi LadyDungeness,

Your boot.ini file does not indicate an operating system on a secondary
(slave) drive, it indicates two operating systems on two separate partitions
of a single drive. Also, Win2000 usually installs to a folder named WINNT not
Windows.

Assuming that Win2000 is the operating system on the slave drive, and
assuming that it is installed on the first partition and not the second
partition (as your current boot.ini file indicates) of that drive, your
boot.ini file should look more 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="XP Home" /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Win 2000"



Regards,

--
Patti MacLeod
Microsoft MVP - Windows Shell/User


"(E-Mail Removed)" wrote:

> I've got a dual boot (supposedly) system. I used to get a boot-up
> menu where I could choose which system to boot to. After installing a
> new HD, I still get the boot-up menu, but I cannot boot into the
> system on the slave drive. Maybe there's something wrong with my
> boot.ini file?
>
> [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="XP Home" /NoExecute=OptIn
> multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Win 2000"
>
> `
> Lady Dungeness
> Crabby, but Delicious!
> ~~~~~~~~~~~~~~~~~~~~~~
>

 
Reply With Quote
 
LadyDungeness@Fish.Net
Guest
Posts: n/a
 
      14th Jul 2007
How would I change the boot.ini so that two hard drives are indicated?
I can fix the others.

Lady D



On Fri, 13 Jul 2007 09:42:00 -0700, Patti MacLeod
<(E-Mail Removed)> wrote:

|Hi LadyDungeness,
|
|Your boot.ini file does not indicate an operating system on a secondary
|(slave) drive, it indicates two operating systems on two separate partitions
|of a single drive. Also, Win2000 usually installs to a folder named WINNT not
|Windows.
|
|Assuming that Win2000 is the operating system on the slave drive, and
|assuming that it is installed on the first partition and not the second
|partition (as your current boot.ini file indicates) of that drive, your
|boot.ini file should look more 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="XP Home" /NoExecute=OptIn
|multi(0)disk(0)rdisk(1)partition(1)\WINNT="Win 2000"
|
|
|
|Regards,
 
Reply With Quote
 
Brian A.
Guest
Posts: n/a
 
      14th Jul 2007
Right click MyComputer on the desktop.
In the popup menu click Properties > Advanced tab > Startup and Recovery Settings
button > System Startup Edit Button.

Change the line:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Win 2000"

To:
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Win 2000"

as suggested/shown in Patti's response.

--

Brian A. Sesko { MS MVP_Shell/User }
Conflicts start where information lacks.
http://basconotw.mvps.org/

Suggested posting do's/don'ts: http://www.dts-l.org/goodpost.htm
How to ask a question: http://support.microsoft.com/kb/555375


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How would I change the boot.ini so that two hard drives are indicated?
> I can fix the others.
>
> Lady D
>
>
>
> On Fri, 13 Jul 2007 09:42:00 -0700, Patti MacLeod
> <(E-Mail Removed)> wrote:
>
> |Hi LadyDungeness,
> |
> |Your boot.ini file does not indicate an operating system on a secondary
> |(slave) drive, it indicates two operating systems on two separate partitions
> |of a single drive. Also, Win2000 usually installs to a folder named WINNT not
> |Windows.
> |
> |Assuming that Win2000 is the operating system on the slave drive, and
> |assuming that it is installed on the first partition and not the second
> |partition (as your current boot.ini file indicates) of that drive, your
> |boot.ini file should look more 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="XP Home" /NoExecute=OptIn
> |multi(0)disk(0)rdisk(1)partition(1)\WINNT="Win 2000"
> |
> |
> |
> |Regards,


 
Reply With Quote
 
LadyDungeness@Fish.Net
Guest
Posts: n/a
 
      14th Jul 2007
Patti,

I apologize for the dumb question. I had eye surgery recently and
haven't got my big monitor set up yet; on this little one, I
completely missed your answer. I've followed your directions and am
now the proud owner of a dual boot system. Thank you! :-)

`
Lady Dungeness
Crabby, but Delicious!
~~~~~~~~~~~~~~~~~~~~~~



On Fri, 13 Jul 2007 17:37:33 -0700, (E-Mail Removed) wrote:

|How would I change the boot.ini so that two hard drives are indicated?
|I can fix the others.
|
|Lady D
|
|
|
|On Fri, 13 Jul 2007 09:42:00 -0700, Patti MacLeod
|<(E-Mail Removed)> wrote:
|
||Hi LadyDungeness,
||
||Your boot.ini file does not indicate an operating system on a secondary
||(slave) drive, it indicates two operating systems on two separate partitions
||of a single drive. Also, Win2000 usually installs to a folder named WINNT not
||Windows.
||
||Assuming that Win2000 is the operating system on the slave drive, and
||assuming that it is installed on the first partition and not the second
||partition (as your current boot.ini file indicates) of that drive, your
||boot.ini file should look more 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="XP Home" /NoExecute=OptIn
||multi(0)disk(0)rdisk(1)partition(1)\WINNT="Win 2000"
||
||
||
||Regards,
 
Reply With Quote
 
=?Utf-8?B?UGF0dGkgTWFjTGVvZA==?=
Guest
Posts: n/a
 
      14th Jul 2007
No problem and you're welcome :-) I hope you enjoy your dual boot system.

I would have checked back sooner, but internet connectivity here has been a
little "spotty" since some time last night. Thanks, Brian A. for jumping in
:-)



Regards,

--
Patti MacLeod
Microsoft MVP - Windows Shell/User


"(E-Mail Removed)" wrote:

> Patti,
>
> I apologize for the dumb question. I had eye surgery recently and
> haven't got my big monitor set up yet; on this little one, I
> completely missed your answer. I've followed your directions and am
> now the proud owner of a dual boot system. Thank you! :-)
>
> `
> Lady Dungeness
> Crabby, but Delicious!
> ~~~~~~~~~~~~~~~~~~~~~~

 
Reply With Quote
 
Brian A.
Guest
Posts: n/a
 
      15th Jul 2007
You're welcome Patti, happy to splash about.

--

Brian A. Sesko { MS MVP_Shell/User }
Conflicts start where information lacks.
http://basconotw.mvps.org/

Suggested posting do's/don'ts: http://www.dts-l.org/goodpost.htm
How to ask a question: http://support.microsoft.com/kb/555375


"Patti MacLeod" <(E-Mail Removed)> wrote in message
news:6F3B0E83-104D-4E9B-9D85-(E-Mail Removed)...
> No problem and you're welcome :-) I hope you enjoy your dual boot system.
>
> I would have checked back sooner, but internet connectivity here has been a
> little "spotty" since some time last night. Thanks, Brian A. for jumping in
> :-)
>
>
>
> Regards,
>
> --
> Patti MacLeod
> Microsoft MVP - Windows Shell/User
>
>
> "(E-Mail Removed)" wrote:
>
>> Patti,
>>
>> I apologize for the dumb question. I had eye surgery recently and
>> haven't got my big monitor set up yet; on this little one, I
>> completely missed your answer. I've followed your directions and am
>> now the proud owner of a dual boot system. Thank you! :-)
>>
>> `
>> Lady Dungeness
>> Crabby, but Delicious!
>> ~~~~~~~~~~~~~~~~~~~~~~


 
Reply With Quote
 
=?Utf-8?B?UGF0dGkgTWFjTGVvZA==?=
Guest
Posts: n/a
 
      15th Jul 2007
<g>


--
Patti MacLeod
Microsoft MVP - Windows Shell/User


"Brian A." wrote:

> You're welcome Patti, happy to splash about.
>
> --
>
> Brian A. Sesko { MS MVP_Shell/User }
> Conflicts start where information lacks.
> http://basconotw.mvps.org/
>
> Suggested posting do's/don'ts: http://www.dts-l.org/goodpost.htm
> How to ask a question: http://support.microsoft.com/kb/555375

 
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
Getting back a Vista boot after removing Linux (dual-boot GRUB menu) Rob Windows Vista General Discussion 2 18th May 2008 07:41 PM
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
Restoring Master Boot Record from a busted dual boot setup JHJ Windows XP General 4 22nd Feb 2006 12:42 AM
Dual Boot Config with new CPU won't boot with XP SP2 but will boot wth Win98 SE Jack Bauer Windows XP Help 2 20th Nov 2005 02:03 PM
Dual Boot XP - Original XP OS lost all system files and won't boot - hal.dll not found spampow@comcast.net Windows XP Help 0 12th Oct 2005 01:10 AM


Features
 

Advertising
 

Newsgroups
 


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