2009年4月6日月曜日

Dell Inspiron 1720 Biosアップデート

私は2007年11月購入のDell Inspiron 1720を使ってます。
Jaunty 9.04 betaにアップグレードしてから、シャットダウン時に電源が自動で切れなくなり、下記のラインをカーネルオプションとして付け足してました。
 kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=ef3df5a7-8776-4161-803a-1bce9b970ddc ro vga=791 acpi=force


 もしかしたらBIOSの問題かもと思い、現在のBIOSヴァージョンを見てみるとA03でした。最新はA09なので、Ubuntuからアップグレードできるか調べて実施したところ、かなり簡単にヴァージョンアップできました。これで電源問題解決しました。

# apt-get install libsmbios-bin

システムIDを取得
# getSystemId

Libsmbios version: 2.2.13
Product Name: Inspiron 1720
Vendor: Dell Inc.
BIOS Version: A09
System ID: 0x01F2
Service Tag: FTQDBBX
Express Service Code: 34449545373
Asset Tag:
Property Ownership Tag:


ここからhttp://linux.dell.com/repo/firmware/bios-hdrs/自分のSystem IDに合ったフォルダ内の"bios.hdr"ファイルをダウンロード。(system_bios_ven_0x1028_dev_SYSTEM_ID_version_BIOS_VERSION)

DELLのドライバをロードする。
# modprobe dell_rbu


BIOSのアップデート
# dellBiosUpdate -u -f ./bios.hdr 


/boot/grub/menu.lstにBIOS再読み込みのオプション(reboot=bios)をつけて再起動。次回以降は削除してよい。
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=ef3df5a7-8776-4161-803a-1bce9b970ddc ro vga=791  reboot=bios


これで再起動するとBIOSの読み込み画面になって、1分後、再度自動で再起動して初回の起動はデバイス読み込みに時間が少しかかりますが、何とも簡単にアップデート完了しました。

Appendix: BIOS間の修正事項
A09
公開日: 2008/07/14
Fixes/Enhancements
------------------
1. Update GM965 Graphics VBIOS from 1466 to 1588.
2. Update Intel CPU family name.

A08
Fixes/Enhancements
公開日: 2008/05/23
------------------
1. Improve compatibility with Dell Wireless 1390 & 1490 Dell WLAN.
2. Fixed: System Hangs on Resume from S3 with Driver Verifier enabled.
3. Added enhancement for optical drives.

A07
公開日: 2008/02/06
Fixes/Enhancements
------------------
1. Updated Intel uCode.
2. Added support for New optical drives.
3. Support new CPUs.
4. Added enhancement for thermal control.
5. Added enhancement for MediaDirect control.

A04
公開日: 2007/12/25
Issues Fixed:
1. On N-Series Platforms, remove SLIC table and pointer to resolve OS bug with KMS activation.

New Features and Enhancements:
1. Add support for Wifi Catcher of Dell wireless 1395.
2. Support 17" Brazil KB .
3. Audio Verb Table update

0 件のコメント: