System Information - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: System Information (/showthread.php?tid=7432) |
System Information - e3duardo - 2014-08-13 13:15 I want to know if I exists in iPXE anything that I see system information of my pc in ipxe script (like ${netX/mac}) with informations about memory and cpu. Asking a little more if I can retrieve informations about HD (capacity and serial) and some pci cards like wmi in windows environment. RE: System Information - robinsmidsrod - 2015-03-09 12:03 There are some information (CPU, memory, SMBIOS, PCI and network devices) available via the "config" command. If you want any more than that you need to run a binary like HDT, see http://hdt-project.org/ for details. |