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
    Observation: On the new system fdisk -l shows you a dos partition table. GUIDs belong to GUID partition table (GPT). Commented Nov 9, 2023 at 11:00
  • Probably the GPT header is missing. Commented Nov 9, 2023 at 11:04
  • 1
    I don't know sfdisk at all, but after a quick scan of man 8 sfdisk i suspect you need --label gpt when importing your .tbl. What if you use sfdisk --label gpt /dev/sda < "table-file.tbl" --no-reread? Commented Nov 9, 2023 at 11:09