------- Comment From [email protected] 2025-04-01 08:00 EDT------- Kernel: 6.8.0-56-generic
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2105769 Title: [UBUNTU 24.04] hardware certification - Partition table UUID detection broken for DASD in canonical-certification-precheck Status in linux package in Ubuntu: New Bug description: Description/Reproduction: During the hardware certification I saw the following message: --------------------------------- Duplicate disk partition table GUID/UUID () on /dev/dasda; possible multipath system! Filesystem(s) detected on /dev/dasda: ext4 Duplicate disk partition table GUID/UUID () on /dev/dasdb; possible multipath system! Filesystem(s) detected on /dev/dasdb: swap No suitable filesystem detected on /dev/dasdb. Full partition table GUID/UUID ('PTUUID') information: --------------------------------- Therefore I've checked the code in `/usr/bin/canonical-certification- precheck`. It seems that the following command does not return anything and therefore it matches: ```vim 286 local UUID="$(sudo blkid -s PTUUID -o value $drive) ``` This is broken because we do not have a MBR/GPT on DASD. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2105769/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

