Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading the BIOS version in iPXE?
2015-06-15, 02:12
Post: #1
Reading the BIOS version in iPXE?
Does iPXE have a built-in method to read the BIOS version of the machine it's loaded on, much like it can read the serial number, manufacturer and product in the configuration settings? I'm thinking about creating a script that will automatically detect if a BIOS is out of date on our fleet, but I need something to pass that variable to iPXE first.
Find all posts by this user
Quote this message in a reply
2015-06-15, 08:14
Post: #2
RE: Reading the BIOS version in iPXE?
(2015-06-15 02:12)nappington Wrote:  Does iPXE have a built-in method to read the BIOS version of the machine it's loaded on, much like it can read the serial number, manufacturer and product in the configuration settings? I'm thinking about creating a script that will automatically detect if a BIOS is out of date on our fleet, but I need something to pass that variable to iPXE first.

Example on how to get any data out of the smbios structures:
http://lists.ipxe.org/pipermail/ipxe-dev...03562.html

If i read the spec correctly you should want
Code:
${smbios/0.5.0}    # bios-version
${smbios/0.8.0}    # bios-date

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)