[SOLVED] How Do I Prepare Windows Recovery Environment on Windows 10. Taking Backup Measures on Your Windows Using ReagentC Tool and PowerShell

Howdy,
I'm trying to enable my system with WinRE but all to no avail. What could be wrong?
The partition layout is as follows:
PS C:\Windows\system32> Get-Partition -DiskNumber 4
DiskId: \\?\scsi#disk&ven_msft&prod_virtual_disk#2&2e87576f&0&000002#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
PartitionNumber DriveLetter Offset Size Type
1 1048576 500 MB Recovery
2 525336576 100 MB System
3 630194176 128 MB Reserved
4 E 764411904 95 GB Basic
5 102769885184 4.29 GB Recovery
I formatted this 1st recovery partition into FAT32 and mounted the volume as R:
PS C:\Windows\system32> Get-Partition -DiskNumber 4 -PartitionNumber 1 | Format-Volume -FileSystem FAT32 -NewFileSystemL
abel RECOVERY -Force -Confirm:$false
Then I created the storage folder for the Recovery Environment on this R: volume:
PS C:\Windows\system32> mkdir "R:\Recovery\WindowsRE"
Directory: R:\Recovery
Mode LastWriteTime Length Name
d----- 13.01.2015 20:15 WindowsRE
And copied the WinRE.wim file from the storage folder on the Windows partition:
PS C:\Windows\system32> xcopy /H E:\Windows\System32\Recovery\Winre.wim R:\Recovery\WindowsRE\
E:\Windows\System32\Recovery\winRE.wim
1 File(s) copied
Finally, I attempted to enable the copied WinRE and registed it in Windows like that:
PS C:\Windows\system32> ReAgentc.exe /setreimage /path R:\Recovery\WindowsRE\ /target E:\Windows
Directory set to: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
REAGENTC.EXE: Operation Successful.
However, checking the status with Reagent returns that WinRE is DISABLED:
PS C:\Windows\system32> ReAgentc.exe /info /target E:\Windows
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
And also:
PS C:\Windows\system32> .\ReAgentc.exe /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: 6a7e9cfb-700d-11e4-95e0-00155d095900
Recovery image location: \\?\GLOBALROOT\device\harddisk3\partition4\RecoveryImage
Recovery image index: 4
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
Why is that? What am I doing wrong here?
How do I properly prepare OS for recovery?
Well this is the world we live in And these are the hands we're given...

The target drive with location of WinRE.wim file MUST be NTFS formatted.
Here's what you need to do to enable WinRE.wim that is located on another partition (Partition 1 in my case):
1. Disable the current setup:
C:\Windows\system32>reagentc /disable
REAGENTC.EXE: Operation Successful.
2. Check the status:
C:\Windows\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
Recovery image location: \\?\GLOBALROOT\device\harddisk4\partition5\Recovery
Recovery image index: 1
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
3. Make sure that C:\Windows\System32\Recovery\ReAgent.xml contains zeroes in location elements.
This is a proper config:
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<WindowsRE version="2.0">
<WinreBCD id=""></WinreBCD>
<WinreLocation path="" id="0" offset="0"></WinreLocation>
<ImageLocation path="" id="0" offset="0"></ImageLocation>
<PBRImageLocation path="" id="0" offset="0" index="0"></PBRImageLocation>
<PBRCustomImageLocation path="" id="0" offset="0" index="0"></PBRCustomImageLocation>
<InstallState state="0"></InstallState>
<OsInstallAvailable state="0"></OsInstallAvailable>
<CustomImageAvailable state="0"></CustomImageAvailable>
<WinREStaged state="0"></WinREStaged>
<ScheduledOperation state="4"></ScheduledOperation>
<OperationParam path=""></OperationParam>
<OsBuildVersion path=""></OsBuildVersion>
<OemTool state="0"></OemTool>
</WindowsRE>
This is an incorrect config (this one demonstrates an already configured WinRE and OS Image configurations and cannot be reused to set another locations of WinRE and OSImage:
<?xml version='1.0' encoding='utf-8'?>
<WindowsRE version="2.0">
<WinreBCD id="{00000000-0000-0000-0000-000000000000}"/>
<WinreLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>
<ImageLocation path="\Recovery\WindowsRE" id="0" offset="1048576" guid="{a235fafb-a690-11e4-95dc-00155d095900}"/>
<PBRImageLocation path="\Recovery" id="0" offset="102769885184" guid="{a235fafb-a690-11e4-95dc-00155d095900}" index="1"/>
<PBRCustomImageLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}" index="0"/>
<InstallState state="0"/>
<OsInstallAvailable state="1"/>
<CustomImageAvailable state="0"/>
<IsAutoRepairOn state="1"/>
<WinREStaged state="1"/>
<OperationParam path=""/>
<OsBuildVersion path="9926.0.amd64fre.fbl_awesome1501.150119-1648"/>
<OemTool state="0"/>
<IsServer state="0"/>
<DownlevelWinreLocation path="" id="0" offset="0" guid="{00000000-0000-0000-0000-000000000000}"/>
<IsWimBoot state="0"/>
<ScheduledOperation state="4"/>
</WindowsRE>
4. Assign a drive letter to Partition 1.
C:\Windows\system32>diskpart
Microsoft DiskPart version 10.0.9926
Copyright (C) 1999-2013 Microsoft Corporation.
On computer: EH
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
Disk 2 Online 931 GB 0 B *
Disk 3 Online 930 GB 0 B *
Disk 4 Online 100 GB 0 B *
DISKPART> sel disk 4
Disk 4 is now the selected disk.
DISKPART> list part
Partition ### Type Size Offset
Partition 1 Recovery 500 MB 1024 KB
Partition 2 System 100 MB 501 MB
Partition 3 Reserved 128 MB 601 MB
Partition 4 Primary 95 GB 729 MB
Partition 5 Recovery 4390 MB 95 GB
DISKPART> sel part 1
Partition 1 is now the selected partition.
DISKPART> assign letter="R"
DiskPart successfully assigned the drive letter or mount point.
5. Remove existing Recovery folders on R:
R:\>rd Recovery /q /s
6. Prepare folder structure:
R:\>mkdir Recovery
R:\>mkdir Recovery\WindowsRE
7. Copy WinRE.wim image to WindowsRE:
R:\>xcopy /H C:\Windows\System32\Recovery\Winre.wim R:\Recovery\WindowsRE\
C:\Windows\System32\Recovery\Winre.wim
1 File(s) copied
8. Copy config file:
R:\>xcopy /H C:\Windows\System32\Recovery\ReAgent.xml R:\Recovery\WindowsRE
C:\Windows\System32\Recovery\ReAgent.xml
1 File(s) copied
4. Set WinRE recovery environment:
R:\>reagentc /setreimage /path R:\Recovery\WindowsRE /target C:\Windows
Directory set to: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
REAGENTC.EXE: Operation Successful.
5. Check the status:
C:\Windows\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
6. Enable the specified WinRE:
Here's what you'll get if your target partition (with volume labeled R: in this example) is not formatted in NTFS:
R:\>reagentc /enable
REAGENTC.EXE: Windows RE must be installed on a simple volume formatted using NTFS.
That's what you'll get if it is formatted into NTFS:
R:\>reagentc /enable
REAGENTC.EXE: Operation Successful.
7. Check the status:
R:\>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: e2b06021-6f56-11e4-82ee-abb7ebf625e8
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
Your Windows setup has just been enabled with WinRE pre-boot recovery environment located on the first partition of your drive:
8. Specify location of OS Image file (the install.wim one copied from Windows Setup DVD):
R:\>reagentc /setosimage /path \\?\Volume{A235FAFF-A690-11E4-95DC-00155D095900}\Recovery /index 1 /target C:\Windows
Directory set to: \\?\GLOBALROOT\device\harddisk4\partition5\Recovery
REAGENTC.EXE: Operation Successful.
9. Check the status:
R:\>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \\?\GLOBALROOT\device\harddisk4\partition1\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: e2b06021-6f56-11e4-82ee-abb7ebf625e8
Recovery image location: \\?\GLOBALROOT\device\harddisk4\partition5\Recovery
Recovery image index: 1
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
Your Windows Recovery Environment is now located on the 1st partition of 4th disk drive and recovery image file the can be used to re-image Windows installation from that WinRE environment is located on the 5th partition of the same 4th disk.
See also
Configuring Windows Recovery Using PowerShell
Proper Configuration of Partition Layout on a GPT Disk under UEFI
Deploy a System Recovery Image
Thank you, Michael for your help!
Well this is the world we live in And these are the hands we're given...

Similar Messages

  • I cannot acces the Windows Recovery Environment

    Dear HP experts,
    I bougt an HP Pavilion notebook earlier this year with Windows 8. I must have some malware on it cause it recently started openig random pages in Chrome and other annoying advert stuff.
    Therefore I would like to do a full reset to factory settings through the HP recovery manager.
    When I try accessing it though the function "Windows Recovery Environment" seems to be disabled.
    Also when rebooting the notebook and pressing "escape" it gives the option to excess the recovery environment by pressing F11. However when doing so nothing happens and the notebook just starts normally.
    Can anyone help me to excess the recovery manager environment?
    I would really appreciate any help, thanks.
    Sanne

    Hi @SannedeGoede,
    Welcome to the HP Support Forums!
    I would be happy to help you, but it would be best to get some product specific information, the full product/model number and OS version. Please read the following documents if you need help in finding those.
    How Do I Find My Model Number or Product Number?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Have you tried to check your computer for malware/spyware/viruses and such first? Depending on what is found it could be something you can fix before doing anything like a system recovery.
    I personally would start with that, and you want to be sure you setup a good program to protect you from this sort of thing in future, or at least make it less likely.
    About Spyware, Adware, and Browser Hijacking Software
    Using Windows 8 Defender to Prevent Virus and Spyware Problems
    After checking for all the "lovely" possible software infections and removing them if possible, then if you are still having trouble I would then look at a system restore, and select a point from before when the problem first appeared. Hopefully you have one available. Often that will fix things, but it is important to screen your computer for those "infections" first, otherwise you will just end up having the same problem
    Using Microsoft System Restore (Windows 8)
    If after trying all of those, then I would look at system recovery. Hopefully you will have resolved it before reaching this.
    Performing an HP System Recovery (Windows 8)
    Troubleshooting HP System Recovery Problems (Windows 8)
    I hope that all of this helps.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Howto start Windows Recovery Environment (WinRE)?

    Hi
    I have Satellite Pro U200 PLUA1E-02802QS with Vista Business 32-bit and the WinRE partition.
    Howto start Windows Recovery Environment (WinRE)?
    I mean which keyboard key should I press during the startup process to get WinRE menu?

    In my Satellite Pro A300 the F8 key during start-up will run the HDD Recovery partition.
    Hope it is the same on your.
    Or do you possibly mean the Vista Business Recovery environment. Accessed by control panel, system recovery from image?
    /Torbjorn
    Message was edited by: ssstsg

  • HT1420 I have set up iTunes Match on only 3 devices (my Windows 7 desktop and 2 iPhones) and am now trying to authorise my new Windows 8 (Toshiba) laptop but I keep failing to authorise the laptop using my one-and-only Apple ID. Does anyone have advice to

    I have set up iTunes Match on only 3 devices (my Windows 7 desktop and 2 iPhones) and am now trying to authorise my new Windows 8 (Toshiba) laptop but I keep failing to authorise the laptop using my one-and-only Apple ID. Does anyone have advice to solve this problem?!

    Hi all.  I can’t tell you how to solve your iCloud 3.x issues.  Heck, I don’t think they’re even solvable.
    But if you had a previous version of iCloud that was working correctly then I can definitely tell you how to solve the “iCloud Photo Stream is not syncing correctly to my Windows 7 PC” problem.  …without even a re-boot.
    Log out of iCloud 3.0 and uninstall it.
    Open My Computer and then open your C:\ drive.  Go to Tools/Folder Options and click on the View tab.  Select the “Show hidden…” radio button and click on OK.
    Open the Users folder.
    Open your user folder
    Open ProgramData (previously hidden folder)
    Open the Apple folder – not the Apple Computer folder.
    Open the Installer Cache folder
    In Details view sort on Name
    Open the folder for the newest entry for iCloud Control Panel 2.x – probably 2.1.2.8 dated 4/25/2013
    Right click on iCloud64.msi and select Install.
    When finished, the synching between iCloud and your PC will be back to working perfectly as before the 3.0 fiasco.  The pictures will be synched to the same Photostream folder as before the “upgrade”.  Now all you need to do is wait until Apple/Microsoft get this thing fixed and working before you try the 3.x upgrade again.
    I think the iCloud 3.0 software was written by the same folks who wrote healthcare.gov with the main difference being that healthcare.gov might eventually be made to work.
    For those of you who hate to go backwards, think of it as attacking to the rear.  Which would you rather have, the frustration of no synching or everything working on an older version?
    Good luck…

  • Doing fancy stuff in Windows Recovery Environment

    Hi,
    I am trying to do some clever stuff in WinRE but I am unsure if it supports it. firstly I would like to be able to run a script as soon as WinRE has loaded which will output some text in a text file on the local disk (this script can be any language but
    I would prefer PowerShell if its supported)
    then I would like to start networking
    and then call another script which is located on a server share.
    is this possible at all to get things started on system startup when in the WinRE?
    thanks
    Steve

    Hi,
    As you descripted in the post, the script should be added to a WinPE, not a WinRE,
    WinRE has two primary functions, that of diagnosing problems using the Startup Repair tool and providing a platform for advanced recovery tools,
    http://blogs.msdn.com/winre/
    While in a WinPE, you can Set up a Windows PE Build Environment, Add Additional Packages, extra steps you can refer to this for help:
    http://technet.microsoft.com/en-us/library/cc709665(v=ws.10).aspx
    Another thing is the Windows Assessment and Deployment Kit (ADK) is necessary for customizing a WinPE, you can find it from microsoft:
    http://www.microsoft.com/en-us/download/details.aspx?id=30652
    As for the script, I suggest to add PowerShell to Windows PE, steps as below:
    1.Install the Windows Assessment and Deployment Kit (Windows ADK), adding the Deployment Tools and Windows PE features.
    2.Start the Deployment and Imaging Tools Environment as an administrator.
    3.Create a working copy of the Windows PE files. Specify either x86, amd64, or arm
    More details, you can find it here:
    http://technet.microsoft.com/en-us/library/dn605289.aspx
    Regards
    Wade Liu
    TechNet Community Support

  • Step by step instructions for recovering your system using ThinkVantage Rescue and Recovery

    Official Instructions for using ThinkVantage Rescue and Recovery.
    Message Edited by carbon_unit on 11-04-2008 03:24 PM
    T60 2623-D7U, 3 GB Ram. Dual boot XP and Linux Mint.
    T400 2765-T7U Windows 7
    Registered Linux User #160145
    FYI: I am not employed by Lenovo

    I installed Win 7 Pro 64 on my T400, ran TVSU and installed R&R 4.3. Fortunately, I didn't read those instructions first, or I might not have done it
    Have you tried just installing R&R? If it needs anything else, it should ask for it during the install. IIRC, it does require the VCC+ package.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • [SOLVED] How change language in Cinnamon Desktop Environment

    Hi,
    I wanted to change the language of cinnamon but I do not see any option to change the language. I have installed cinnamon-translations.
    Thanks for all help
    Last edited by formoza (2014-08-01 20:00:31)

    Things changed recently with the introduction of the "mintlocale" package in Linux Mint, which now handles this in Cinnamon.
    For now, to add new locales you need to still use the /etc/locale.gen and locale-gen way of adding them.
    To change language used, you need the mintlocale package installed.

  • How do i change where itunes looks for music on my computer? It would only use sample music and to import thousands of songs a file at a time is ridiculous, please help!

    Had to install a new version of iTunes after an upgrade to 64Bit Windows, when i got itunes to search for content it only found the sample music, my music is stored on D drive and i cant work out how to get itunes to search there, any suggestions?
    Thanks in advance, its really annoying!

    You can use File > Add folder to library to import the media from any location. If you don't see the menu bar press ALT or CTRL+B to display it. The default options for iTunes will have created a new library folder on the C: drive, and adding media in the way described will result in iTunes making new copies of each of your media files in the C:\ drive. If that's not what you want then I suggest you hold down the shift key as you click the icon to start iTunes and keep holding until asked to choose or create a library, click the create option, and create a libray at D:\iTunes. Move your existing media content into D:\iTUnes\iTunes Media and use File > Add folder to library to import D:\iTUnes\iTunes Media. This will make a self-contained portable library that is easy to backup & move in future.
    tt2

  • How can I remove private browsing as an option on the Firefox Menu? My kids use this computer and I don't want them to be able to private browse.

    I want to remove the Firefox menu option for Private Browsing because my kids and teenagers use this computer. How can I do that? Private Browsing cannot be an option for my children. If I cannot remove it, is my only option to remove Firefox altogether?

    This is new. Read carefully the section "About this Add-on". Not 100%, but there is no real way to totally take PB out of Firefox; that is also the case for other browsers that have a similar feature, as far as I know:
    *https://addons.mozilla.org/en-US/firefox/addon/disable-private-browsing/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]

  • How to Use NDS Tool and create a very simple application

    Hi All,
      Today i have Installed NDS on my machine,but i dont know
    how to use it,is there any guide inside NDS which gives me step by step procedure to create a simple application.
    Can any link help me know about this.version of NDS is 2.0.9.Is this latest one?
    I am pretty confused about NDS and PDK,if NDS can be used to develop java apllications ,then whats the need of PDK at all?
    Thanks in Advance
    Rani A

    Hi Rani,
      The Portal Development Kit (<b>PDK</b>) provides documentation and examples with source code to demonstrate how to develop portal applications and portal content for the SAP NetWeaver Portal using the <b>SAP NetWeaver Developer Studio</b>.
    PDK includes coding examples on the following topics:
    *Creating Portal Components and Portal Services,Portal Profiles,Resources,Internationalization,Portal Beans,Page Builder,EPCF,Application Integrator,Connector Framework,Portal Navigation,Object Based Navigation,Transformation Service,User Management etc
    PDK is for deployment for portal application, has very good documentation of portal development, contains sample application, Java Docs for all the apis for portal and KM and plugins for eclipse(which you don't need if you are using NWDS). It is basically a nice help for developer along with an iviews for uploading par and testing them.
    In EP 6.0 it is just business package that you import to your portal. This will then give a "java development" role in portal which can be assigned to users. The role will then create a tab called "Java Development" in the top navigation and click on it you can see all the contents underneath.
    If u want to see the application on which an iview is based on import that par file into NWDS.
    Regards,
    Pooja.

  • How do i plot the I-V curve from -25 v to 25 V supply by using Agilent tool

    Hello, i'm entry for the labview, can any one help me how to plot the I -V curve by sweeping the voltage supply from -25 to 25 V. I'm using Agilent E3631 with the output terminal is : +6 V and +25V and - 25 V
    Thank you
    Thuan nguyen

    Duplicate post

  • How to load drivers in Windows 8 Recovery Environment??

    Hi everyone,
    I'm really stuck here with my HP dv7t-7200 laptop.. I'm running Windows 8 Pro (64-bit) & after a Windows Update reboot, I can't get to the start screen. The spinning balls continue for hours & hours. I know there's a recent restore point that I can
    restore to, but I'm having trouble accomplishing this..
    My laptop has a RAID array, so I need to load the storage driver in order for the Windows Recovery Environment to be able to see the hard drives. I don't see any options for doing this, can someone please help..? Here's where I'm at step-by-step:
    1) Boot from Windows 8 DVD
    2) Choose "Repair this computer"
    3) Choose "Troubleshoot"
    4) Choose "Advanced Options"
    5) Choose "System Restore"
    Step (5) gives an error message : "To use System Restore,  you must specify which Windows installation to restore. Restart this computer, select an operating system, and then select System Restore"
    I believe this is occurring b/c
    Windows, as booted from DVD, can't see the logical hard drive. If I could figure out how to load the Intel storage driver from USB, I think Window-on-DVD would be able to find the restore point on my hard drive. In Windows 7 Recovery, there's an option to
    "Load drivers" during a repair operation. Where is this option in Windows 8?
    Here are further troubleshooting steps I tried, based on Internet search results:
    A) How do I mount the USB stick (which has the RAID driver for the laptop)? The following link is old, but the steps work. I stopped after step 6.
    Internet search : windows command prompt mount usb
    http://www.ehow.com/how_8541121_mount-usb-drives-windows-xp.html
    B) After navigating to the mounted USB drive & appropriate folder, how do I load the RAID driver for the laptop? The following link suggests to use pnputil.exe, but this program won't run in my Windows 8 DVD recovery environment command prompt.
    In any case, is it true that if & when I'm finally able to load the RAID driver, then DISKPART should be able to mount the drive & System Restore should see the Windows installation & offer to repair it?
    Internet search: load windows drivers from command prompt
    http://superuser.com/questions/531594/windows-how-to-install-driver-from-recovery-command-prompt
    Any help appreciated, 
    Thanks,
    Brad

    Sergey: WOW & thanks, you are definitely the man! I want you to know that you've solved a problem that three levels of MS tech support haven't been able to work out..
    I worked with a level 2 tech agent for several days, 20 minutes at a time. He was going back & forth with level 3 support staff, getting ideas from them & passing on to me. The level 2 guy finally told me it's not possible to load drivers during a Windows
    8 system restore & gave up on my support ticket. 
    The manager then called for customer satisfaction follow-up. He said he had confirmed that Windows 7 DVD had the ability to load drivers for System Restore, but unfortunately this feature was removed for Windows 8. I convinced him that even so, *someone* at
    MS must know a way to to load drivers for System Restore. He said he'd take it on as a personal challenge & would find s/o to assist.
    Shortly thereafter, I got a call from a guy saying he's in the Research department at MS. He was immediately familiar with my problem. He said that he had previously resolved it by breaking the RAID mirror in the BIOS, which would allow Windows 8 DVD to recognize
    one of the drives as an ordinary SATA drive & then load a driver for it. As we started down that path in my BIOS, he became concerned that actually, breaking my RAID mirror might cause data loss. He said he'd get back to me (that was a couple of days ago)..
    So the question in my original post is solved, thank you again.
    P.S. I still can't get Windows 8 restored, and might after all just have to reinstall everything!
    1) I followed your instructions exactly & indeed, System Restore found the Windows 8 installation. 
    2) I chose the latest restore point & executed the restore. Operation initialized successfully but then failed with a disk read error.
    3) I quit the Restore, which caused auto-reboot. I followed your steps again but navigated this time to Repair / Troubleshooting / Advanced Options / Command Prompt
    4) I ran DISKPART, then "list volumes" to determine boot drive letter = E: (on my system)
    5) I exited diskpart, verified I was on a non-boot drive, & ran "chkdsk E: /X /F"
    6) "Corrections to the file system" were made
    7) For good measure, I ran "bootrec /FixMbr" & then "bootrec /FixBoot"
    8) I exited the command prompt & navigated to System Restore. Same error message.
    9) I followed your steps again, but navigated to Automatic Repair. 
    10) Automatic Repair -> "Windows couldn't load correctly"
    Brad

  • How can I create the recovery discs for my AIO computer? (For Windows 7 systems)

    Q.: How can I create the recovery discs for my MSI laptop/AIO computer? (For Windows 7 systems)
    A.:
    1. Locate the "MSI BurnRecovery" shortcut on your desktop or start menu. Run this program. (Note: If UAC is enabled, press "Yes" to allow the program to run.
    2. MSI BurnRecovery will prepare the files. This process may take a few minutes.
    3. Click on "Next" to continue.
    4. Click on "Advanced".
    5. Click on "Create an ISO file for the recovery disc".
    6. Select the destination where you want to create the ISO files. (Default is the D: drive)
    7. The program will now create the ISO files. This process may take up to 20 minutes.
    8. Click on "Finish". Make sure the box is unchecked.
    9. Browse to the location of the ISO files. Double-click the recovery_dvd file. (Note: Depending on your system, you will have 1-3 recovery_dvd files)
    10. Insert a blank DVD (If the AutoPlay window pops-up, close it). Click on "Burn". It is also recommended to check the box to verify disc after burning.
    11. After burn is complete, click on "Close".
    12. Double-click the recovery_dvd2 file.
    13. Insert a blank DVD (If the AutoPlay window pops-up, close it). Click on "Burn". It is also recommended to check the box to verify disc after burning.
    14. After burn is complete, click on "Close". Recovery disc creation is now complete. (You can also delete the ISO files, but it is recommended to keep them)

    Hi,
    You can order a replacement set of Recovery Discs using the link below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00810334&cc=us&lc=en&dlc=en
    If you have any problem with this link, order them directly from HP.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Here's How to Repair your Windows Installation

    Sometimes it is necessary or desirable to repair your Windows installation.  For instance, you might see Windows showing unusual or unexplained slowdowns, failures to boot, devices no longer working like they used to, etc.
    The following step by step procedure shows you how to do the repair.  Note, that you will need the CD key that came with your Windows disk to complete this procedure.
    1.  Make sure boot order in BIOS is set to floppy (if you have one), cd/dvd, and then the HDD your original Windows was installed on.
    2.  Insert your original Windows CD into your cd/dvd drive (a slipstreamed cd with SP will also workif you have one).  If the Windows Installion menu appears, select Install Windows.
    3.  If that menu does not appear, go to Start, Turn Off Computer, and then select Restart.  After the POST, you will see a prompt, "Press any key to boot from cd..."
    so press the space key (any other key will also work).
    4.  Let Windows setup continue.
    5.  After a short while you will see an option to repair your Windows using the Recovery Console.  Do NOT select this option.  Just continue.
    6.  Soon after this you will see a message "Searching for a previous Windows Installation".
    7.  When Setup finds your previous Windows installion you will be given an option to Repair that installation.  Follow the prompt on the screen, i.e, press R to repair.
    8.  Now just let setup continue until it is complete and you see your desktop.
    9.  Then, go to Windows Update (Start, All Programs, Windows Update) and let it search for and install any available service packs, and/or other updates.
    10. Lastly, if you have any drivers that are wish to use other than the ones in Windows, just install them in the normal fashion.
    Now your Windows is repaired and fully updated, and hopefully the problems you saw previously have been fixed.

    Quote from: Mike V on 30-January-07, 08:38:09
    Thanks Bosskiller.
    It seems everytime I do a fresh install I have trouble getting my cable internet going again.
    I always seem to forget which files I need to download for the mobo to have access to that.  ???
    pickup drivers from here: http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=436&kind=1
    what OS you use?
    "It seems everytime I do a fresh install I have trouble getting my cable internet going again."
    where its connected via ethernet port or via USB port? if you connect it through on-board LAN you need to install chipset drivers 1st. if you connect it via USB port ensure your OS installation is with included SP2 on it if its XP. then install chipset drivers as well.
    if you use 98 install USB 2.0 drivers 1st,(http://download.msi.com.tw/support/dvr_exe/mbd_dvr/USB2W9XME009.zip) before install cable modem.

  • T430: Win 7 total crash - safe mode unstable, recovery environment gone

    Hi everybody,
    I've had my T430 since November and have been dual-booting Win 7 64bit and Ubuntu since then. I'm booting both OSs off of a Crucial M4 SSD and all my data sits in the drive caddy on the original HDD.
    A couple of days ago, the windows partition just decided it didn't want to part of this world anymore. I've made no major changes to the system, but after selecting Windows 7 in the boot loader I was met with a BSOD for a fraction of a second and then reboot.
    Ubuntu works fine and still recognizes everything, which leads me to assume that nothing's wrong with the SSD itself - it failed the SMART test, but that apparently doesn't really carry any weight with SSDs.
    Now, I used the Lenovo-issued "Windows Recovery Environment" to let the system repair itself. That took all night, so I went to bed. Next morning I was greeted by the Win7 login screen, but after entering my credentials the system got stuck in a sort of "loading loop". I forcefully shut down the system and tried to get into Safe Mode. While that works, the system is ULTRA sluggish, everything takes for ever and I've been running Malwarebytes on the Win7 boot partition for the last four hours, which is a lot longer than I would expect it to take. CPU usage is around 0%.
    What gives?
    At this point I'd like to either return to the "Windows 7 Recovery Environment" or completely re-install the OS, but here's the catch: The Recovery Environment is gone, completely gone. When I select it's entry in the boot loader, Win 7 boots up. The Recovery partition itself is still there, but it seems to be unbootable.
    What is happening? Can I download a recovery DVD somewhere? Should I call CS? I'm very confused.
    Edit: About the recovery partition - I'm fairly certain that Ubuntu sees all the data and files on there, but Win Safe Mode thinks there is nothing at all on there. I can't double check at the time since I want malwarebytes to finish whatever it is doing.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below to select it:
    syslog -k Sender kernel -k Message CSeq "I/O error"
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.

Maybe you are looking for

  • How to add a coloumn in a table view

    Hi all, In BSP SRMSUS, i need to add a column COUNTRY in the table view of PARTNER. i got to know that it can be done through iterator. But i have no idea on how to do that. Any help in this regards!!! Thanks and Regards Veda

  • Error messege stop  at the time of mb1c

    Hi gurus When am posting the stock into my plant system throwing error messege in the pop up window like stop:  Errror accessing function module ; Fmk_Fkrs_Read          parameter: Ip_Fikrsip_Fma_Objnr it is coming please help me in this above proble

  • CD-Rom Tray won't open

    I Just purchased a Used G3 B/W 300mhz Rev 2 off Ebay. The system came with a Zip and Cdrom drive and 6Gb Harddrive that was formatted with no OS installed. When i power the System on and attempt to open the cdrom tray it wont open, so i figured maybe

  • I cant hear sound on my laptop

    i cant hear sound all of a sudden

  • Final Cut Pro X project either didn't save or disappeared.

    I opened final cut pro x and a project I had been working on was basically half gone. It was as if the project saved a couple days in, and then the rest of the work disappeared. I can't even find the project in any folder. It shows up in Final Cut Pr