What's the best linux distribution to put on a USB key to install the dell BIOS updates? I tried fedora but it was missing some dependencies and didn't work. Any instructions or step-by-step information is greatly appreciated. Thanks.

link|improve this question

62% accept rate
feedback

4 Answers

up vote 3 down vote accepted

Why not use the Dell SUU to update the BIOS?

http://support.dell.com/support/downloads/format.aspx?c=us&l=en&s=gen&SystemID=pwe_r710&servicetag=&os=WNET&osl=en&deviceid=16823&libid=36&dateid=-1&typeid=-1&formatid=-1&source=-1&catid=-1&impid=-1&typecnt=0&vercnt=9&releaseid=R292357

link|improve this answer
I ended up doing this, and it worked. Thanks. – ensnare Apr 11 '11 at 16:29
Glad to help... – joeqwerty Apr 11 '11 at 16:41
feedback

I use Ubuntu for my Dell Mini, and updated the BIOS using that computer. I also have used Live USB versions of Ubuntu before. While I haven't updated the BIOS via Live USB, I don't see why it wouldn't work.

Better yet, why not rebuild a new live of Fedora (if that's what you're comfortable with) with the missing dependencies? Here's a start: Fedora: How to create and use Live USB

link|improve this answer
This was really tricky to get working. When I executed the BIOS update binary, it said "Update failed" without any further description. May have been a bad driver. – ensnare Apr 11 '11 at 16:30
feedback

the SUU has been mentioned, but I usually use the OMSA live CD, found at http://linux.dell.com/files/openmanage-contributions/

link|improve this answer
feedback

OK, this makes no sense for more then one reason...

1. If you need to boot from something to do a bios update, the fastest way would be to use the dos bootdisk. Dell usually offers most of their updates in multiple formats. One of those formats is usually a bootdisk creator in EXE format. I actually just rip the image out, and boot directly from GRUB w/ memdisk.

2. If you ran windows, i'd hope you wouldn't ask this question. So unless you run something strange/rare like haikuOS or BSD, you should look into just using the Linux .bin updater from inside your OS. assuming you already have an active Linux OS, otherwise see step 1.

To use those dell .bin updates, you need to get these dependencies. If running x86 RHEL/CentOS/Fedora...

yum install libxml2 libstdc++ compat-libstdc++-33

If running x86_64 RHEL/CentOS/Fedora...

yum install libxml2.i386 libstdc++.i386 compat-libstdc++-33.i386

If you have something else going on, post more info. Otherwise I hope I could help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.