Rescue and Recovery (4.2) Won't Run

I've a ThinkPad R61 with Vista Business SP1. I've patched the system with all patches from Windows and System Update (including the patch for RnR for Vista SP1).  Despite this, I still can't get RnR to work in Windows. It's incredibly frustrating!
I've also found others having the same problem: http://forums.lenovo.com/lnv/board/message?board.id=N_Series_Lenovo_3000&message.id=3240&query.id=30...
I've been doing a lot of research and I'm getting absolutely nowhere! I've already tried reinstalling RnR and I've also downloaded from System Update and from Lenovo's website! No luck!!
It does appear to be something to do with Vista SP1 specifically (despite Lenovo having released a patch for it).
I took a look in the RnR logs and found this line:
Fri Jul 04 00:36:48 2008 RescueRecovery: GUI Startup: Service not found.
If anyone has a solution please let it be known!!
Alan.

Discovered some additional information. Since the previous "fix", the space on my laptop's hard drive was slowly filling up... to the point where there was less than 200 MB left... then suddenly there would be 1 GB of space... 150 MB... back and forth.
When I uninstalled/reininstalled/uninstalled Rescue and Recovery (R&R) 4.2... I found afterwards that over 35 GB of space had "freed-up". I think what happened is that R&R 3.1 was constantly creating more "backups" and/or "partial failed backups" that were cluttering up my hard drive. When I uninstalled R&R 4.2 the second time, these backups were deleted.
If there is a program that can "wipe" any lingering remnants of the R&R program so I can do a clean install of R&R 4.2, the information would be greatly appreciated!
Thanks again!
Sincerely, ThinkPadMan

Similar Messages

  • Rescue and Recovery 4.5 won't install to Win 7 64 bit system

    When installing Rescue and Recovery 4.5 to my ThinkPad E431, this message appears: "There is not enough free space on your computer to install or upgrade the Rescue and Recovery environment." This is a Windows 7 64 bit system, It has 7.5 Gb useable ram, 370Gb free space on the C partition of the drive, 7.75 Gb virual memory. What am I missing?

    run the cleaner: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    then trying re-installing.

  • How to install Rescue and Recovery 4.21 on Windows 2003

    There should be a good amount of users running Windows 2003 on their thinkpad for various reasons. As much as I tried, I could not get Rescue and Recovery's MSI to install on my X61 running Win2003 R2 SP2, despite attempts to modify the Setup.ini file.
    the changes made in setup.ini:
    [Win2003Server]
    MajorVer=5
    MinorVer=2
    MinorVerMax=3
    BuildNo=3790
    PlatformId=2
    The returned installer error is "The current operating system is not supported for running Rescue and Recovery. Supported operating systems includes Microsoft Windows 2000 with Service Pack 3 or Windows XP with Service Pack 1 or later".
    This is such a shame as I'm pretty sure RR would run just fine on win2003 as both WinXP and win2003 are based on the same underlying technologies and code. Please advice if there's any method such as a command switch for MSI installer to suppress OS detection error or any modification that can be made to setup.ini to get it to install on win2003 or any utility that can be used to modify MSI files and database? Thanks!
    Message Edited by Xseriesfanboy on 08-31-2008 08:26 PM
    Message Edited by Xseriesfanboy on 08-31-2008 08:30 PM
    Solved!
    Go to Solution.

    Alrighty..I've manage to google a hack to this problem of getting Rescue and Recovery to install on Windows 2003. So let this post be a guide to how to get this done:
    Getting the tools to modify Rescue and Recovery MSI (Windows Installer)
    Download and install Orca MSI editor from http://astebner.sts.winisp.net/Tools/Orca.zip
    Review http://ravi1337.blogspot.com/2007/05/orca-msi-editor-make-any-software.html, this guide should give you a good idea what you'll be doing with this tool.
    Download Rescue and Recovery™ 4.21 from Lenovo
     Download Rescue and Recovery™ 4.21 for Windows XP (32-bit) or Windows 2000  from http://www-307.ibm.com/pc/support/site.wss/license.do?filename=thinkvantage_en/z652_setup_rnr42_016c...
    Ensure you are downloading full install with all language pack to avoid any missing installation file due to regional settings
    Run the installer and see that all files are extracted accordingly.
    Modification of Rescue and Recovery Installer
    Delete all files in C:\Documents and Settings\(User Account Name)\Local Settings\Temp\ this will prevent confusion on which files are unpacked and created by RR installer
    Extract z652_setup_rnr42_016c.exe into a folder named z652_setup_rnr42_016c.
    Execute tvtrnr42.exe
    The MSI installer is then unpacked to the following default directory: C:\Documents and Settings\(User Account Name)\Local Settings\Temp\. Note that the installer creates two directories for installation of RR, that are {F151F2B3-0C32-44D3-90E2-E639B8024622} and _isXXXX <--- 4 randomly generated digits
    The folder _isXXXX contain Rescue and Recovery.msi
    On the first run of the installer, the following error will be shown "The current operating system is not supported for running Rescue and Recovery. Supported operating systems includes Microsoft Windows 2000 with Service Pack 3 or Windows XP with Service Pack 1 or later". DO NOT CLICK OK! This is cause the installer to purge all installation files and related directories in the temp directory. Just leave the error window as it is without clicking the OK button!
    Copy all TVT files from folder z652_setup_rnr42_016c into both directories
    Modify setup.ini entry for Win2003Server with notepad and save changes:
    [Win2003Server]
    MajorVer=5
    MinorVer=2
    MinorVerMax=3
    BuildNo=3790
    PlatformId=2
    Right-click on Rescue and Recovery.msi and edit with Orca
    Go to LaunchCondition Table
    Drop the following rows and save changes:
    (((VersionNT=501 AND ServicePackLevel>=1)OR (VersionNT=500 AND ServicePackLevel>=3)) AND WINSERVER=0) OR Installed- The current operating system is not supported for running [ProductName].  Supported operating systems include Microsoft(R) Windows(R) 2000 with Service Pack 3 or later and Windows XP with Service Pack 1 or later.
    IEEXISTS=1 OR Installed - [ProductName] requires Microsoft(R) Internet Explorer version 5.5 or higher. You cannot install the Rescue and Recovery program without this version of Internet Explorer.
    INCOMPAPPNAME=0 OR Installed - [INCOMPAPPNAME] is installed and is incompatible with this version of [ProductName].  This application cannot be installed.  To install [ProductName], uninstall [INCOMPAPPNAME] and then restart this setup.
    Not SGEWRONGVERSION OR Installed - [INCOMPAPPNAME] is installed and is incompatible with this version of [ProductName].  This application cannot be installed.  To install [ProductName], uninstall [INCOMPAPPNAME] and then restart this setup.
    When you're done with these modification, re-run Rescue and Recovery.msi without closing the previous error window. Rescue and Recovery should now install without any glitch! Good Luck!
    Message Edited by Xseriesfanboy on 09-01-2008 06:37 AM
    Message Edited by Xseriesfanboy on 09-01-2008 06:38 AM

  • Rescue and Recovery Won't Open on My R61i Laptop

    Computer: 2008 Lenovo R61i Laptop with Windows XP, SP 3, 2 GB RAM, Intel Duo Core processor, 34 GB free on the hard drive
    I had been wondering why my 160 GB hard drive was filling up even though I only have 10 GB of documents, photos, and videos saved, so I downloaded a little program called windirstat, and it told me that 50 GB was being used for RRbackups. Google told me what that is, and I opened it and checked to see how many backups were there (it said 5, counting an initial "basic" backup). I attempted to delete the newest one, but I can't tell if the process finished, and now I can't get Rescue and Recover to even open. I have defragged my hard drive, I have tried it in SAFE MODE, nothing works.
    Here are my questions and additional info:
    Is the initial "basic" backup where the backup of  the Windows XP operating system is located? (I'm guessing that if the answer is "yes," then I don't want to delete that backup.) The size of this backup is 36 GB.
    If so, could that backup be moved to an external hard drive and still be usable?
    I also have Go Back (keeps a compressed image of my hard drive on the same drive for restoration of files and reverting the hard drive to a previous status). I have used this program for years and would rather use it that Rescue and Recovery for incremental backups because it's automatic and updates more often.
    I also now use Carbonite, so I may need to rethink how I should use R & R and GoBack.
    I'm thinking that I would like to keep the R&R initial back for Windows files but tell R&R to not to any more backups, then continue to use GoBack and Carbonite.
    The primary problem at the moment is that R&R won't open at all, so I can't delete any backups and I can't tell it to stop trying to do incremental backups. HELP!
    Thanks in advance,
    Jim King

    Hi,
    can you please describe, how did you tried to delete the RnR backup? Using GUI, or manually in the RRbackups?
    NOTE: The files stored in the RRbackup are encrypted and each file has also a metadata file, that conatins the informations on the purpose of that one file and some other usefull informations for RnR so that the restore can work.
    Here are the answers on your questions:
    1) If I understand it correctly, then the answer is YES. In case you have placed all the RnR backups localy, then the basic/initial backup and also the other incremental backups are stored exactly in the RRbackups folder.
    2) YES, you can move it, BUT not manually. You need to use the RnR GUI to copy/move the backup on a network drive, or USB HDD. You can read more about this option in the Manual for RnR (sorry I don't want to describe it in here, as this is a bit longer description). So please review following guide:
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/rnr43dg.pdf
    Page 61 describes this process using the rrcmd.exe utility.
    3) I think, this is just a note
    4) same here
    5) In this case, it's of course possible to keeep just the original/inicial backup. In case you don't want to do any other backups, then you just make sure, that you dissable the scheduler of RnR and don't do any other backups.
    6) For this situation, the crucial point is, what did you deleted in the RRbackups. However, the first point, that I would do is to reinstall, or repair RnR. NOTE: Please use the same package, or the package, that is stored on your system. From Add/REmove programs.
    Please let me know, if you have any add questions to this situation.
    Cheers

  • AHH Thinkvantage Rescue and Recovery won't let me get into Windows RecoverY!

    So I'm having the error Windows failed to start; NLS data is missing or corrupt. What I've read on the internet told me said that I should enter the Windows Repair disk and proceed. I don't have an optic drive, nor was my tablet (X61T) shipped with discs. I've created a bootable image of the windows recovery disk on a USB, but when I enter it the only option is to go into thinkpad rescue and recovery. There's no way around this as far as I can see. Also, windows doesn't start at all, no safe mode, no last working configuration, none of those. 
    Thinkvantage R&R doesn't let me do the same repair function as Vista, nor can it restore from vista's backups as far as Ican see. The only option is Full restore, as quick restore is not pressable.
    HELP! I don't even want this stupid program anymore, is there any way to uninstall it?
    And I was going to just make a copy of the HD and factory reset it, but when I recovered all the files and was double checking, some of the files which I have hidden were missing, so I can't go about wiping it anymore. Please help!

    Check the XDA forum or where you got the files
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Rescue and Recovery 4.3 on Windows 7 64 bit won't install

    Hi,
    I had to reinstall my Windows 7 and when I did that I accidentally wiped away the Recovery partition. I didn't think this would be a problem but now I am trying to install Rescue and Recovery 4.3 on Windows 7 64 bit and I keep getting this error
    "Error 25014. There was an error installing the Rescue and Recovery boot manager. Return code: 6"
    I am wondering why I am getting this error and how I can install Rescue and Recovery 4.3?

    Hi,
    can you also specify, how did you installed Win7?
    Using Recovery CDs? or?
    Note, that RnR needs to modify the boot loder of Windows and if the access is blocked, due to permissions, then this situation of course will happen.
    However, there is also a second option, on how to get RnR installed and this is using a command line installation which will NOT install the RnR partition.
    NOTE: the change in the boot loder is needed only for the creation of this RnR partition.
    For more info, please read the following RnR manual:
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/rnr43dg.pdf
    Feel free to ask any other question.
    Cheers

  • T43: Recovery Discs are corrupt and Rescue and Recovery won't restore from the Hard Drive?

    I recently created Recovery Discs in Windows XP, but when I insert Disc 2, it always says that it is the incorrect disc so I cannot continue the factory restore.
    Now I'm trying to restore by booting into the Rescue and Recovery on my hard drive, but it cannot find the hidden factory partition on the hd. It also now says that the restore had a "convertion" error when it wouldn't recognize disc 2 and will not let me try to look at my hard drive to restore anymore. If I use the RR boot disc, it will let me try to restore, but it finds nothing restorable on the HD.
    I did look at the hard drive and see 2 partitions with one being a IBM_SERVICE partition with 3.9GB total size and 2.9GB free space.
    Please help, thanks.

    Hi,
    maybe somebody here could help me. i've totly lost the original partition of IBM on my T41 thinkpad. If somebody could advise me how do i get it back, i would appreciate it very much.
    Thanks,
    Shai

  • Lenovo rescue and recovery will not run a new backup

    Tried several times to make a new backup using "rescue and recovery" (i've done this regularly over the years) .. But "rescue and recovery" freezes and then shuts the computer down. This has happened at least 4 times so far. 
    x201....3249-CTO....i7....4GB RAM....64-bit OS....Windows 7

    1. What are the current and previous versions of R&R? When it was upgraded?
    2. Did you have the such issue with previous R&R version?
    3. Did you try to uninstall previous version and install the new one? Or reinstall the current version? How current vesrsion is upgraded from the previous one - manually or using System Update?
    4. Was your OS version upgraded from previous one? I mean as an example XP -> W7
    x220 | i5-2520m | Intel ssd 320 series | Gobi 2000 3G GPS | WiFi
    x220 | i5-2520m | hdd 320 | Intel msata ssd 310 series | 3G GPS | WiFi
    Do it well, worse becomes itself
    Русскоязычное Сообщество   English Community   Deutsche Community   Comunidad en Español

  • How to download Rescue and Recovery

    I've a K330B with Win7, 64bit. Since the stock Rescue and Recovery does not allow to back-up the 25GB of the service partition, I tried using the Rescue and Recovery for an Ideapad instead. It messed things up for me. So I went back to the system restore point, prior to installing the version for the ideapad.
    Now my Rescue and Recovery won't work. It crashes each time I try to run it. I need to re-install it. I can not find the Rescue and Recovery software for a K330B Desktop with Win7 Home Premium, 64bit, anywhere on the Lenovo support site.
    Please help.

    Hi, divasthapa
    When you press Enter at the Lenovo screen, what are the options that appear on the menu? There should be one for BIOS, one to resume normal setup, etc. But there should also be something about recovering your system or something along those lines.
    Thanks in advance,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Rescue and Recovery Crashes While Deleting Backup Files

    I've seen many threads in regards to Rescue and Recovery crashing while deleting backup files, but no solutions were ever mentioned!  I have a T400 (Vista SP2, Intel T9400, 4GB RAM, 300 GB HD) and was quickly running out of disk space.  After finding mention of Rescue and Recovery I was able to delete some of the backups but not all.  For example I have one from 2008 (18GB) but it won't seem to delete.  I let it sit for quite a while (over night) but it still didn't delete.  Does anybody have a solution for how to get R&R to delete this files?  Or how to delete these files manually?  Thanks in advance.  

    Hi,
    in this situation I assume, you are using the GUI for the deletiong of the RnR Backups.
    What I always prefer is the rrcmd.exe which you can use with the "delete" whicht so that the backups that you want to will be deleted.
    Cheers

  • Rescue and Recovery display problem

    I'm running Rescue and Recovery 4.21.0016.00 and when I boot the R&R rescue media boot disk I come up with the screen that shows the options however the the image is too big to fit the screen. I've tried 2 different monitors but the program makes the image size too large so that I can't see all the options and pick what I wnat to do. I'm  running this on a IBM Netvista 8307-GU6. Any ideas out there????????

    I found another post for the same problem and found the fix. went into the BIOS and increased the display memory and that fixed my display problem. Now if I can just find out why the R&R program won't recognize the backup file when I boot from the CD I'll be happy. The backup file is on a USB drive and when I look at it from the Windows XP side it shows it being there but booting from the CD there are no backup files to restore from.  Any ideas????

  • Issues with a T61 harddisk, UNMOUNTABLE_BOOT_VOLUME, cannot also get in the Rescue and Recovery

    Dear Lenovo Support Community,
    I have a T61 with XP pro on it. This is the history of my harddisk problems with it:
    (the harddisk is HDD0 Fujitsu MHW21160BJ G1 and everything in laptop (HW and SW) are same as the factory sold one)
    1. Unfortunately I had not made any recovery cd/dvd when the computer was healthy
    2. Some time ago, after a crash, and during the chkdsk in the following boot up, harddisk showed 12kb bad sector
    3. Due to more crashes and not being able to login once, went to rescue & recovery and only recovered OS to an old and healthy state. Kept my data, lost all the new programs installed but got the OS fine and running. --> I guess the bad thing that may have happened is that recovered OS may have used those bad sectors as well, but this is just a guess.
    4. Problems, slow downs, the 12kb bad sector, issues kept coming back every couple or few weeks. Repeated the rescue and recovery OS installations another two times.
    5. Few days ago, all was good, but needed to restart, but this time a blue screen came up with UNMOUNTABLE_BOOT_VOLUME. This screen comes up even if I try to go into safe mode, with networking, or even with only DOS prompt.
    6. Tried to go to rescue and recovery (version 4), it took a really long time and was telling me that something wrong with the file \minit\setupapi.log and after a long long time that it got in the page for rescue and recovery, it was not doing anything by clicking on any of the buttons.
    7. Took the hard out, connected it through an external enclosure to another computer, the main drive could not be read at all, I/O error, not distinguishable.
    8. But the SERVICE drive was understood and I could even run chkdsk /F F:\ on it and it repaired the file mentioned above (\minit\setupapi.log).
    9. Put the hard back into T61, went to rescue & recovery, this time the error on the file was not showing up, but since the step #8, I have not been able to get pass the initial screen of rescue & recovery. It doesn't go in at all.
    10. Found it through Google search, the famous post on this forum about fixing the Master Boot Record. Got the little program, burned on a CD, went through all of its steps, finished as described in the famous thread, but I am not sure if it has been any help to me so far.
    11. In few other occasions, connected the hard through the external enclosure to another computer and found online and used programs like Disk Doctors Windows Recovery Data and EASEUS Data Recovery Wizard and was able to just read inside both NTFS main disk and FAT32 service disk (windows can also read the service disk but cannot read the main disk). Using the free version of EASEUS, I could even read and save my personal data since my last backup, so I am good to even format the T61 hard but still I don't want to give up on that.
    12. While the lenovo harddisk is in it, in a restart went to BIOS (F1) and ran the harddisk diagnosis, It said: "Pass: Controller Diag, Error code 0000: Read verification failed". And after the "Test complete", it gave a red message in the middle of screen that "<<< An error was found. Call for service >>>"
    13. As mentioned in #1, I don't have Lenovo's recovery Windows XP CD(s) for T61, but I have some other windows xp installation CD's, I thought I can put them in CD drive, boot up from CD, and try to recover or repair the windows, It seems that they tell me there is no harddisk in your computer!! When I press "R" to go to recovery console, it tells me: "Setup did not find any hard drives installed in your computer."
    My questions for dear members of this forum are:
    1. Can I recover my T61 harddisk with the above description? It is being read nicely with the recovery programs, so it should have not been damaged seriously. Please guide me to other things that I can try?
    2. I can see and read the Service part of the drive from Windows (no recovery program needed) while connecting the drive through external enclosure to another computer. Can I run a program from the Service part of disk and make those T61 Recovery CD and DVD?
    3. If I purchase the Recovery CD(s) from Lenovo, would they be doing any magic or help in my case described above?
    4. Can I make recovery CD(s) from another T61 laptop and use them for mine?
    Thanks all for reading my long post and helping me. God Bless.
    Best Regards,
    AL_K

    Step One: Install windows
    Step Two: run system update
    Step Three: Your done (optionally have a beer and relax)
    Sorry, step three was a bit of humor I added.
    Actually these recovery CDs were produced before the first T61 was made, probably in 2006. The T61 line was replaced in 2008.
    You can activate with the code on your COA, I've done it many times, just make sure you do a full (new) installation, not an upgrade, from an oem disc.
    If you do end up using the original product recovery disc set, your steps are more like this...
    1. Install disc one...   wait 30-60mins
    2. Install disc two...   wait 30-60mins
    3. Install disc three...  wait 30-60mins
    4. Install disc four...   wait 30-60mins
    5. Install disc five...  wait 30-60mins
    6. Install disc six...   wait 30-60mins
    7. Install disc seven...   wait 30-60mins
    8. Install disc eight...  wait 30-60mins
    9. download latest service pack for windows and install (over an hour)
    10. Install (replace old version)  system update and run.
    11. go to windows update and update several years worth of patches and hotfixes. (1-4 hours)
    12. kick back and have a warm beer and cold pizza, if there is any left after I finished hours ago and celibrated already.
    Also, after going through all that, you've not only installed windows, then replaced nearly the entire operating system, but you've also used valuable harddisc space to make several redundant copies of the outdated files, drivers and apps. 
    Please understand, I'm not saying the recovery discs are a bad design, they work great, and back in 2006-7-8-9 I'd happily go through all that work, but today all the stuff on them is to old so it's futile to go through all that. It would be really nice if Lenovo updated the install discs, and we could download the latest version to use, but they basically just leave them untouched after the model line is released, so nothing on that disc is newer then about 2006.
    I'll also add that both George and I have done this well over 100 times each, so we wouldn't be suggesting this if it wasn't the best option, but in the end you'll have a working system no matter which route you take to get there, so the only question to ask yourself is...
    Do you like your beer cold and your pizza hot  
    Good luck, and enjoy your endeavours
    ThinkPad W-510 i7-820QM(1.73-3.06GHz) Quad Core... ThinkPad T500, T9900, 8gb SSD...FrankNpad T-60p/61p (X9000 2.8ghz) 8gb SSD ips FlexView...ThinkPad T-61p (T9300 2.5ghz) 8gb ram...Thinkpad X-61 Tablet 4gb ram...ThinkPad A-31 (1.9ghz P4 1.5gb ram)

  • Recovering backup data from a previous version of Rescue and Recovery

    Dear All,
    can you please advice how can I restore the system&data (Windows 7)
    I created recovery CDs and did the full backup (USB drive)
    I changed disk (diagnostic reported warnings for the old one)
    I recovered system from CD
    I wanted to recover full backup/image from USB drive, however 
    after reboot R&R 4 starts and error message "... backup taken with previous version..." is displayed.
    I wanted to recover single file (R&R 4.31)  from USB drive, however
    error message "The list box identifierwas not found"  is displayed
    What shall I do? upgrade R&R to 4.51? downgrade R&R to 4 (where are downloads)? something else? what R&R versions exist for W7?
    thanks in advance.

    Thank you for coming back to my issue.
    Creation date of  \RRbackups: Jun 11, 2013 
    USB backup is Win7 backup.
    What shall I look for in  folder\rr.log? I am copying here the last unsuccesful recovery attempt>
    Mon Jun 17 23:38:32 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:32 2013 RescueRecovery: loadBackups() - will check file m_iLocation=1, szBackups=C:\RRbackups\SZ\816B916B3551CB11-818F8F2​9B139CFE8\common\backups.dat
    Mon Jun 17 23:38:32 2013 RescueRecovery: loadBackups() - deleteRegistryKey SOFTWARE\Lenovo\Rescue and Recovery\Backups\Local, C:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8\​common\backups.dat
    Mon Jun 17 23:38:32 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:36 2013 RescueRecovery: Running: C:\Program Files (x86)\Lenovo\Rescue and Recovery\rrstrigger.exe -start
    Mon Jun 17 23:38:37 2013 RescueRecovery: Getting GUI mask is 16
    Mon Jun 17 23:38:38 2013 RescueRecovery: Running: C:\Program Files (x86)\Lenovo\Rescue and Recovery\rrstrigger.exe -start
    Mon Jun 17 23:38:39 2013 RescueRecovery: OnInitDialog on Parent Panel and the nCount is 0
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:39 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:39 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:39 2013 RescueRecovery: ClientGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:39 2013 RescueRecovery: ServiceGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:39 2013 RescueRecovery: ServiceGetSecondDiskInfo can not get RR_REGKEY_BACKUP_SECOND_DRIVE_SER_NUM=BackupSecond​DriveSerNum
    Mon Jun 17 23:38:39 2013 RescueRecovery: Enter FindLocalDrive
    Mon Jun 17 23:38:40 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:38:42 2013 RescueRecovery: GetSecondBackupfolder iBackupDrive=-1 via FindSecondDrive
    Mon Jun 17 23:38:44 2013 RescueRecovery: ClientGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:44 2013 RescueRecovery: ServiceGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:44 2013 RescueRecovery: ServiceGetSecondDiskInfo can not get RR_REGKEY_BACKUP_SECOND_DRIVE_SER_NUM=BackupSecond​DriveSerNum
    Mon Jun 17 23:38:44 2013 RescueRecovery: Enter FindLocalDrive
    Mon Jun 17 23:38:44 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:38:47 2013 RescueRecovery: GetSecondBackupfolder iBackupDrive=-1 via FindSecondDrive
    Mon Jun 17 23:38:48 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:38:48 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:38:48 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:38:48 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:38:48 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:38:48 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:38:48 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:38:49 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:38:49 2013 RescueRecovery: Get USB Drive message(winServiceIsUSBDrive)
    Mon Jun 17 23:38:49 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:38:49 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:49 2013 RescueRecovery: D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:38:49 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:49 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:49 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:49 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:49 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:49 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:49 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:53 2013 RescueRecovery: Set LOCAL to UUID and reload backup before delete backup!
    Mon Jun 17 23:38:53 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:53 2013 RescueRecovery: loadBackups() - will check file m_iLocation=1, szBackups=C:\RRbackups\SZ\816B916B3551CB11-818F8F2​9B139CFE8\common\backups.dat
    Mon Jun 17 23:38:53 2013 RescueRecovery: loadBackups() - deleteRegistryKey SOFTWARE\Lenovo\Rescue and Recovery\Backups\Local, C:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8\​common\backups.dat
    Mon Jun 17 23:38:53 2013 RescueRecovery: ServiceGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:53 2013 RescueRecovery: ServiceGetSecondDiskInfo can not get RR_REGKEY_BACKUP_SECOND_DRIVE_SER_NUM=BackupSecond​DriveSerNum
    Mon Jun 17 23:38:53 2013 RescueRecovery: Enter FindLocalDrive
    Mon Jun 17 23:38:53 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:38:53 2013 RescueRecovery: GetSecondBackupfolder iBackupDrive=-1 via FindSecondDrive
    Mon Jun 17 23:38:55 2013 RescueRecovery: loadBackups() - will check file m_iLocation=32, szBackups=\common\backups.dat
    Mon Jun 17 23:38:55 2013 RescueRecovery: loadBackups() - can't found file m_iLocation=32, szBackups=\common\backups.dat
    Mon Jun 17 23:38:55 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:55 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:38:55 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:55 2013 RescueRecovery: ClientGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:55 2013 RescueRecovery: ServiceGetSecondDiskInfo nSize=10
    Mon Jun 17 23:38:55 2013 RescueRecovery: ServiceGetSecondDiskInfo can not get RR_REGKEY_BACKUP_SECOND_DRIVE_SER_NUM=BackupSecond​DriveSerNum
    Mon Jun 17 23:38:55 2013 RescueRecovery: Enter FindLocalDrive
    Mon Jun 17 23:38:56 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:38:56 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:38:56 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:38:56 2013 RescueRecovery: D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:38:56 2013 RescueRecovery: loadBackups() - will check file m_iLocation=8, szBackups=D:\RRbackups\SZ\816B916B3551CB11-818F8F2​9B139CFE8\common\backups.dat
    Mon Jun 17 23:38:56 2013 RescueRecovery: loadBackups() - deleteRegistryKey SOFTWARE\Lenovo\Rescue and Recovery\Backups\USB, D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8\​common\backups.dat
    Mon Jun 17 23:38:58 2013 RescueRecovery: GetSecondBackupfolder iBackupDrive=-1 via FindSecondDrive
    Mon Jun 17 23:38:59 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:38:59 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:38:59 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:38:59 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:38:59 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:38:59 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:38:59 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:39:00 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:39:00 2013 RescueRecovery: Get USB Drive message(winServiceIsUSBDrive)
    Mon Jun 17 23:39:00 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:39:00 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:00 2013 RescueRecovery: D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:39:00 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:00 2013 RescueRecovery: ClientGetSecondDiskInfo nSize=10
    Mon Jun 17 23:39:00 2013 RescueRecovery: ServiceGetSecondDiskInfo nSize=10
    Mon Jun 17 23:39:00 2013 RescueRecovery: ServiceGetSecondDiskInfo can not get RR_REGKEY_BACKUP_SECOND_DRIVE_SER_NUM=BackupSecond​DriveSerNum
    Mon Jun 17 23:39:00 2013 RescueRecovery: Enter FindLocalDrive
    Mon Jun 17 23:39:01 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:39:03 2013 RescueRecovery: GetSecondBackupfolder iBackupDrive=-1 via FindSecondDrive
    Mon Jun 17 23:39:04 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:39:04 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:39:04 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:39:05 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:39:05 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:39:05 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:39:05 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:39:05 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:39:05 2013 RescueRecovery: Get USB Drive message(winServiceIsUSBDrive)
    Mon Jun 17 23:39:05 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:39:05 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:05 2013 RescueRecovery: D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:05 2013 RescueRecovery: OnPaint on Parent Panel and the nCount is 0
    Mon Jun 17 23:39:09 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:09 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:12 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:39:12 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:39:12 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:39:12 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:39:12 2013 RescueRecovery: winClientIsUSBDrive begin
    Mon Jun 17 23:39:12 2013 RescueRecovery: winClientIsUSBDrive 1
    Mon Jun 17 23:39:12 2013 RescueRecovery: Get USB Drive message
    Mon Jun 17 23:39:13 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:39:13 2013 RescueRecovery: Get USB Drive message(winServiceIsUSBDrive)
    Mon Jun 17 23:39:13 2013 RescueRecovery: winClientIsUSBDrive 2
    Mon Jun 17 23:39:13 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:13 2013 RescueRecovery: D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:39:13 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:13 2013 RescueRecovery: LoadLibrary: Error 0 C:\Program Files (x86)\Lenovo\Rescue and Recovery\rr_res.dll
    Mon Jun 17 23:39:15 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:16 2013 RescueRecovery: winGetDriveData find a (usb)
    Mon Jun 17 23:39:16 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:16 2013 RescueRecovery: D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:39:16 2013 RescueRecovery: loadBackups() - will check file m_iLocation=8, szBackups=D:\RRbackups\SZ\816B916B3551CB11-818F8F2​9B139CFE8\common\backups.dat
    Mon Jun 17 23:39:16 2013 RescueRecovery: loadBackups() - deleteRegistryKey SOFTWARE\Lenovo\Rescue and Recovery\Backups\USB, D:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8\​common\backups.dat
    Mon Jun 17 23:39:16 2013 RescueRecovery: Restore executed: location=8 level=0
    Mon Jun 17 23:39:17 2013 RescueRecovery: In GetBackupFolderName, get local UUID!
    Mon Jun 17 23:39:17 2013 RescueRecovery: In CreateSpecialBackupFolder, get szBackupFolder is C:\RRbackups\SZ\816B916B3551CB11-818F8F29B139CFE8
    Mon Jun 17 23:39:17 2013 RescueRecovery: CreateSpecialBackupFolder: szBackupFolder= C:\RRbackups, szMidiumFolder = C:\RRbackups\SZ
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups" /inheritance:r
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups" /grant:r *S-1-5-18OI)(CI)F /T /C
    Mon Jun 17 23:39:17 2013 RescueRecovery: icacls Legacy folder: C:\RRbackups\*
    Mon Jun 17 23:39:17 2013 RescueRecovery: icacls Legacy folder: "C:\RRbackups\SZ" /inheritance:d
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups\SZ" /inheritance:d
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups\SZ" /grant:r *S-1-1-0OI)(CI)F /T /C
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups\SZ" /inheritance:d
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups\SZ" /grant:r *S-1-1-0OI)(CI)F /T /C
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups" /remove *S-1-1-0
    Mon Jun 17 23:39:17 2013 RescueRecovery: Running: icacls "C:\RRbackups" /remove *S-1-5-32-544

  • Rescue and Recovery failed destination network location can no longer be reached

    W510, running Windows 7 Pro SP1,  updated with ThinkVantage including BIOS 1.37 along with Rescue and Recovery 4.31 yesterday. Using Backup locations "Local hard drive" had not problem, but when it was set to "Network", it gave me "The backup failed because the destination network location can no longer be reached.". Prior to running RR, I manually mounted the shared drive on W510 and could read and write files. The user that mounted the shared drive was not "Administrator" but has Administrator privilege. The network shared drive was a folder on an Windows XP SP3 computer.The shared drive had Full Control granted to Everyone as well as for Sharing. I rebooted W510 before starting RR. After the "network location can no longer be reached" error popped up, a long while later, RR actually wrote some files in the shared drive and then finally it aborted. It created on the shared drive RRBackups\SZ\<UUID>\... (among other folders and files); under <UUID> there's a common\rr.log with:
    Sun May 22 01:56:39 2011 RescueRecovery: Running: C:\Program Files (x86)\Lenovo\
    Rescue and Recovery\br_funcs.exe backup level=0 destination="\\192.168.0.1\W510_
    backup\RRbackups\SZ\D0D186C05DAE11E0-9303F5C431248DAC" drive=C: location=16 nice
    =0 pw=0 uuid=0 compress encrypt
    Sun May 22 02:04:15 2011 RescueRecovery: br_funcs returned error code 0x501
    Sun May 22 02:04:15 2011 RescueRecovery: Running: C:\Program Files (x86)\Common
    Files\Lenovo\mnd\mapdrv.exe *
    Sun May 22 02:04:15 2011 RescueRecovery: Get the shutdown flag from service is 0
    Sun May 22 02:04:48 2011 RescueRecovery: CRRBackup::removeLevel() - DeleteFile(\
    \192.168.0.1\W510_backup\RRbackups\SZ\D0D186C05DAE11E0-9303F5C431248DAC\common\b
    t0.dat) failed.  Error 3
    Sun May 22 02:04:48 2011 RescueRecovery: In GetBackupFolderName, UUID is D0D186C
    05DAE11E0-9303F5C431248DAC!
    Sun May 22 02:04:48 2011 RescueRecovery: In CreateSpecialBackupFolder, get szBackupFolder is C:\RRbackups\SZ\D0D186C05DAE11E0-9303F5C431248DAC
    Sun May 22 02:04:48 2011 RescueRecovery:  CreateSpecialBackupFolder: szBackupFolder= C:\RRbackups, szMidiumFolder = C:\RRbackups\SZ
    The events don't make sense:
    a) Why would RR says "network location can no longer be reached" - the wording suggests that it was OK, but now it isn't.
    b) The br_funcs returns Error 0x501 (NOT_IMPLEMENTED or NOT_SUPPORTED), but RR still attempted to call mapdrv.
    c) Apparently mapdrv was successful otherwise it shouldn't try to delete the t0.dat on the shared drive (which didn't exist - hence Error 3 (PATH_NOT_FOUND)) and unless it has reached the remote computer, it wouldn't know the file wasn't there.
    I'm curious to find out if anyone has run into this problem and how to fix it.

    It errored out after it has already created some folders and files as indicated in the first post.Tried the same steps several times just make sure it was repeatable by closing Rescue and Restore app and starting it again. The network between the share host and my W510 was a direct RJ45 cable connection, so zero hop.  In the end I used Windows 7 Backup and Restore to do full backup, using the same \\server\sharename, the network share was mapped without a problem. But then Windows 7 Restore CD wasn't able to map network share - giving me 0x800704cf. Googling shows lots questions raised on this but no fix.
    Update:
    Last night, I gave it a shot again. For some reason, RR was able to mapped the network share using \\IPaddress\sharename (this time I used a different folder and a diferent sharename). OK great, but after 10 hrs it's at 88% completion, did my math, estimated elasped time is 12 hrs, Wow! The image backup with Windows 7 Backup took 5 hr 51 min with 132GB in the WindowsImageBackup folder. RR is 2x slower!
    On the other hand, as it's still running, the est. backup folder size is 106GB. RR does a better job in compression - a 20% reduction in size compared with Windows' at the cost of 2x time.
    Going back to the Windows 7 Restore CD 0x80704cf error when mapping the network share, found an Internet user posting that he succeede by providing a NIC driver.

  • Rescue and Recovery 4.5. Rescue media can't boot from FAT32 64GB flash drive.

    T530 Windows 7. I did a full (base) backup to a 64GB USB flash drive formatted FAT32. R&R started by indicating “Rescue and Recovery Medium being created” and after a few hours finished the backup. When I click on ‘View all backups’ I can see the backup created. I then tested the flash drive to see if it’s bootable but the screen only shows rapidly moving white font gibberish over black background. I did the same as a test on a 8GB USB flash drive formatted NTFS (I had to stop the backup since 8GB was not enough space) but had no trouble booting from it. Both flash drives have the folders: boot, efi, Preboot, RRbackups, tvtos and files: bootmgr, bootmgr.efi, fcopy.ini. In other words, the only difference seems to be that it works with 8GB NTFS but not with 64GB FAT32. Is that the issue or just coincidence?
    Solved!
    Go to Solution.

    The readme file for RNR 4.5.1 states:
    Consideration 7
    Unable to boot from a 64 GB USB memory key
    When you create rescue media on a 64 GB USB memory key and then boot your computer from the memory
    key, an error message is displayed, saying, ?¡ãError loading Operating System.?¡À
    To solve the problem, change the 64 GB USB memory key to one with less storage capacity.
    ===
    The question is.. is your Flash USB a memory key?
    I would reformat  the 64GB to NTFS, then run the Create Rescue Media option onto it.  Then try to boot the USB.
    There is another post out here stating on certain USB sticks, you have to PREFORMAT it,  using diskpart command, before using the Create Rescue Media option..
    This link might help:
    http://support.lenovo.com/en_US/detail.page?Legacy​DocID=MIGR-74246

Maybe you are looking for

  • [SOLVED] Broken Gwibber/couchdb after Apr 9 upgrade

    After a 1.3GB upgrade (2.6.33, ssl, gtk, ssh...) I can no longer use Gwibber. I use the following components: aur/couchdb 0.11.0-1 aur/python-couchdb 0.6.1-1 aur/desktopcouch 0.6.3-3 aur/gwibber-new 2.29.94-1 When I start gwibber I get: Traceback (mo

  • Hi my question abt 2 convert a list into pdf format

    hi experts i had problem to convert displayed list into pdf format showing an error cannot open the file file format not supported, but i am have downloaded the file in .pdf format please help me thank you all

  • FM FOR AUTOINCREMENTATION OF PK

    HI to all, I ve a requirement to fetch data from the DB Table and want to increment it in the screen. So that when i m opening it for the next time it will show me the next value where to insert the data.

  • Fix labview variable to control input

    Hi, I am using the Simulation Interface Toolkit to send variables to Simulink. What I would like to have is a control that is coupled to the value of a text file. In other words the value of the text file will be the control input to Simulink sent vi

  • Hp Officejet pro 8600 all-in-one

    I'm unable to air print from my IPad2, since I updated printer. Can still print from my wireless computer,but Not IPad