Problem with XP... XP/Vista dual boot

Malarkey

New Member
So yet again, I get the same ntldr error when I try to boot into XP.

Code:
 status=0xc000000f

      \Ntldr
I have tried downloading the bootfiles (ntldr and NDETECT.COM files), those only gave me an invalid Boot.ini file error.

I also tried changing the XP drive from F:\ to C:\ and that still didn't work. Anyone have any suggestions?

Code:
[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
Code:
There are a total of 2 entries listed in the Vista Bootloader.
Bootloader TimeOut: 30 seconds.
Default OS: Microsoft Windows XP Professional

Entry #1

Name:  Microsoft Windows Vista
BCD ID:  {current}
Drive:  C:\
Bootloader Path:  \Windows\system32\winload.exe
Windows Directory:  \Windows

Entry #2

Name:  Microsoft Windows XP Professional
BCD ID:  {default}
Drive:  F:\
Bootloader Path:  \ntldr
Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {43609d97-30f6-11dc-a9af-001a926d60c0}
resumeobject            {7555e887-30fb-11dc-bab1-9c422bdc75ad}
displayorder            {7555e886-30fb-11dc-bab1-9c422bdc75ad}
                        {43609d97-30f6-11dc-a9af-001a926d60c0}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {7555e886-30fb-11dc-bab1-9c422bdc75ad}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {7555e887-30fb-11dc-bab1-9c422bdc75ad}
nx                      OptIn

Windows Legacy OS Loader
------------------------
identifier              {43609d97-30f6-11dc-a9af-001a926d60c0}
device                  partition=F:
path                    \ntldr
description             Microsoft Windows XP Professional
 
As my problem is the same I will just answer in this topic hoping you would help me...

This is my boot.ini

Code:
[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="Windows VISTA" /fastdetect
multi(0)disk(0)rdisk(0)partition(4)\WINNT="Windows XP" /fastdetect

and the debug from EasyBCD
Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=C:
description             Windows Boot Manager
locale                  pl-PL
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {0c9642df-9c80-11dd-a4c1-86fc4e692e90}
displayorder            {0c9642df-9c80-11dd-a4c1-86fc4e692e90}
                        {8d6b3023-9c84-11dd-9216-00218512410c}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 5

Windows Boot Loader
-------------------
identifier              {0c9642df-9c80-11dd-a4c1-86fc4e692e90}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  pl-PL
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {0c9642e0-9c80-11dd-a4c1-86fc4e692e90}
nx                      OptIn

Real-mode Boot Sector
---------------------
identifier              {8d6b3023-9c84-11dd-9216-00218512410c}
device                  partition=F:
path                    \NTLDR
description             Microsoft Windows XP
and here is my disc manager screenshot:
ead94cbd3719aea7.jpg
 
Back
Top