PC Review


Reply
Thread Tools Rate Thread

Dual boot Vista and XP (NTLDR is missing)

 
 
basc
Guest
Posts: n/a
 
      28th Sep 2009
I just installed WinXP64. It is actually the sixth OS that I have
installed, but for the sake of this question just consider it a dual boot
(Vista and XP).
(All other five OS's are able to boot fine.)

I'm using a specific bootloader in the MBR, which is chained to all the
other bootloaders in their respective OS's root partitions.

Installing WinXP64, of course, wiped out my MBR, during installation. I
restored it to my previous MBR bootloader. I can boot into all five other
OS's including Vista.

Attempts to boot into WinXP64 yields, "NTLDR is missing".

Doing a repair with the WinXP64 install disc allows WinXP64 to boot, but,
you guessed it, trying to boot into Vista will then yield: "NTLDR is
missing".

How do you both of them to install NTLDR to their root partitions, not the
MBR, so my MBR bootloader can call them up?

Using NTLDR as an MBR bootloader isn't an option as other OS's include
FreeBSD and Linux.

Thanks.


 
Reply With Quote
 
 
 
 
basc
Guest
Posts: n/a
 
      28th Sep 2009

"basc" <(E-Mail Removed)> wrote in message
news:nF8wm.230845$(E-Mail Removed)...
>I just installed WinXP64. It is actually the sixth OS that I have
>installed, but for the sake of this question just consider it a dual boot
>(Vista and XP).
> (All other five OS's are able to boot fine.)
>
> I'm using a specific bootloader in the MBR, which is chained to all the
> other bootloaders in their respective OS's root partitions.
>
> Installing WinXP64, of course, wiped out my MBR, during installation. I
> restored it to my previous MBR bootloader. I can boot into all five other
> OS's including Vista.
>
> Attempts to boot into WinXP64 yields, "NTLDR is missing".
>
> Doing a repair with the WinXP64 install disc allows WinXP64 to boot, but,
> you guessed it, trying to boot into Vista will then yield: "NTLDR is
> missing".
>
> How do you both of them to install NTLDR to their root partitions, not the
> MBR, so my MBR bootloader can call them up?
>
> Using NTLDR as an MBR bootloader isn't an option as other OS's include
> FreeBSD and Linux.
>
> Thanks.



Alright, I just did this Windows BS so hopefully will at least have WinXP
available when calling up Vista from MBR bootloader:

bcdedit /create {ntldr} /d "Windows XP"
bcdedit /set {ntldr} device partition=E:
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast

Why can't this Windows NTLDR be installed to root partitions like any other
real OS? Why does it have to be in the f'n MBR?

 
Reply With Quote
 
none
Guest
Posts: n/a
 
      29th Sep 2009
>
> Why can't this Windows NTLDR be installed to root partitions like any
> other real OS?


basc, I cannot answer your question because MBR's are still mostly a mystery
to me but here's a thought, have you tried EasyBCD?
http://neosmart.net/dl.php?id=1

It may be able to add the functionality you are looking for.



 
Reply With Quote
 
John John - MVP
Guest
Posts: n/a
 
      29th Sep 2009
basc wrote:
>
> "basc" <(E-Mail Removed)> wrote in message
> news:nF8wm.230845$(E-Mail Removed)...
>> I just installed WinXP64. It is actually the sixth OS that I have
>> installed, but for the sake of this question just consider it a dual
>> boot (Vista and XP).
>> (All other five OS's are able to boot fine.)
>>
>> I'm using a specific bootloader in the MBR, which is chained to all
>> the other bootloaders in their respective OS's root partitions.
>>
>> Installing WinXP64, of course, wiped out my MBR, during installation.
>> I restored it to my previous MBR bootloader. I can boot into all five
>> other OS's including Vista.
>>
>> Attempts to boot into WinXP64 yields, "NTLDR is missing".
>>
>> Doing a repair with the WinXP64 install disc allows WinXP64 to boot,
>> but, you guessed it, trying to boot into Vista will then yield:
>> "NTLDR is missing".
>>
>> How do you both of them to install NTLDR to their root partitions, not
>> the MBR, so my MBR bootloader can call them up?
>>
>> Using NTLDR as an MBR bootloader isn't an option as other OS's include
>> FreeBSD and Linux.
>>
>> Thanks.

>
>
> Alright, I just did this Windows BS so hopefully will at least have
> WinXP available when calling up Vista from MBR bootloader:
>
> bcdedit /create {ntldr} /d "Windows XP"
> bcdedit /set {ntldr} device partition=E:
> bcdedit /set {ntldr} path \ntldr
> bcdedit /displayorder {ntldr} /addlast
>
> Why can't this Windows NTLDR be installed to root partitions like any
> other real OS? Why does it have to be in the f'n MBR?


Ntldr is not in the MBR, it's in the partition boot sector.

John
 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a
 
      29th Sep 2009
Ntldr is in the partition boot sector not in the MBR


--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"basc" <(E-Mail Removed)> wrote in message
news:tC9wm.211654$(E-Mail Removed)...
>
> "basc" <(E-Mail Removed)> wrote in message
> news:nF8wm.230845$(E-Mail Removed)...
>>I just installed WinXP64. It is actually the sixth OS that I have installed, but
>>for the sake of this question just consider it a dual boot (Vista and XP).
>> (All other five OS's are able to boot fine.)
>>
>> I'm using a specific bootloader in the MBR, which is chained to all the other
>> bootloaders in their respective OS's root partitions.
>>
>> Installing WinXP64, of course, wiped out my MBR, during installation. I restored
>> it to my previous MBR bootloader. I can boot into all five other OS's including
>> Vista.
>>
>> Attempts to boot into WinXP64 yields, "NTLDR is missing".
>>
>> Doing a repair with the WinXP64 install disc allows WinXP64 to boot, but, you
>> guessed it, trying to boot into Vista will then yield: "NTLDR is missing".
>>
>> How do you both of them to install NTLDR to their root partitions, not the MBR,
>> so my MBR bootloader can call them up?
>>
>> Using NTLDR as an MBR bootloader isn't an option as other OS's include FreeBSD
>> and Linux.
>>
>> Thanks.

>
>
> Alright, I just did this Windows BS so hopefully will at least have WinXP
> available when calling up Vista from MBR bootloader:
>
> bcdedit /create {ntldr} /d "Windows XP"
> bcdedit /set {ntldr} device partition=E:
> bcdedit /set {ntldr} path \ntldr
> bcdedit /displayorder {ntldr} /addlast
>
> Why can't this Windows NTLDR be installed to root partitions like any other real
> OS? Why does it have to be in the f'n MBR?
>


 
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
Can't get rid of NTLDR is missing - XP dual boot Per Chr Windows XP General 4 12th Oct 2009 08:55 PM
Dual boot [Vista C] lost Ntldr recovrd fcd lost DB Bitbob Windows Vista Installation 2 22nd Nov 2008 06:54 PM
Missing dual boot Vista & XP Bobzy Windows Vista Installation 12 22nd Aug 2007 04:37 PM
had a dual boot, but now vista is missing =?Utf-8?B?ZGlzY2lwbGU=?= Windows XP General 2 8th Jul 2007 03:04 PM
Dual Boot - Can't load XP from menu- /ntldr missing PD Windows Vista Installation 0 16th Jun 2006 04:26 PM


Features
 

Advertising
 

Newsgroups
 


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