Ubuntu Dell BIOS 更新(putty 即可完成)
經過測試 OK
參考資料 http://thoughtsdaily.wordpress.com/2011/11/01/update-dell-bios-in-ubuntu/
安裝這個軟體 檢測BIOS
#sudo apt-get update
#sudo apt-get install smbios-utils
看BIOS 資訊
#sudo getSystemId
然後就會出現….
Libsmbios version: 2.2.28
Product Name: PowerEdge 1950
Vendor: Dell Inc.
BIOS Version: 2.7.0
System ID: 0x01B3
Service Tag: 16S7Q1S
Express Service Code: xxxxxxxxxxx
Asset Tag:
Property Ownership Tag:
重點在BIOS Version 和 System ID
請根據System ID 到下面 找尋BIOS,選擇喜歡的版本
http://linux.dell.com/repo/firmware/bios-hdrs/
下載bios.hdr
#wget [下載連結]
啟動DELL update,沒有出現反應就表示OK
#sudo modprobe dell_rbu
開始更新BIOS
#sudo dellBiosUpdate -u -f [bios.hdr 的路徑]
之後就會跳出結果,然後系統會要你重開機,重開機後 自己檢察吧XD
Leave a Reply