Windows Recovery Environment
30 October 2007 by Snakefoot | Comment » | Trackback OffWindows Vista introduces the Windows Recovery Environment (Windows RE or WinRE), which completely replaces the Recovery Console. WinRE is actually a Windows Preinstallation Environment (Windows PE), which enables much more advanced tools for system diagnosis and recovery.
To access the WinRE using the Vista install disk:
To access the WinRE using the Vista install disk:
- Boot from the Vista install disk
- Choose your language settings and click "Next"
- On the bottom of the screen click the link "Repair Your Computer"
- Select the Vista installation to repair and click "Next" and it will launch WinRE
- Startup Repair - It will repair the boot manager files and restore critical files required for booting Windows Vista.
After attempting to repair the system it will display a Startup Repair diagnosis and repair log with the different Test Performed and the probably root cause. - System Restore - Windows Vista automatically performs daily backups of system critical files and also before installation of drivers and applications. These backups are called system restore points, and this option makes it possible to restore the system state before the moment it started to fail.
- Windows Complete PC Restore - If having performed a backup of the entire system, then this option can be used to restore that backup.
- Windows Memory Diagnostic Tool - Memory modules can be sensitive to things like working with other memory modules, system-bus frequencies, motherboard models, overclocking etc. When the memory modules fails to work properly then the computer will become unstable especially when under load. More Info Windows Help
- If wanting to access the Memory Diagnostic Tool without installing Vista first, then boot from the Vista Install Disk, and when it says "Press any key to boot from CD or DVD..." hold down the Space-bar or press it multiple times. This should bring up the Windows boot manager, which has "Windows Memory Diagnostic" as an option.
- Command Prompt - Pretty much the same as the Recovery Console. Among other things it gives access to the boot manager configuration. More Info MS KB 927392:
- Bootrec.exe /FixMbr - Rewrites the Master Boot Record (MBR) for the boot partition.
- Bootrec.exe /FixBoot - Rewrites the boot sector for the boot partition.
- Bootrec.exe /ScanOs - Scans all disk for bootable partitions and displays the entries not in the BCD store.
- Bootrec.exe /RebuildBcd - Scans all disk for bootable partitions and allows one to decide what entries to rebuild the BCD store from (Similar to Bootcfg /rebuild in XP).
- BCDEdit.exe - Can backup / restore the Boot Configuration Data (BCD) store. Can change the boot manager options for a certain entry in the BCD.
Tags:
Category:
Updated: 2 November 2007