[Bug 1192739] New: udisks2 doesn't show the Partition Type of EFI System Partition
https://bugzilla.suse.com/show_bug.cgi?id=1192739 Bug ID: 1192739 Summary: udisks2 doesn't show the Partition Type of EFI System Partition Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: jlee@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- I found that the udisks2 can not show Partition Type of EFI System Partition on my openSUSE TW VM: Vigor101:~ # udisksctl info --block-device /dev/vda1 /org/freedesktop/UDisks2/block_devices/vda1: org.freedesktop.UDisks2.Block: ... org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name: Number: 1 Offset: 1048576 Size: 524288000 Table: '/org/freedesktop/UDisks2/block_devices/vda' Type: <-- Type field is empty UUID: It causes that the dbxtool can not detect ESP partition. The udisks2 version is 2.9.2. But the same version can show partition type of ESP on physical machine. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1192739 https://bugzilla.suse.com/show_bug.cgi?id=1192739#c1 --- Comment #1 from Joey Lee <jlee@suse.com> --- fdisk and lsblk did not see problem: Vigor101:~ # fdisk -l /dev/vda Disk /dev/vda: 20 GiB, 21474836480 bytes, 41943040 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 83851278-C81F-4A32-9804-B3A4C318FB20 Device Start End Sectors Size Type /dev/vda1 2048 1026047 1024000 500M EFI System <-- shows Type /dev/vda2 1026048 39317503 38291456 18.3G Linux filesystem /dev/vda3 39317504 41943006 2625503 1.3G Linux swap Vigor101:~ # lsblk -p -o NAME,PARTTYPE NAME PARTTYPE /dev/sr0 /dev/vda ������/dev/vda1 c12a7328-f81f-11d2-ba4b-00a0c93ec93b <-- shows GUID ������/dev/vda2 0fc63daf-8483-4772-8e79-3d69d8477de4 ������/dev/vda3 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1192739 Chenzi Cao <chcao@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |thomas.blume@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1192739 https://bugzilla.suse.com/show_bug.cgi?id=1192739#c2 Thomas Blume <thomas.blume@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jlee@suse.com Flags| |needinfo?(jlee@suse.com) --- Comment #2 from Thomas Blume <thomas.blume@suse.com> --- I cannot confirm that: --> # rpm -q udisks2 udisks2-2.9.2-1.6.x86_64 # # fdisk -l /dev/vda Disk /dev/vda: 20 GiB, 21474836480 bytes, 41943040 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 466FE8C6-8D55-4F84-A00C-2D81A3300E14 Device Start End Sectors Size Type /dev/vda1 2048 1050623 1048576 512M EFI System /dev/vda2 1050624 39323647 38273024 18.3G Linux filesystem /dev/vda3 39323648 41943006 2619359 1.2G Linux swap --< --> # udisksctl info --block-device /dev/vda1 /org/freedesktop/UDisks2/block_devices/vda1: org.freedesktop.UDisks2.Block: Configuration: [('fstab', {'fsname': <b'UUID=5AA0-F4B9'>, 'dir': <b'/boot/efi'>, 'type': <b'vfat'>, 'opts': <b'utf8'>, 'freq': <0>, 'passno': <2>})] CryptoBackingDevice: '/' Device: /dev/vda1 DeviceNumber: 64769 Drive: '/org/freedesktop/UDisks2/drives/VirtIO_Disk' HintAuto: false HintIconName: HintIgnore: true HintName: HintPartitionable: true HintSymbolicIconName: HintSystem: true Id: IdLabel: IdType: vfat IdUUID: 5AA0-F4B9 IdUsage: filesystem IdVersion: FAT32 MDRaid: '/' MDRaidMember: '/' PreferredDevice: /dev/vda1 ReadOnly: false Size: 536870912 Symlinks: /dev/disk/by-partuuid/9cbdf785-76ee-4669-b7f7-2be03889aa8a /dev/disk/by-path/pci-0000:04:00.0-part1 /dev/disk/by-path/virtio-pci-0000:04:00.0-part1 /dev/disk/by-uuid/5AA0-F4B9 UserspaceMountOptions: org.freedesktop.UDisks2.Filesystem: MountPoints: /boot/efi Size: 0 org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name: Number: 1 Offset: 1048576 Size: 536870912 Table: '/org/freedesktop/UDisks2/block_devices/vda' Type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b UUID: 9cbdf785-76ee-4669-b7f7-2be03889aa8a --< Maybe something went wrong during your tumbleweed installation? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1192739 https://bugzilla.suse.com/show_bug.cgi?id=1192739#c3 Thomas Blume <thomas.blume@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NORESPONSE Flags|needinfo?(jlee@suse.com) | --- Comment #3 from Thomas Blume <thomas.blume@suse.com> --- closing -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com