0

I would like to restore my MSI laptop to factory settings using the F3 menu, but the recover partition(BIOS_RVY) that is in the HDD that was in my laptop, is now replaced by another HDD, so I have my original HDD containing the recovery partition outside my laptop. However, I was still able to access the recovery files that are:

enter image description here

However, I am unable to create recovery image using MSI's Burn Recovery tool, as it says there are no hidden recovery partitions.

I want to know how I can use these files to create a recovery image/ISO so I can rest my laptop to factory default. I do not want to open my laptop and reinstall the HDD as it involves me removing a sticker on the screw, voiding the warranty.

Ahmed Ashour
  • 2,490

1 Answers1

1

You can create the USBrecovery from these files. Follow these steps..

  1. install 7zip
  2. open install.swm using zip.
  3. Go to 1-windows-RE_DRIVE folder [1\Windows\RE_DRIVE\RECOVERYCD_ISO], these will be 2 folders. you will need "RECOVERYCD_ISO" folder. This folder has rest of the files you need in recovery usb.
  4. copy/extract this folder on desktop
  5. now copy the files you have from BIOS_RVY partition, all of it into the folder RECOVERY_DVD of that RECOVERYCD_ISO folder. [\RECOVERYCD_ISO\RECOVERY_DVD]
  6. you need two extra text files, create one with name "discnum", open it and write 5 ( since you have 5 .swm files.)
  7. create another text named "UFDR" and write UFDR in that text and save it.
  8. That it, now use 32GB pendrive, format it with NTFS, could rename it "UFDRecovery". Even better convert USB to GPT, if you can.
  9. copy all files inside RECOVERYCD_ISO to usb.
  10. This is your Recovery usb...

Cheers..

MY RECOVERY USB CREATED BY THE METHODS I EXPLAINED RECOVERY_DVD folder of that USB

BSL K
  • 26