您好,登錄后才能下訂單哦!
這篇“Linux系統(tǒng)中如何查看Bios信息”除了程序員外大部分人都不太理解,今天小編為了讓大家更加理解“Linux系統(tǒng)中如何查看Bios信息”,給大家總結(jié)了以下內(nèi)容,具有一定借鑒價值,內(nèi)容詳細步驟清晰,細節(jié)處理妥當,希望大家通過這篇文章有所收獲,下面讓我們一起來看看具體內(nèi)容吧。
使用dmidecode命令(還有biosdecode命令可參考),背景知識如下:
SMBIOS (System Management BIOS)是主板或系統(tǒng)制造者以標準格式顯示產(chǎn)品管理信息所需遵循的統(tǒng)一規(guī)范。
DMI (Desktop Management Interface, DMI)就是幫助收集電腦系統(tǒng)信息的管理系統(tǒng),DMI信息的收集必須在嚴格遵照SMBIOS規(guī)范的前提下進行。
SMBIOS和DMI是由行業(yè)指導(dǎo)機構(gòu)Desktop Management Task Force (DMTF)起草的開放性的技術(shù)標準;不過DMTF宣布DMI的生命期在2005年結(jié)束了。
使用dmidecode命令時,如果不加任何參數(shù),則打印出所有類型的信息;
加上“-t type_num”或者“-t keywords”可以查看某個類型信息。
查詢指令
查詢BIOS中的Secure boot設(shè)置: bootctl status
查詢BIOS版本 sudo dmidecode -s bios-version
查詢BIOS系統(tǒng)信息 sudo dmidecode -t 0
如果要查詢-t 后面的類型號,可以通過man dmidecode進行查詢
SMBIOS specification 2.7.1 中定義了如下的結(jié)構(gòu)類型:
Type | Description |
---|---|
0 | BIOS Information |
1 | System Information |
2 | Baseboard (or Module) Information |
3 | System Enclosure or Chassis |
4 | Processor Information |
5 | Memory Controller Information (Obsolete) |
6 | Memory Module Information (Obsolete) |
7 | Cache Information |
8 | Port Connector Information |
9 | System Slots |
10 | On Board Devices Information |
11 | OEM Strings |
12 | System Configuration Options |
13 | BIOS Language Information |
14 | Group Associations |
15 | System Event Log |
16 | Physical Memory Array |
17 | Memory Device |
18 | 32-Bit Memory Error Information |
19 | Memory Array Mapped Address |
20 | Memory Device Mapped Address |
21 | Built-in Pointing Device |
22 | Portable Battery |
23 | System Reset |
24 | Hardware Security |
Linux的版本有:Deepin、UbuntuKylin、Manjaro、LinuxMint、Ubuntu等版本。其中Deepin是國內(nèi)發(fā)展最好的Linux發(fā)行版之一;UbuntuKylin是基于Ubuntu的衍生發(fā)行版;Manjaro是基于Arch的Linux發(fā)行版;LinuxMint默認的Cinnamon桌面類似Windows XP簡單易用;Ubuntu則是以桌面應(yīng)用為主的Linux操作系統(tǒng)。
感謝您的閱讀,希望您對“Linux系統(tǒng)中如何查看Bios信息”這一關(guān)鍵問題有了一定的理解,具體使用情況還需要大家自己動手實驗使用過才能領(lǐng)會,快去試試吧,如果想閱讀更多相關(guān)知識點的文章,歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。