I am trying to update the bios in this Dell that I have just been given.
The Dell page suggests using :-
sudo dellBiosUpdate -u -f ./bios.hdr
this runs but I get a crash on line 185:-
Performing BIOS update...
Traceback (most recent call last):
File "/usr/sbin/dellBiosUpdate", line 185, in <module>
sys.exit( main() )
File "/usr/sbin/dellBiosUpdate", line 153, in main
exit_code = updateBios(HdrFile(options.hdr), options)
File "<peak.util.decorators.rewrap wrapping
libsmbios_c.rbu_update.updateBios at 0x0218E500>", line 3, in updateBios
File
"/usr/lib/python2.5/site-packages/libsmbios_c/trace_decorator.py", line
98, in trace
result = func(*args, **kw)
File "/usr/lib/python2.5/site-packages/libsmbios_c/rbu_update.py",
line 95, in updateBios
if compareBiosVersions(ver, hdrfile.biosVersion()) >= 0:
File "<peak.util.decorators.rewrap wrapping
libsmbios_c.rbu_hdr.biosVersion at 0x021C9398>", line 3, in biosVersion
File
"/usr/lib/python2.5/site-packages/libsmbios_c/trace_decorator.py", line
98, in trace
result = func(*args, **kw)
File "/usr/lib/python2.5/site-packages/libsmbios_c/rbu_hdr.py", line
86, in biosVersion
ver = "%d.%d.%d" % struct.unpack("BBB", self.hdr.biosVersion)
NameError: global name 'struct' is not defined
Anybody got any clues?
--
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/