Hi Craig, You can e.g., either download/install/remove the package from Kinetic in Jammy (its deps work on Jammy) or copy the DMI tables into a Kinetic container.
Option 1) Kinetic package on Jammy $ wget https://launchpad.net/ubuntu/+archive/primary/+files/dmidecode_3.4-1_amd64.deb $ sudo apt install ./dmidecode_3.4-1_amd64.deb $ sudo dmidecode $ sudo apt install --allow-downgrades dmidecode/jammy-updates Option 2) Copy DMI tables to Kinetic container $ sudo tar cf dmi-tables.tar /sys/firmware/dmi/tables/ $ lxc launch ubuntu:kinetic kinetic $ lxc file push dmi-tables.tar kinetic/tmp/ $ lxc shell kinetic # cd /tmp # tar xf dmi-tables.tar # mount --bind /tmp/sys/firmware/dmi/tables/ /sys/firmware/dmi/tables/ # dmidecode # umount /sys/firmware/dmi/tables/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to dmidecode in Ubuntu. https://bugs.launchpad.net/bugs/2004493 Title: dmidecode support for SMBIOS SPEC 3.5 for type 9 EDSFF enumeration Status in dmidecode package in Ubuntu: Incomplete Bug description: For EDSFF slot type changes no longer indicate the PCIe Generation supported nor do they indicate the full formfactor. To accomodate this severa sections have been added in the spec as follows 7.10.10 System Slots — Slot Information , 7.10.11 System Slots —Slot Physical Width , 7.10.12 System Slots — Slot Pitch , 7.10.13 System Slots — Slot Height. Currently they do no show up in the dmidecode 3.3 / Jammy Untested on Kinetic. This is related to a previous bug as well. https://bugs.launchpad.net/ubuntu/+source/dmidecode/+bug/1986852 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dmidecode/+bug/2004493/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp