If we add more info, then dmidecode -t {1,2,3} might be interesting as
well as those deliver motherboard, system and chassis infos.
If you want to see what you get there, run them on some decent servers
as most consumer boards and systems will not show useful information here
On 2024-03-22 14:59, Alexander Zeidler wrote:
Signed-off-by: Alexander Zeidler <a.zeid...@proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index 3a81bdb2..f28d7b38 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -104,6 +104,7 @@ my $init_report_cmds = sub {
hardware => {
order => 70,
cmds => [
+ 'cd /sys/devices/virtual/dmi/id; cat board_vendor board_name',
'dmidecode -t bios -q',
'lscpu',
'lspci -nnk',
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel