I just got a new laptop and installed Linux on it. I mainly run OpenSUSE.

Getting full encryption on both was a bit of a challenge and I had no idea what I’m doing. Will having the swap partition in the middle break things? Did I really need so many partitions (Mint and OpenSUSE don’t show up in eachother’s boot menu)?

I’m probably not gonna change this layout (because reinstallation seems like a pain) unless the swap partition’s position is a problem. I’m just curious how many mistakes I made.

EDIT: I’m not upgrading my drive capacity. I do not need it.

  • igemnace@lemmy.zip
    link
    fedilink
    arrow-up
    16
    ·
    3 days ago
    • You don’t need multiple EFI system partitions! That’s why Mint and OpenSUSE don’t show up in each other’s boot menu (or at least that’s the first step, depending on your bootloader). The intention with the ESP is you put all EFI executables for dual-booting (and triple- and beyond) in there.
    • Swap partition is fine anywhere. But as an aside, you can also just use a swapfile. Makes it easy to change the size dynamically. https://wiki.archlinux.org/title/Swap#Swap_file
    • /dev/nvme0n1p6 I’d wonder why that’s needed. /boot on /dev/nvme0n1p10 too, that’s not strictly necessary.

    None are game-breaking! You can just note these down for next time you have the itch to tinker.

    • BCsven@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      You do want windows EFI separate as it occasionally likes to turf the Linux efi entries. With opensuse it will probe foreign OS and add chainloader entries to point to the other EFI bootloaders. You set the OpenSUSE to load first and choose mint or windows from the grub menu