Predator PO3-600 Bios updating giving me error 10

SigmaKing273
SigmaKing273 Member Posts: 1 Newbie
edited May 25 in Predator Desktops

when i try opening the flash.bat file from the cmd as administrator, i get the error:

AFUWIN.exe ..\ROM\R01-C1.CAP /P /B /N /R /MEUL /CAPSULE
10 - Error: Unable to load driver.

i tried doing it on a usb too, which is formated in fat32.

Answers

  • Axxo
    Axxo Member, Ally Posts: 1,760

    Error 10 during a BIOS update on a Predator laptop usually indicates a problem with the driver or firmware update process. To fix this, you can try updating the appropriate BIOS update driver, disabling ASR temporarily during the flash process, or attempting a BIOS update using Windows Update or USB bootable media.
    Here's a more detailed breakdown of potential solutions:

    1. Update the BIOS update driver:
      Locate the driver: Visit the official Acer support site (or your laptop manufacturer's support site). Enter your serial number or product name and search for "drivers and firmware".
      Download the correct BIOS update: Choose the correct BIOS version for your laptop model and operating system.
      Install the driver: Follow the on-screen instructions to download and install the driver.
    2. Disable ASR (Attack Surface Reduction) temporarily:
      Check ASR status:
      Use PowerShell to check the status of ASR: Get-MpPreference | select AttackSurfaceReductionRules_Ids, AttackSurfaceReductionRules_Actions.
      Disable ASR:
      Use PowerShell to temporarily disable ASR: Add-MpPreference -AttackSurfaceReductionRules_Ids 56a863a9-875e-4185-98a7-b882c64b5ce5 -AttackSurfaceReductionRules_Actions Disabled.
      Re-enable ASR:
      After the BIOS update, re-enable ASR using PowerShell: Add-MpPreference -AttackSurfaceReductionRules_Ids 56a863a9-875e-4185-98a7-b882c64b5ce5 -AttackSurfaceReductionRules_Actions Enabled.
    3. BIOS update via Windows Update or USB bootable media:
      Windows Update: Check for BIOS updates within Windows Update.
      USB bootable media: If Windows Update doesn't offer a solution, create a USB bootable media with the BIOS update file and boot from it to initiate the update.
    —————————————————-

    If this answers your question and solved your query please "Click on Yes" or "Click on Like" if you find my answer useful.

  • billsey
    billsey ACE Posts: 36,182 Trailblazer

    It doesn't sound like you are following the procedure shown in the Appendix folder for updating the BIOS. In an admin command prompt you change to the WIN folder and execute flash_x64.bat. flash.bat tries to do it in 32bit mode.

    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.