14 Jan 2015
Dell BIOS upgrade without Windows
I wanted to upgrade the BIOS in my laptop, but it’s a little tricky using only free and open source softwares. This guide describes how to upgrade a BIOS of a Dell 7537 Laptop, without Windows.
We need the following things to proceed:
- a BIOS installer[1],
- a FreeDOS image[2],
- a pendrive,
- a Linux OS,
- a suitable laptop.
After we downloaded the installer and the image, we have to create
a bootable FreeDOS live USB stick. I had a 1GB pendrive, so I used the
2-256
image.
First of all, we have to extract the image file:
My USB stick’s name was /dev/sdb
. You can get this information from
dmesg
, after you plugged in or removed the stick.
The next step is to write the image byte by byte to the pendrice with dd
:
We can ensure the stick’s consistency with the sync
command. That
will flush every pending write to the disks.
Now, we have to copy the downloaded BIOS installer to the USB stick. Mount the pendrive, then copy the exe file into the root directory of the pendrive.
We are in the finish:
- boot your laptop,
- choose the pendrive as the BOOT media,
- type
fdos
when the SysLinux asks for what to boot, - run the installer:
7537A12.exe
.
It will take some time (~5 minutes) to extract all the things and flash your BIOS.
Till next time,
Tibor Benke
at 00:00