Thanks again anarethos , everything works fine , but here i am with a different problem , i had partition my 320 gb as the followling layout : 1st primary 12gb recovery r: 2st primary 300mb system s: 3st primary 50gb windows c: the rest is extended 4th logical 100gb data d: 5th logical 100gb data e: UNTIL here everything works like charms i even tested the recovery , but i need Linux so i used the last 37gb to install open suse 12.1 , suse take over the boot loader but both working fine , lunched the recovery with f7 -> reinstall windows complete until 100% and Ding message "process stop" , restart windows ding message again something like "Windows Setup can not configure Windows on this computer's hardware" . what do i want ? - when i recover the windows ,forget about the linux partitions just install windows i will deal with bootloader to boot linux. OR -when i recover the windows forget about linux partitions at all , i will install it again . SORRY about the long story
Never tried it with dual-boot situation. Original version or Basic version of the tools? The error message apers on first boot? While booting? After the OOBE? If you have the Original version, did you tried the MBR repair option?
- i am using original version - error message after the oobe - tried the mbr repair , same error really need help here guys , i am in final year i need linux for my project . any help appreciated , thanks in advance
I was reading through the instructions but I didnt really see an answer to a question i had. i was wondering if i could automate this with a silent switch or something. at the present moment i have a windows 7 usb stick with all versions and its setup to do everything on its own including installing drivers. i was wondering after it does all that i have it setup to do, that if theres a switch for this program to automatically make the recovery image. currently i use Windows Post Install to install all the programs and stuff after windows installs by itself so if i could add a entry for this program to automate the recovery image maker by that would be awesome and it would really make my windows 7 usb the most automated installer i have. if not ill just do it afterwards on every pc
There is no silent switch, sorry. Never thougt that some will need one, as the process of creating the recovery image must be done after fine-tuning the computer.
Sadly, I dont know what happened, since everything was working before you installed Linux. Did you change your partition layout after creating your recovery image? Maybe the problem is there.... Also, after recovery, is there any space left on your Windows partition? Or is it full?
Tried running Basic 1.2, everything seems to work till "run theinstallation script of the recovery tool." have a Toshiba Laptop m65-s821 and fresh full install of Win 7 Home Premium. where do I find this recovery tool? or how do I run? cant seem to find it...could you help with a little more detailed install info?
YOu could read the read me pdf. Download it, run it, point to waik, copy installer folder to usb/cd, install W7, run installer (x86 or amd64), capture, done.
can you tell me how to get the original version to create a single wim file, instead of the swm files. I know it can be done through imagex but i don't know where in the recovery tools. Or even if possible can you provide the files for copy and paste... Thanks Im looking forward to the new version when it is released. Great job
WIM file = If image under 3gb SWM = If image over 3gb This is required for the DVD/USB recovery media. Modifying my script to prevent splitting will broke the option to create recovery media. Sorry!
Well, I suppose you have used the Autounattend.Xml when installing Windows and that you are still in AUDIT mode? If yes, simply run "Install to MBR Disk" from the "MBR\Scripts-MBR" (or GPT if under UEFI 64bits system, depending of your installation).
great software installed on my PC and running well. is it possible to configure the menu , so when i press F7 the "reinstall Windows" can running automatically?? If yes could you please tell me how to configure it best regards
You want to automatically start the "Reinstall Windows" option on boot of the recovery tool or you just want to have the second tab (where you can either select repair, reinstall ou boot fix) as the default tab?
i just want automatically start the "Reinstall Windows" option when i press F7, and no need the other option (repair, etc)
This can be done, but you will have to do the following - Download AutoIT - Edit the Recovery.au3 file and modify it as specified below - Recompile the Recovery.au3 file in both x86 and x64 versions - Replace the file in the Recovery installation package - Run an update of the tools ORIGINAL Code: ;Starting Menu sequence IF $DebugLevel=5 Then Run(@ComSpec) MountDrive() CheckRecoveryMode() CheckImage() CheckPassword() MainMenu() NEW Code: ;Starting Menu sequence IF $DebugLevel=5 Then Run(@ComSpec) MountDrive() CheckRecoveryMode() CheckImage() CheckPassword() ReinstallWindows() Run("X:\Windows\System32\wpeutil.exe reboot","X:\Windows\System32",@SW_HIDE) I would suggest you to put a password, since otherwise the computer will be completly reinstalled and all data will be lost. Also, in the case of a boot failure (ctrl+alt+delete, reset button pressed, power outtage, etc.), Windows always try to start WinRE. Without the password, the computer will be reimaged automatically. Not a good thing...
Good new averyone! I am curently working on the Windows 8 version of the tools. It will be based on the "Basic" version, as this will support the "Refresh" and "Reset" the computer. When using the "Refresh" option, the computer will be re-imaged with the original image capture, but personnal data will be kept. When using the "Reset" option, all data will be erased. Also, thanks to M$, you will also have to create your own updated "Refresh" image. I will give the option through a menu for the end user. This menu will ahve the following option 1) Refresh/Reset the computer (reboot to Windows RE where you can choose what to do) 2) Create a recovery medium (RecoveryDrive.exe - You will be able to create a USB key taht include the recovery image in case of a HDD crash) 3) Create/Update/Delete a custom image for the "Refresh" option But, first, I have to fix some things in my script, then I will thest on both MBR/GPD(UEFI) system. After that, I will start working on the Recovery menu. Please note that I don't plan to migrate/uptade the "Original" version to Windows 8, as most of it functionnalitiy are offered through Windows, like the USB media creator, the option to Reset or Refresh, etc. So, saddly, the only lost will be the file browser. But give me some time, I am doing a university course at the same time