linux tux
Bila anda mau flash BIOS karena alasan update/perbaikan fitur ada baiknya anda mengecek versi bios yang sudah terinstall di Laptop/Komputer anda sebelum melakukan flashing, karena bisa saja versi BIOS yang terinstall di sistem anda adalah versi yang paling baru. Di linux terdapat sebuah utility kecil yang dapat memeriksa versi bios anda dengan mudah. Buka terminal, lalu eksekusi kode dibawah ini:

dmidecode | less

atau

dmidecode

tampilan yang pertama lebih mudah di buka karena baris yang ditampilkan adalah baris yang teratas (penuh 1 layar) untuk menuju ke baris berikutnya cukup dengan menekan tombol ke bawah di keyboard. Contoh keluaran hasil eksekusi perintah 1 diatas :

# dmidecode 2.11
SMBIOS 2.7 present.
100 structures occupying 3976 bytes.
Table at 0x000EBBA0.
 
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: American Megatrends Inc.
        Version: K43SJ.309
        Release Date: 09/02/2011
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 2048 kB
        Characteristics:
                PCI is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 kB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                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
                BIOS boot specification is supported
                Targeted content distribution is supported
                UEFI is supported
        BIOS Revision: 4.6
 
Handle 0x0001, DMI type 1, 27 bytes

Leave a comment

Your email address will not be published. Required fields are marked *