私はThinkpad T14(第1世代)でFedora 36ベータ版を実行しています。定期的なソフトウェアアップデートを実行し、コンピュータを再起動してプロセスを完了しました。残念ながら、これは失敗しました。
grubエラーが発生しました(起動時に自動モードをオフにしました)。
r8169 0000:02:00.0: invalid VPD tag 0x00 (size 0 at offset 0); assume missing optional EEPROM
serial 0000:02:00.1: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
serial 0000:02:00.2: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
pci 0000:02:00.3: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
ehci-pci 0000:02:00.4: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
明らかに私はエラーメッセージを読む能力があります。これがどの部分を指しているのか、ファームウェアアップデートをロードする方法、コンピュータにロードする方法がわかりません。
基本端末を含むすべてのデバイスから起動できるコマンドはありますか? grubコンソールに入ることができますが、慣れていません。
どんなアイデアがありますか?必要に応じてより多くの情報を提供します。
ベストアンサー1
メッセージはGRUBからのものではなく、LinuxカーネルのPCIバスドライバコードからのものです。https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/pci/vpd.c?h=v5.17.2#n151
実際には、GRUBが操作を完了して消えたことを示すこのメッセージを見ることができます。 Linuxカーネルが正常に起動し、システムのPCI(e)バスでハードウェアを検出しています。
VPDは、基本的なPCI(e)バス構成情報を提供するVital Product Dataの略です。
GRUBブートメニューから古いカーネルバージョンを選択するか、ライブディスクから起動してみてください。アップデート前のように動作する場合は、最新のアップデートでバグがあるように見えるカーネルをインポートしました。 Fedora 36はまだベータ版なので、バグレポートを送信することをお勧めします。
以前のカーネルバージョンとライブディスクが同じ方法で失敗した場合は、ノートブックにハードウェア障害が発生した可能性があります。
または、低レベルのハードウェアツールを使用しようとすると、システムの機能にとって重要な要素が誤って破損する可能性があります。特に、i2c-tools
このパッケージのユーティリティは一部のThinkpadの誤動作を引き起こすことが知られています。これらのツールの現在のバージョンは、基本的に問題を引き起こすことが知られている作業を避けることですが、よりよく知っていると思われる場合は、セキュリティチェックを無視できます。ツール開発者が世界中のすべてのPCモデルに対してそれを行う方法はありません。テスト。
eepromer
たとえば、このパッケージのユーティリティのドキュメントにはi2c-tools
次のものが含まれます。
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! !
!!! This program should only be used on external busses such as i2c-pport. !
!!! !
!!! Your computer may contain i2c-eeproms for saving data vital to its !
!!! operation. If you are not careful you might overwrite this data with !
!!! this program and your computer may no longer boot! !
!!! !
!!! An example are the EEPROMS on your SDRAM DIMMs, your computer may no !
!!! longer detect the RAM module rendering it essentially USELESS! !
!!! !
!!! IBM Thinkpads are said to store their configuration data in a eeprom, !
!!! if you manage to overwrite this eeprom you will have to send your !
!!! computer to the manufacturer for a costly repair! !
!!! !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!