Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Make sure POP OS recognizes UEFI, Secured Boot, and TPM V2. If not (and I do not think all are compatible), what you want will not work. Set POP OS up as a virtual machine and that will work.
    – anon
    Commented Oct 21, 2023 at 16:25
  • Disk sda is formatted as zfs, but the GParted Features page shows that zfs support is very partial. I suggest using another app or another disk format.
    – harrymc
    Commented Oct 21, 2023 at 16:56
  • A shot in the dark: I don't know zfs, but in general it's possible to have a signature of a filesystem and a partition table. If the disk was used as zfs without partitioning and if someone (or something) managed to create the partition table and the filesystem without fully erasing some signature of zfs, and if GParted checks for zfs first, then you will see zfs in GParted. I don't know if this is what happens. file -skr /dev/sda may show something. If I'm right, a careful use of wipefs -t may help. Commented Oct 21, 2023 at 18:06