Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Is it possible to install a BIOS update from an .exe file?

  1. #11
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Is it possible to install a BIOS update from an .exe file?

    Quote Originally Posted by torspedia View Post
    How would I do that? BIOS is not something I generally mess about with (I'm not that technical enough).
    You'd put the file somewhere that the UEFI can read from - the ESP or a FAT-formatted flash drive are good candidates. Then there'll be a button that you can press to get into the UEFI setup, which varies by manufacturer and is generally displayed early in the boot process, or you can select it from the Grub menu or run a command to reboot into the UEFI setup. From there there'll be an option to update the firmware. Where the option is also depends on the manufacturer. You point it at the file you downloaded and let it do its thing. It will restart the machine when it's finished. A firmware update will generally reset everything to defaults, so you might need to go back into the setup if you'd previously made changes.

    Edit to add: the idea of changing the UEFI firmware from within Windows gives me chills; if users can do it then malware can do it, too. Ugh. Also, the UEFI settings page isn't something to be scared of: you can't generally break anything in there, although you can make things not work. There is usually a reset to defaults option somewhere, which, again, varies by manufacturer, if you've played and made things not work.
    Last edited by CatKiller; July 14th, 2020 at 08:20 PM.

  2. #12
    Join Date
    Jul 2020
    Beans
    10

    Re: Is it possible to install a BIOS update from an .exe file?

    Quote Originally Posted by Yellow Pasque View Post
    Depends on the BIOS. What is the laptop model?
    It's an Acer ConceptD #N17C2.

  3. #13
    &wP*!) is offline Gee! These Aren't Roasted!
    Join Date
    Dec 2006
    Beans
    167

    Re: Is it possible to install a BIOS update from an .exe file?

    BTW, the systemd service fwupd is useless for very old laptops to get any of its firmware like SSD etc. At least for my E7440 laptop, which is 8 years old now. The laptop has Ubuntu since 2017 and fwupd never did anything automatically. Better to download these directly at BIOS/UEFI.
    Last edited by &wP*!); July 15th, 2020 at 10:20 PM. Reason: typo

  4. #14
    Join Date
    Jun 2007
    Beans
    14,790

    Re: Is it possible to install a BIOS update from an .exe file?

    I looked at an example Acer BIOS file and it really looks like it requires Windows. I couldn't even get it to run in my FreeDOS VM ("will not run in DOS mode")

    Maybe the best way to do this is:
    1) create bootable Win10 USB stick
    2) copy the BIOS .exe to it
    3) Boot the USB
    4) Press Shift+F10 to get to command prompt at the intro screen
    5) Try to run the .exe from there

    N17C2
    FYI: I'm pretty sure that's the screen model.

  5. #15
    Join Date
    Jul 2020
    Beans
    10

    Re: Is it possible to install a BIOS update from an .exe file?

    Quote Originally Posted by Yellow Pasque View Post
    I looked at an example Acer BIOS file and it really looks like it requires Windows. I couldn't even get it to run in my FreeDOS VM ("will not run in DOS mode")

    Maybe the best way to do this is:
    1) create bootable Win10 USB stick
    2) copy the BIOS .exe to it
    3) Boot the USB
    4) Press Shift+F10 to get to command prompt at the intro screen
    5) Try to run the .exe from there


    FYI: I'm pretty sure that's the screen model.

    I've tried twice now to create a bootable Win 10 USB, each time it came back saying that the install.wim file was too large. I even tried copying that file on its own, to no avail. Trying to install it onto a 16GB USB.

  6. #16
    Join Date
    Jun 2007
    Beans
    14,790

    Re: Is it possible to install a BIOS update from an .exe file?

    Is the file larger than 4GB? If so, it won't work on a FAT32 filesystem. (There are ways around that. Google it.)
    Where did you obtain the .iso?

  7. #17
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Is it possible to install a BIOS update from an .exe file?

    The latest versions of Windows have the .wim file over 4GB and FAT32 has a 4GB limit.
    I used a Windows system and its installer, and it split the .wim file to make it smaller.

    Most of instructions you find on Internet are for older versions of Windows where .wim was smaller and fit fine on a FAT32 partition. You need the newer instructions.
    Do not know why Microsoft just does not split file in the download ISO to avoid issues. But I guess they only want Windows users to download and use ISO.

    Dell has this info on how to do it. But I think it is using Windows commands.
    https://www.dell.com/support/article...system?lang=en

    Using Linux:
    https://techbit.ca/2019/02/creating-...e-using-linux/
    Last edited by oldfred; July 16th, 2020 at 03:23 PM.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  8. #18
    Join Date
    Jul 2020
    Beans
    10

    Re: Is it possible to install a BIOS update from an .exe file?

    Quote Originally Posted by Yellow Pasque View Post
    Is the file larger than 4GB? If so, it won't work on a FAT32 filesystem. (There are ways around that. Google it.)
    Where did you obtain the .iso?
    Yes, it was. I was following the guide from It's FOSS. (Now to think of what to search for)

  9. #19
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Is it possible to install a BIOS update from an .exe file?

    Quote Originally Posted by torspedia View Post
    I've tried twice now to create a bootable Win 10 USB
    Have you tried just going into the UEFI setup yet? The videos on the Acer website of their process show the Windows part of it as simply automatically rebooting into UEFI setup with the particular file already selected for update; it's still the UEFI that's doing all the work.

  10. #20
    Join Date
    Jul 2020
    Beans
    10

    Re: Is it possible to install a BIOS update from an .exe file?

    Quote Originally Posted by CatKiller View Post
    You'd put the file somewhere that the UEFI can read from - the ESP or a FAT-formatted flash drive are good candidates. Then there'll be a button that you can press to get into the UEFI setup, which varies by manufacturer and is generally displayed early in the boot process, or you can select it from the Grub menu or run a command to reboot into the UEFI setup. From there there'll be an option to update the firmware. Where the option is also depends on the manufacturer. You point it at the file you downloaded and let it do its thing. It will restart the machine when it's finished. A firmware update will generally reset everything to defaults, so you might need to go back into the setup if you'd previously made changes.
    I've copied the .exe file over to the USB that's been formatted into FAT32. Unfortunately, however, I could not see any option to "update the firmware" in any of the BIOS settings. The machine has BIOS v1.23 and most of what I've come across, thus far, hasn't shown me where to find the update firmware option!

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •