To create the Phoenix Uefi Bios Recovery disk
Prepare a removable USB storage device with a capacity size greater than 10 MB.
Note that all data on the USB storage device will be cleared during the creation of the crisis disk.
Set up a computer running the Windows OS and plug in the USB storage device into an available USB port.
Go to windows start and open cmd
and follow
- Diskpart
- list disk
- select disk # (usb device number)
- clean
- convert gpt
- create paritition primary
- format fs=fat32 quick
- assign
- exit
File Download url : http://rghost.net/8MPBX9Q24
Then Copy EFI folder in your pendrive
Open efi/boot/"paste your bios file.cap or wph or rom"
you need to configure uefi boot mode
preconfigured device to ready to
and follow instrutions for flashing
- fs0:
- Pflash.efi /bak (frist make backup using this cammand)
- pflash.efi /force bios.cap (flash)
- pflash.efi /as bios.cap (flash)
Regard,
Humanbeing