Can you use one of the partitioning tools on the UBCD (some newer ubcd4win include the standard UBCD, otherwise download it) and make sure the vista partition is set to active?
http://ultimatebootcd.com
Main Topics
Browse All TopicsI am following this guide to install XP to an empty partition: http://apcmag.com/5485/dua
As shown in the guide - after installing the first phase of XP, some users will get an error loading OS (as I am).
I have booted from my Vista DVD and run the Startup repair. The first time that I ran it it said that my BCD was corrupt and that it fixed it.
However I still connot boot. After ignoring the prompt to boot CD/DVD, I get the following:
Press Any key to boot from CD/DVD. . . . . Error loading operating system
I have tried to run the startup repair off the Vista disk again - but now it says that no errors were found.
I have checked the startup options in the BIOS and everything is correct. There are no unbootable CD's or Floppy disks in any drives (or USB disks).
How can I get back into Vista - it's imperitve that I get back into it soon (as is always the case when someone asks a question) :o)
Regards,
Ryan
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Can you use one of the partitioning tools on the UBCD (some newer ubcd4win include the standard UBCD, otherwise download it) and make sure the vista partition is set to active?
http://ultimatebootcd.com
I cannot install EasyBCD on the UBCD - "Can't write: %SystemDrive%\Programs\...
Any other ideas?
I would format my Vista partition as my docs are on a separate partition - but I really don't want to have to reinstall my Programs, etc. I'd like to keep programs and registry as is.
Does Vista have a repair feature like XP - where you only lose windows updates?
Where exactly - when I click Repair Your Computer - it lets me choose from:
-Startup Repair
-System restore
-Windows complete system restore
-Windows memory diagnostic tool
-Command prompt
How would I initialize a full repair of windows? - Do I have to continue with the setup process and select something later on? (I'll try this soon and let you know). Further suggestions welcome...
After going back ot the main menu of the Vista Setup DVD I clicked 'Repair Your Computer' again (since I had fiddled with MBR programs in the UBCD before). Before asking which option to choose from it said that it automatically found problems and presented me with a button labelled "Repair and Restart".
I clicked this hoping for the best - I still get an error essage - but it has now changed to:
"Press any key to boot from CD or DVD. . . . . . Missing operating system"
Now what? :o)
Ryan
According to this web page, you can repair Vista by using an option of reinstalling it over itself, as you could in XP:
http://vistasupport.mvps.o
When attempting to install Vista over itself (on the same partition) I get the following warning:
'There's already a version of Windows on this partition. It will get renamed to C:\WINDOWS.old. The files will still be accessible on the HDD, but you won't be able to boot into that instance of Windows.'
That doesn't sound like it will keep my registry and program files intact...
Fortunately (very fortunatly) I fixed this with the aid of this link: http://support.microsoft.c
I booted from the Vista DVD, select Repair your Computer - and launched command prompt:
" bcdedit /export C:\BCD_Backup
" c:
" cd boot
" attrib bcd -s -h -r
" ren c:\boot\bcd bcd.old
" bootrec /RebuildBcd
" bootrec /FixMbr
" bootrec /FixBoot
When I restarted My G:\ was coming up as F:\ - so I had to change that and restart (as all my Docs, Desktop, and Programs are there).
And now all apears to be fine.
Thanks for having a shot. I have to go out now, but I will award points for having a shot later on (unless Lee closes this before I get a chance) :o)
I've made a closing request here (also asking that you get some points):
http:Q_22793140.html
The processes below enable one to recover the ability to boot into Windows Vista in the instance where Windows Vista was installed on the system drive and the boot system files [Boot (folder), bootmgr, Boot.BAK and BOOTSECT.BAK], have not been damaged or removed.
1. To install a previous version of Windows onto a computer running Windows Vista
With Windows Vista as well as in Windows Vista Build 5456, the only command one needs to run is:
bootsect /NT60 ALL
(Copy bootsect.exe from the boot folder of your Windows Vista DVD and paste it into your Windows XP Windows\system32 folder)
This pulls all Windows operating systems into the Windows Vista boot menu.
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 command from the run dialogue box (fixntfs.exe will be in the \boot directory of the active partition which is usually C:\ Drive).
C:\boot\fixntfs /lh
3. Create a BCD (Boot Configuration Data) entry for the older operating system by specifying the following.
bcdedit.exe is located in the \Windows\System32 directory of the Windows Vista partition. To access bcdedit.exe from within Windows XP you need to use the Command Prompt (DOS Window) and point to bcdedit.exe.
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.
After completing step 1 (installing 1st phase of XP) - I couldn't boot into any OS. (Recall error message "Missing operating system"). So I wouldn't be able to follow your steps. Also - if i were able to get into XP I would have just ran EasyBCD to fix it up (that was my original plan, as I was expecting XP setup to continue flawlessly).
PS - Welcome to EE.
if you get error like missing operating system; please check your HDD; it may be fail to laoad bootstrap (means its a perm failure) ; check in bios ;is your HDD is detecting or not; try ERD commander and try to fix .or other waise use any utility cd and try to rebuild partition table;
use; partition table doctor
Just in case you missed it :o)
http:#19787501
Check the following conditions ..
1.The basic input/output system (BIOS) does not detect the hard disk.
2. The hard disk is damaged.
3. Sector 0 of the physical hard disk drive has an incorrect or malformed Master Boot Record (MBR).
4. Note Some third-party programs or disk corruption can damage an MBR.
5. An incompatible partition is marked as Active.
I think it may help to trouble shoot your problem
6. A partition that contains the MBR is no longer active.
Btw, you want to use the /rebuildbcd command without /fixboot and /fixmbr, just the following works best:
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
now when you get back to the repair menu, click "Startup Repair" and it should verify that your good to go.
Business Accounts
Answer for Membership
by: Ryan_RPosted on 2007-08-27 at 23:32:45ID: 19780753
Just letting you know that I have the Ultimate BootCD for Windows if I need it