Go Back   Windows Vista Forum | Vista Babble > Windows Vista > Installing and Upgrading Vista

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 02-20-2007, 06:36 PM
Junior Member
 
Join Date: Feb 2007
Posts: 3
mario79 is on a distinguished road
Unhappy XP/Vista dual boot XP doesn`t start


Partitioned HDD: volume 1: Vista Home Basic(C70Gb ; volume 2: Windows XP(D 30Gb

When I am booting up Vista Boot Manager presents with "Vista" and "Earlier Windows"(XP) options but if I
select XP option I am geting an error message: "File: \ntldr The selected entry couldn`t be loaded because the application is missing".
So, basically I am getting a ntldr missing message when I choose "Earlier Windows" option and I can`t load XP only Vista. Selecting Vista works smoothly.
Can sy give me a followable solution for this without using any 2nd 3rd party(VistaBootPro and EasyBCD) programs?I am not keen of those,but if there is no other option obviosly I will try.


Last edited by mario79 : 02-20-2007 at 06:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Sponsored Links
  #2  
Old 02-20-2007, 08:58 PM
Znod's Avatar
Super Moderator
 
Join Date: Jul 2006
Location: Phoenix AZ
Posts: 3,136
Znod is on a distinguished road

Generally speaking you have to intall XP on dirve 0 before installing Vista on drive 2 for a dual boot--or your boot menu will be fouled up. It can be fixed with the various boot menu editors, but I am no the one to tell you exactly how to do so. I think crabby or felix will know how, but they may not be around right now. I know that crabby will check in later, but felix has been MIA for a while.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3  
Old 02-20-2007, 09:52 PM
Snuffy's Avatar
Elite Members
 
Join Date: Nov 2006
Location: S.W. Kansas
Posts: 2,841
Snuffy is on a distinguished road
Send a message via MSN to Snuffy

Run bcdedit /? TYPES for a list of datatypes used by these commands.
Run bcdedit /? FORMATS for a list of valid data formats.

Commands that control output
============================
/enum Lists entries in the store.
/v Command-line option that displays entry identifiers in full,
rather than using names for well-known identifiers.
Use /v by itself as a command to display entry identifiers
in full for the ACTIVE type.

Running "bcdedit" by itself is equivalent to running "bcdedit /enum ACTIVE".

start -> cmd run as admin -> bcdedit /v will tell you all active identifiers

start -> cmd 'run as admin' -> bcdedit /? will give you all cmds to make replace recreate delete etc etc etc
Quote:
C:\Windows\system32>bcdedit /v

Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=D:
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {2194c5a0-8d5b-11db-b2f3-b1df0ca47584}
displayorder {466f5a88-0af2-4f76-9038-095b170dc21c}
{2194c5a0-8d5b-11db-b2f3-b1df0ca47584}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 6

Windows Legacy OS Loader
------------------------
identifier {466f5a88-0af2-4f76-9038-095b170dc21c}
device partition=D:
path \ntldr
description Earlier Version of Windows

Windows Boot Loader
-------------------
identifier {2194c5a0-8d5b-11db-b2f3-b1df0ca47584}
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 {2194c5a1-8d5b-11db-b2f3-b1df0ca47584}
nx OptIn
That is what mine looks like for a sample... you can also find how to remove all entries, and have all entries recreated.
__________________
The only Stupid Question is the one you failed to Ask!
Beta Tester since Pre Win 95.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4  
Old 02-20-2007, 10:43 PM
Junior Member
 
Join Date: Feb 2007
Posts: 3
mario79 is on a distinguished road

Hi Snuffy,
I don`t really understand how these commands gonna help me(must be my fault, I am a beginner!).One more time I can only acces into Vista(C),so I am watching Vista platform right now.There is not even run link or whatever is it called.But if I open the Command Prompt and go into the approptiate directory and try type in this command this happens( I am in admin):

C:\Windows\System32>bcdedit
The boot configuration data store could not be opened.
Access is denied.

C:\Windows\System32>cd..

C:\Windows>cd..

C:\>bcdedit
The boot configuration data store could not be opened.
Access is denied.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5  
Old 02-20-2007, 11:17 PM
Snuffy's Avatar
Elite Members
 
Join Date: Nov 2006
Location: S.W. Kansas
Posts: 2,841
Snuffy is on a distinguished road
Send a message via MSN to Snuffy

click start, type cmd, rightclick cmd and "run as admin", click continue,
then you will have a DOS window open... c:\windows\system32\
type bcdedit /?
that will give you all the commands and how they work

easier to read instructions!!!!!
http://technet2.microsoft.com/Window....mspx?mfr=true

included here :
Quote:
How to modify BCD when installing a previous version of Windows onto a computer running Windows Vista
To install an older Windows operating system on a computer running Windows Vista, use the following procedure.

To install a previous version of Windows onto a computer running Windows Vista

1. Install the previous version of Windows.

2. Log on to the older operating system and restore the latest boot manager by running the following. Fixntfs.exe will be in the \boot directory of the active partition.

fixntfs /lh

3. Create a BCD entry for the older operating system by specifying the following. Bcdedit.exe is located in the \Windows\System32 directory of the Windows Vista partition. Description is the description of the new entry for the older operating system.

Bcdedit /create {legacy} /d “Description”

Bcdedit /set {legacy} device boot

Bcdedit /set {legacy} path \ntldr

Bcdedit /displayorder {legacy} /addlast

4. Restart the computer in order for the changes to take effect.
__________________
The only Stupid Question is the one you failed to Ask!
Beta Tester since Pre Win 95.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #6  
Old 02-20-2007, 11:52 PM
Junior Member
 
Join Date: Feb 2007
Posts: 3
mario79 is on a distinguished road

Snuffy!!!You are a star!!!I am getting to trust you. Mine looks like below, and I think the problem is in "Windows Legacy OS Loader" section . There is no path for my D: where the XP is.What commands would you exactly use?If I am not asking for too much!Sorry!I am not comfortable doing this.


C:\Windows\system32>bcdedit /v

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 {86036132-c09b-11db-a39f-dddbf4db93f8}
resumeobject {86036133-c09b-11db-a39f-dddbf4db93f8}
displayorder {466f5a88-0af2-4f76-9038-095b170dc21c}
{86036132-c09b-11db-a39f-dddbf4db93f8}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 30

Windows Legacy OS Loader
------------------------
identifier {466f5a88-0af2-4f76-9038-095b170dc21c}
device unknown
path \ntldr
description Earlier Version of Windows

Windows Boot Loader
-------------------
identifier {86036132-c09b-11db-a39f-dddbf4db93f8}
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 {86036133-c09b-11db-a39f-dddbf4db93f8}
nx OptIn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #7  
Old 02-21-2007, 12:50 AM
Seansmit17's Avatar
Special Member - Vista Babble Promoter
 
Join Date: Jun 2006
Location: United Kingdom
Posts: 637
Seansmit17 is on a distinguished road
Send a message via MSN to Seansmit17 Send a message via Skype™ to Seansmit17

try the following... should fix it for you
Boot from your XP cd and go to the recovery console (how do you do that again someone?) and type fixboot and fixmbr and then restart and boot from your vista DVD and go to repair your computer and get it to repair statup problems..

that should fix xp so that boots but it will wipe the vista boot stuff so booting from the vista dvd then fixes that so xp and vista are in the list again and when you chose xp it should boot fine
__________________
Windows "Seven"
http://www.seansmit.net
Come Visit!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #8  
Old 02-21-2007, 01:07 AM
Snuffy's Avatar
Elite Members
 
Join Date: Nov 2006
Location: S.W. Kansas
Posts: 2,841
Snuffy is on a distinguished road
Send a message via MSN to Snuffy

I have not tested but it seems:

Bcdedit /set {legacy} device partition=D:

or where your XP is located, E or F of G I have deleted entries the same way but have not needed to add one back. /set is = to add, and your /v shows XP boot device is unknown

If this does not work.. download and install vistabootpro 3.1 or higher.
Open and go to manage OS entries, there you can click add & enter what you need with the correct drive. tested and it works here...
__________________
The only Stupid Question is the one you failed to Ask!
Beta Tester since Pre Win 95.

Last edited by Snuffy : 02-21-2007 at 01:23 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:27 AM.



Page generated in 0.45400 seconds with 16 queries

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23