iPXE SMBIOS - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: iPXE SMBIOS (/showthread.php?tid=21805) |
iPXE SMBIOS - a_bains - 2020-03-03 01:15 I am trying to get information from the SMBIOS using iPXE's ${smbios/x.x.x} api. In the SMBIOS 3.0 documentation, memory devices are type 17 and its occurs multiple times for each RAM slot. With the iPXE smbios call how can I fetch each memory device struct (ie. RAM slot)? |