HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows Vista > Windows Vista Installation

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-20-2008, 01:32 AM
Fanor
 
Posts: n/a
Default dual boot problem

I have installed windows vista home premium and windows server 2003 R2 in
the same computer.

I configured with bcdedit to dual boot as is described in
//support.microsoft.com/kb/919529

I don't have problem to boot windows vista, but when I try to boot windows
server 2003 I got an error

"file : \ntldr
status : 0xc00000f
info : the selected entry could not be loaded because the aplication is
missing or corrupt."

It seems that the mapping of partition is different in Windows vista and
Windows server 2003.

I have a hard drive with 3 partitions and the mappings in windows vista
are

local disk (c
recovery (d
wsvr (j ====> windows server 2003 is installed here
dvd rw drive (e
compact flash (f
combo socket (g
sd/mmc (h
memory stick (i

The entry in the bdc loader for windows 2003 is

identifier {ntldr}
device partition=j:
path \ntldr



TIA




Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 07-20-2008, 03:02 AM
Colin Barnhorst
 
Posts: n/a
Default Re: dual boot problem

"Fanor" <xfponce@hotmail.com> wrote in message
news:ukaCH0g6IHA.3696@TK2MSFTNGP04.phx.gbl...
>I have installed windows vista home premium and windows server 2003 R2 in
>the same computer.
>
> I configured with bcdedit to dual boot as is described in
> //support.microsoft.com/kb/919529
>
> I don't have problem to boot windows vista, but when I try to boot
> windows server 2003 I got an error
>
> "file : \ntldr
> status : 0xc00000f
> info : the selected entry could not be loaded because the aplication is
> missing or corrupt."
>
> It seems that the mapping of partition is different in Windows vista and
> Windows server 2003.
>
> I have a hard drive with 3 partitions and the mappings in windows vista
> are
>
> local disk (c
> recovery (d
> wsvr (j ====> windows server 2003 is installed here
> dvd rw drive (e
> compact flash (f
> combo socket (g
> sd/mmc (h
> memory stick (i
>
> The entry in the bdc loader for windows 2003 is
>
> identifier {ntldr}
> device partition=j:
> path \ntldr
>
>
>
> TIA
>
>
>
>


Try VistaBoot Pro to fix this issue.

http://www.vistabootpro.org/

Also, see the following link to protect your Vista VSS files from Server
2003.

http://support.microsoft.com/kb/926185

I am not sure why you want to dual boot Server since the whole idea of a
server is "always on" but have you considered running it in VPC instead?

Reply With Quote
  #3  
Old 07-20-2008, 08:03 PM
Timothy Daniels
 
Posts: n/a
Default Re: dual boot problem

"Fanor" wrote:
>I have installed windows vista home premium and windows server 2003 R2 in the
>same computer.
>
> I configured with bcdedit to dual boot as is described in
> //support.microsoft.com/kb/919529
>
> I don't have problem to boot windows vista, but when I try to boot windows
> server 2003 I got an error
>
> "file : \ntldr
> status : 0xc00000f
> info : the selected entry could not be loaded because the aplication is
> missing or corrupt."
>
> It seems that the mapping of partition is different in Windows vista and
> Windows server 2003.
>
> I have a hard drive with 3 partitions and the mappings in windows vista are
>
> local disk (c
> recovery (d
> wsvr (j ====> windows server 2003 is installed here
> dvd rw drive (e
> compact flash (f
> combo socket (g
> sd/mmc (h
> memory stick (i
>
> The entry in the bdc loader for windows 2003 is
>
> identifier {ntldr}
> device partition=j:
> path \ntldr
>


If partition C: (containing Vista) was the active partition when you
installed Windows 2003, the boot files for Windows 2003 would
have been put in partition C:. You can make the Bcdedit partition
value "C:" and adjust the boot.ini file in C: to point to partition(3)
instead of partition(1), or you can transfer the boot files (ntldr, boot.ini,
and ntdetect.com) to J: and leave the Bcdedit partition value as "J:".

*TimDaniels*


Reply With Quote
  #4  
Old 07-20-2008, 10:55 PM
Fanor
 
Posts: n/a
Default Re: dual boot problem


"Colin Barnhorst" <c.barnhorst@comcast.net> wrote in message
news:6BB3C496-04E8-44B1-923B-94540F1FE4A2@microsoft.com...
> "Fanor" <xfponce@hotmail.com> wrote in message
> news:ukaCH0g6IHA.3696@TK2MSFTNGP04.phx.gbl...
>>I have installed windows vista home premium and windows server 2003 R2 in
>>the same computer.
>>
>> I configured with bcdedit to dual boot as is described in
>> //support.microsoft.com/kb/919529
>>
>> I don't have problem to boot windows vista, but when I try to boot
>> windows server 2003 I got an error
>>
>> "file : \ntldr
>> status : 0xc00000f
>> info : the selected entry could not be loaded because the aplication is
>> missing or corrupt."
>>
>> It seems that the mapping of partition is different in Windows vista and
>> Windows server 2003.
>>
>> I have a hard drive with 3 partitions and the mappings in windows vista
>> are
>>
>> local disk (c
>> recovery (d
>> wsvr (j ====> windows server 2003 is installed here
>> dvd rw drive (e
>> compact flash (f
>> combo socket (g
>> sd/mmc (h
>> memory stick (i
>>
>> The entry in the bdc loader for windows 2003 is
>>
>> identifier {ntldr}
>> device partition=j:
>> path \ntldr
>>
>>
>>
>> TIA
>>
>>
>>
>>

>
> Try VistaBoot Pro to fix this issue.
>
> http://www.vistabootpro.org/
>
> Also, see the following link to protect your Vista VSS files from Server
> 2003.
>
> http://support.microsoft.com/kb/926185
>
> I am not sure why you want to dual boot Server since the whole idea of a
> server is "always on" but have you considered running it in VPC instead?
>


I solved it changing the partition to c: as Timothy sugested.

I'm doing this just to practice ws 2003 to get some certificates and not for
a production environment.

Thank you all guys.


Reply With Quote
  #5  
Old 07-21-2008, 05:35 AM
Timothy Daniels
 
Posts: n/a
Default Re: dual boot problem

"Fanor" wrote:
>
> I solved it changing the partition to c: as Timothy sugested.
>
> I'm doing this just to practice ws 2003 to get some certificates
> and not for a production environment.
>
> Thank you all guys.



One last point, Fanor: If you put Win2003's boot files in
partition J:, even if the Vista partition gets corrupted and won't
boot Win2003, by using the "diskpart" command from the Repair
facility in the installation CD of either OS, you can set partition
J: "active", and subsequent startups will boot Win2003 from
partition J:.

*TimDaniels*


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual-Boot Problem Travis King Windows Vista 22 03-23-2008 08:34 PM
Dual boot problem greymat@my-deja.com Windows Vista Installation 1 10-10-2007 05:53 PM
Dual boot with XP problem douge Windows Vista 6 08-17-2007 09:35 PM
problem with dual boot Erik Windows XP 8 05-24-2007 06:17 PM
Dual boot problem Chown Windows Vista 2 05-22-2007 07:11 PM


All times are GMT. The time now is 11:28 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger