Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Adding WinXP recovery console as a real GUID to the Vista Boot loader - instructions in here

Reply
 
Old 03-03-2007   #1 (permalink)
Richard Stallmann


 
 

Adding WinXP recovery console as a real GUID to the Vista Boot loader - instructions in here

The Vista boot manager displays all settings from boot.ini in the boot menu that appears when you start your computer, but those
items in boot.ini are not genuine Vista boot manager options, if you delete boot.ini, they won't appear any longer. I found a way to
add the WinXP recovery console (in case you installed it on your harddisk) as a genuine GUID to the Vista Boot Store. Follow the
following instructions:

1) Create a new item in the vista boot store by copying ntldr item:

bcdedit.exe /copy {ntldr} /d "Microsoft Windows XP Recovery Console"

2) make copies of the files ntldr and boot.ini in c:\ and rename the copies (NOT THE originals!!!) to:
ntldr -> recc.bin
boot.ini -> recc.ini

3) Open recc.bin in a Hex Editor, find all instances of "boot.ini" and change it to "recc.ini".

4) Open recc.ini in a text editor and set it to:

[boot loader]
timeout=0
default=c:\CMDCONS\BOOTSECT.DAT
[operating systems]
c:\CMDCONS\BOOTSECT.DAT="Microsoft Windows XP Recovery Console" /CMDCONS

5) open boot.ini in a text editor and remove the "recovery console" line, it's not needed any longer, since from now on the Vista
boot manager will take care of that item

6) Finally, change the path of the osloader for the newly created GUID:

bcdedit /set {GUID} PATH \recc.bin

where GUID is the guid assigned by bcdedit to the new item. You can find it out by using

bcdedit /enum all

Here's a snapshot of the final settings that should make it more clear:
http://home.arcor.de/wrfan/files/vista/BCDEdit.gif

look at the very bottom of the screenshot



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista wont boot anymore, Recovery Console locks up Vista installation & setup
Phantom Recovery Console in Windows Boot Manager Vista General
Is it possible to install a Vista "Recovery Console" in the boot menu, as in WinXP? Vista General
How to Install Recovery Console / Start Up Recovery Tool Vista performance & maintenance
How to Install Recovery Console / Start Up Recovery Tool Vista performance & maintenance


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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