Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Dual Boot(Vista/XP) Error: Unable to enter into XP..!

Reply
Thread Tools Display Modes

Dual Boot(Vista/XP) Error: Unable to enter into XP..!

 
 
TVNRK
Guest
Posts: n/a

 
      10-13-2007
Hi,
I've XP installed previously on D: drive and 2000 pro on C: drive. I
formatted C: drive(2000 pro) & installed Vista on C: drive. After that I am
unable to boot/enter into XP which is giving error like: \ntldr corrupted.
I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
solve the prob.
I tried to repair vista boot manager after inserting DVD by going to repair
startup but again couldn't solve it. I checked online for help. But nothing
could solve it. I want XP & vista working without reinstalling them again.
Could anyone suggest a best solution will be appreciated?

Thanks.....!
 
Reply With Quote
 
 
 
 
Rick Rogers
Guest
Posts: n/a

 
      10-13-2007
Hi,

Click start, type CMD and right click the start menu entry. Choose 'run as
administrator'. From the prompt, run 'bcdedit /enum' and then copy/paste the
contents into a reply. Please also include the location of ntldr, ntdetect,
and boot.ini on your system.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"TVNRK" <> wrote in message
news:73D313F0-E227-4414-99A3-...
> Hi,
> I've XP installed previously on D: drive and 2000 pro on C: drive. I
> formatted C: drive(2000 pro) & installed Vista on C: drive. After that I
> am
> unable to boot/enter into XP which is giving error like: \ntldr corrupted.
> I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
> solve the prob.
> I tried to repair vista boot manager after inserting DVD by going to
> repair
> startup but again couldn't solve it. I checked online for help. But
> nothing
> could solve it. I want XP & vista working without reinstalling them again.
> Could anyone suggest a best solution will be appreciated?
>
> Thanks.....!


 
Reply With Quote
 
John Barnes
Guest
Posts: n/a

 
      10-13-2007
or you can just copy the 3 files onto the system drive and modify the
boot.ini to point to the XP system.

"TVNRK" <> wrote in message
news:73D313F0-E227-4414-99A3-...
> Hi,
> I've XP installed previously on D: drive and 2000 pro on C: drive. I
> formatted C: drive(2000 pro) & installed Vista on C: drive. After that I
> am
> unable to boot/enter into XP which is giving error like: \ntldr corrupted.
> I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
> solve the prob.
> I tried to repair vista boot manager after inserting DVD by going to
> repair
> startup but again couldn't solve it. I checked online for help. But
> nothing
> could solve it. I want XP & vista working without reinstalling them again.
> Could anyone suggest a best solution will be appreciated?
>
> Thanks.....!


 
Reply With Quote
 
Paul Randall
Guest
Posts: n/a

 
      10-13-2007

"TVNRK" <> wrote in message
news:73D313F0-E227-4414-99A3-...
> Hi,
> I've XP installed previously on D: drive and 2000 pro on C: drive. I
> formatted C: drive(2000 pro) & installed Vista on C: drive. After that I
> am
> unable to boot/enter into XP which is giving error like: \ntldr corrupted.
> I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
> solve the prob.
> I tried to repair vista boot manager after inserting DVD by going to
> repair
> startup but again couldn't solve it. I checked online for help. But
> nothing
> could solve it. I want XP & vista working without reinstalling them again.
> Could anyone suggest a best solution will be appreciated?


It is perhaps easier to dual boot if Vista is installed first, but here is a
tutorial on how to do it if XP is installed first. Hopefully it will have
tips to help your current situation.

http://apcmag.com/5023/dual_booting_xp_with_vista


 
Reply With Quote
 
TVNRK
Guest
Posts: n/a

 
      10-13-2007
From the prompt, I am pasting the below contents of my system:Check it out.

I've searched ntldr,ntdetect.com files but couldnt find on my system. Could
u please tell me where would these files reside?however,I got them from XP
cd. So,where can I paste them? I've boot.ini file also. Please suggest soon
how to proceed next. Thanks..
----------------------------------------------------------------------------
C:\Users\TVNRK>bcdedit /enum

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=D:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 5

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {e8709fb7-fa5f-11db-be4d-e219ece5282e}
nx OptIn
quietboot Yes
--------------------------------------
Please suggest soon. Thanks..
-----------------------------------------
"Rick Rogers" wrote:

> Hi,
>
> Click start, type CMD and right click the start menu entry. Choose 'run as
> administrator'. From the prompt, run 'bcdedit /enum' and then copy/paste the
> contents into a reply. Please also include the location of ntldr, ntdetect,
> and boot.ini on your system.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "TVNRK" <> wrote in message
> news:73D313F0-E227-4414-99A3-...
> > Hi,
> > I've XP installed previously on D: drive and 2000 pro on C: drive. I
> > formatted C: drive(2000 pro) & installed Vista on C: drive. After that I
> > am
> > unable to boot/enter into XP which is giving error like: \ntldr corrupted.
> > I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
> > solve the prob.
> > I tried to repair vista boot manager after inserting DVD by going to
> > repair
> > startup but again couldn't solve it. I checked online for help. But
> > nothing
> > could solve it. I want XP & vista working without reinstalling them again.
> > Could anyone suggest a best solution will be appreciated?
> >
> > Thanks.....!

>
>

 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      10-13-2007
Hi,

You have no boot entry for the XP install. Read this on adding one:
http://msdn2.microsoft.com/en-us/library/ms791568.aspx

The files need to be on the root of the XP volume.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"TVNRK" <> wrote in message
news:FC3D8CF1-177D-44C3-87B0-...
> From the prompt, I am pasting the below contents of my system:Check it
> out.
>
> I've searched ntldr,ntdetect.com files but couldnt find on my system.
> Could
> u please tell me where would these files reside?however,I got them from XP
> cd. So,where can I paste them? I've boot.ini file also. Please suggest
> soon
> how to proceed next. Thanks..
> ----------------------------------------------------------------------------
> C:\Users\TVNRK>bcdedit /enum
>
> Windows Boot Manager
> --------------------
> identifier {bootmgr}
> device partition=D:
> description Windows Boot Manager
> locale en-US
> inherit {globalsettings}
> default {current}
> displayorder {current}
> toolsdisplayorder {memdiag}
> timeout 5
>
> Windows Boot Loader
> -------------------
> identifier {current}
> device partition=C:
> path \Windows\system32\winload.exe
> description Windows Vista
> locale en-US
> inherit {bootloadersettings}
> osdevice partition=C:
> systemroot \Windows
> resumeobject {e8709fb7-fa5f-11db-be4d-e219ece5282e}
> nx OptIn
> quietboot Yes
> --------------------------------------
> Please suggest soon. Thanks..
> -----------------------------------------
> "Rick Rogers" wrote:
>
>> Hi,
>>
>> Click start, type CMD and right click the start menu entry. Choose 'run
>> as
>> administrator'. From the prompt, run 'bcdedit /enum' and then copy/paste
>> the
>> contents into a reply. Please also include the location of ntldr,
>> ntdetect,
>> and boot.ini on your system.
>>
>> --
>> Best of Luck,
>>
>> Rick Rogers, aka "Nutcase" - Microsoft MVP
>> http://mvp.support.microsoft.com/
>> Windows help - www.rickrogers.org
>> My thoughts http://rick-mvp.blogspot.com
>>
>> "TVNRK" <> wrote in message
>> news:73D313F0-E227-4414-99A3-...
>> > Hi,
>> > I've XP installed previously on D: drive and 2000 pro on C: drive. I
>> > formatted C: drive(2000 pro) & installed Vista on C: drive. After that
>> > I
>> > am
>> > unable to boot/enter into XP which is giving error like: \ntldr
>> > corrupted.
>> > I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
>> > solve the prob.
>> > I tried to repair vista boot manager after inserting DVD by going to
>> > repair
>> > startup but again couldn't solve it. I checked online for help. But
>> > nothing
>> > could solve it. I want XP & vista working without reinstalling them
>> > again.
>> > Could anyone suggest a best solution will be appreciated?
>> >
>> > Thanks.....!

>>
>>


 
Reply With Quote
 
TVNRK
Guest
Posts: n/a

 
      10-14-2007
Thank you very much. Now,I am able to enter into XP where I've added the boot
entry by using EasyBCD & then placed those missing ntldr,ntdetect.com.
But however,in XP I was not able to recover my user account which was failed
to login which it automicatically created some another default account & got
logged in.
Anyway thanx for ur replies & suggestions which are best appreciated.

"Rick Rogers" wrote:

> Hi,
>
> You have no boot entry for the XP install. Read this on adding one:
> http://msdn2.microsoft.com/en-us/library/ms791568.aspx
>
> The files need to be on the root of the XP volume.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "TVNRK" <> wrote in message
> news:FC3D8CF1-177D-44C3-87B0-...
> > From the prompt, I am pasting the below contents of my system:Check it
> > out.
> >
> > I've searched ntldr,ntdetect.com files but couldnt find on my system.
> > Could
> > u please tell me where would these files reside?however,I got them from XP
> > cd. So,where can I paste them? I've boot.ini file also. Please suggest
> > soon
> > how to proceed next. Thanks..
> > ----------------------------------------------------------------------------
> > C:\Users\TVNRK>bcdedit /enum
> >
> > Windows Boot Manager
> > --------------------
> > identifier {bootmgr}
> > device partition=D:
> > description Windows Boot Manager
> > locale en-US
> > inherit {globalsettings}
> > default {current}
> > displayorder {current}
> > toolsdisplayorder {memdiag}
> > timeout 5
> >
> > Windows Boot Loader
> > -------------------
> > identifier {current}
> > device partition=C:
> > path \Windows\system32\winload.exe
> > description Windows Vista
> > locale en-US
> > inherit {bootloadersettings}
> > osdevice partition=C:
> > systemroot \Windows
> > resumeobject {e8709fb7-fa5f-11db-be4d-e219ece5282e}
> > nx OptIn
> > quietboot Yes
> > --------------------------------------
> > Please suggest soon. Thanks..
> > -----------------------------------------
> > "Rick Rogers" wrote:
> >
> >> Hi,
> >>
> >> Click start, type CMD and right click the start menu entry. Choose 'run
> >> as
> >> administrator'. From the prompt, run 'bcdedit /enum' and then copy/paste
> >> the
> >> contents into a reply. Please also include the location of ntldr,
> >> ntdetect,
> >> and boot.ini on your system.
> >>
> >> --
> >> Best of Luck,
> >>
> >> Rick Rogers, aka "Nutcase" - Microsoft MVP
> >> http://mvp.support.microsoft.com/
> >> Windows help - www.rickrogers.org
> >> My thoughts http://rick-mvp.blogspot.com
> >>
> >> "TVNRK" <> wrote in message
> >> news:73D313F0-E227-4414-99A3-...
> >> > Hi,
> >> > I've XP installed previously on D: drive and 2000 pro on C: drive. I
> >> > formatted C: drive(2000 pro) & installed Vista on C: drive. After that
> >> > I
> >> > am
> >> > unable to boot/enter into XP which is giving error like: \ntldr
> >> > corrupted.
> >> > I tried other VistaBoot Pro,Easy BCD tools to edit but couldn't able to
> >> > solve the prob.
> >> > I tried to repair vista boot manager after inserting DVD by going to
> >> > repair
> >> > startup but again couldn't solve it. I checked online for help. But
> >> > nothing
> >> > could solve it. I want XP & vista working without reinstalling them
> >> > again.
> >> > Could anyone suggest a best solution will be appreciated?
> >> >
> >> > Thanks.....!
> >>
> >>

>
>

 
Reply With Quote
 
99KINGKONG
Guest
Posts: n/a

 
      03-28-2008

May I know what did u change in the Boot enrty

--
99KINGKONG
 
Reply With Quote
 
TVNRK
Guest
Posts: n/a

 
      03-28-2008


"99KINGKONG" wrote:

>
> May I know what did u change in the Boot enrty?
>
>
> --
> 99KINGKONG
>

What is your problem? Please explain, i"ll try to solve if possible.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Unable to enter standby/sleep mode with x64 Vista PsyberX Windows Vista Hardware 1 02-27-2007 10:04 PM
HELP Unable to dual boot XP and Vista bruce Windows Vista Installation 3 02-04-2007 06:27 AM
Unable to dual boot Vitsa and XP Francis Windows Vista Installation 3 09-19-2006 11:23 AM
Unable to dual boot Vitsa and XP Francis Windows Vista Installation 0 09-18-2006 09:25 PM
dual boot with XP syntax error in boot loader device name for {ntldr} Thymej Windows Vista Installation 0 08-30-2006 08:19 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59