Bios

如何找出BIOS方案?

  • November 17, 2017

我想知道我的舊 HP 是否有 MBR 分區方案 我試過這個

dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.
19 structures occupying 891 bytes.
Table at 0x7FCC4000.

Handle 0x0009, DMI type 0, 24 bytes
BIOS Information
       Vendor: Hewlett-Packard
       Version: 68PZD Ver. F.0D
       Release Date: 04/07/2009
       Address: 0xF0000
       Runtime Size: 64 kB
       ROM Size: 2048 kB
       Characteristics:
               PCI is supported
               PC Card (PCMCIA) is supported
               BIOS is upgradeable
               BIOS shadowing is allowed
               Boot from CD is supported
               Selectable boot is supported
               EDD is supported
               Print screen service is supported (int 5h)
               8042 keyboard services are supported (int 9h)
               Serial services are supported (int 14h)
               Printer services are supported (int 17h)
               ACPI is supported
               USB legacy is supported
               Smart battery is supported
               BIOS boot specification is supported
               Function key-initiated network boot is supported
               Targeted content distribution is supported
       BIOS Revision: 15.13
       Firmware Revision: 95.29

Handle 0x000A, DMI type 1, 27 bytes
System Information
       Manufacturer: Hewlett-Packard
       Product Name: HP Compaq 6830s
       Version: F.0D
       Serial Number: CNU9204GB7
       UUID: E4F1121F-C074-DE11-B790-40D25F06206F
       Wake-up Type: Power Switch
       SKU Number: NN327ES#ABB
       Family: 103C_5336AN

Handle 0x000B, DMI type 2, 16 bytes
Base Board Information
       Manufacturer: Hewlett-Packard
       Product Name: 30E9

但我找不到此資訊。是否有任何替代命令

sudo dmidecode | less ?

磁碟分區方案是磁碟本地的,在同一系統上的磁碟上可以不同。試試fdiskorgdisk程序。

引用自:https://unix.stackexchange.com/questions/405247