Skip to content

Instantly share code, notes, and snippets.

@ancorgs
Created July 12, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ancorgs/4d5f0385cf9dbd1df2a464f21c84bfd8 to your computer and use it in GitHub Desktop.
Save ancorgs/4d5f0385cf9dbd1df2a464f21c84bfd8 to your computer and use it in GitHub Desktop.

needed_partitions in a PPC64 system

  • in a non-PowerNV system (KVM/LPAR)
    • with a partitions-based proposal
      • if there are no PReP partitions
        • requires only a PReP partition
      • if the existent PReP partition is not in the target disk
        • requires only a PReP partition
      • if there is already a PReP partition in the disk
        • does not require any particular volume
    • with a LVM-based proposal
      • if there are no PReP partitions
        • requires /boot and PReP partitions
      • if the existent PReP partition is not in the target disk
        • requires /boot and PReP partitions
      • if there is already a PReP partition in the disk
        • only requires a /boot partition
  • in bare metal (PowerNV)
    • with a partitions-based proposal
      • does not require any particular volume
    • with a LVM-based proposal
      • requires only a /boot partition
  • when proposing a boot partition
    • requires /boot to be ext4 with at least 100 MiB
    • requires /boot to be in the system disk out of LVM
    • recommends /boot to be 200 MiB
  • when proposing a PReP partition
    • requires it to be between 256KiB and 8MiB, despite the alignment
    • recommends it to be 1 MiB
    • requires it to be out of LVM
    • requires it to be bootable (ms-dos partition table)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment