BIOS Fix for some Dells (BIOS update on Dell E6410 )

Originally from: http://ubuntuforums.org/showthread.php?t=1634874&page=2 

I haven't tried this yet, but from this link: http://thoughtsdaily.wordpress.com/2...ios-in-ubuntu/
they did this:

sudo apt-get update
sudo apt-get install smbios-utils
Then, get the System ID:

sudo getSystemId
You will get an output like this: (from my Dell Optiplex 760)

Libsmbios version: 2.2.28
Product Name: OptiPlex 760
Vendor: Dell Inc.
BIOS Version: A12
System ID: 0x027F
Service Tag: 860774J
Express Service Code: xxxxxxxxxxx
Asset Tag:
Property Ownership Tag:
You will only need the System ID,
go to http://linux.dell.com/repo/firmware/bios-hdrs/ and search for the System ID.
There will be multiple choices, get the one with the BIOS version you want.
Click on it and download the bios.hdr file.
To install the BIOS file, we have to activate the dell update service, (if there is no output, the service is activated)

sudo modprobe dell_rbu
Tell the update tool what to do:

sudo dellBiosUpdate -u -f /place/where/the/bios/is/bios.hdr
You are ready now and can restart the computer. The new BIOS will be installed at the first boot, this can take some time (it took me 5 minutes).
This way, you don’t have to struggle with a floppy disk or a Windows installation.
Done

Comments

Popular Posts