Tech/Basics/BIOS
Jump to navigation
Jump to search
Basic Input/Output System
Get Current BIOS Version
The dmidecode tool allows you to ask for strings instead of searching the output.
dmidecode -s bios-version G1ET93WW (2.53 )
Debian Linux bootable usb from vendor ISO
- Download vendor ISO
- Insert unmounted usb drive
- apt install genisoimage
- geteltorito -o usb.img vendorfirmware.iso
- dd if=usb.img of=/dev/yourusbdevice