Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual partitioning is really unfriendly #2444

Open
lnicola opened this issue Apr 1, 2024 · 5 comments
Open

Manual partitioning is really unfriendly #2444

lnicola opened this issue Apr 1, 2024 · 5 comments

Comments

@lnicola
Copy link

lnicola commented Apr 1, 2024

  1. every partition starts the the beginning of the drive, instead of right after the previous partition

image

image

image

Notice how the two partitions overlap. You can spot this if you're paying attention, but you have to go back to figure out where the previous partition ends, then write down the sector number and try again.

  1. you can't specify a partition size (relative end). So if you make a:
  • 0 start / 1 GB end
  • 1 GB start / 10 GB end
  • 10 GB start / 50 GB end

You get a 1 GB, a 9 GB and a 40 GB partition. gdisk supports both 10G (ends at 10 GB) and +10G (has size of 10 GB).

#1213 suggests this is actually the size, but it doesn't match my experience.

  1. the "format" option disappears after toggling it and it's not clear when it's going to format the partition or not
  2. this might be intentional, but if you delete an existing partition, it gets marked as deleted; then if you delete it again, it disappears from the list. Now if you try to create a new partition, you can't use the whole disk. I don't have a screenshot unfortumately.
@Jazztache
Copy link

I second this. I am attempting to install Arch with manual partitioning right now, and it fails even with the best-fit partition scheme. It's consistently frustrating to deal with this and it would be a huge help if what is described above was implemented.

@lnicola
Copy link
Author

lnicola commented Apr 2, 2024

@Jazztache I suggest using gdisk instead, and formatting the partitions. I did manage to make the installer work (with existing partitions), but it took me about four tries to get right.

@Jazztache
Copy link

@Jazztache I suggest using gdisk instead, and formatting the partitions. I did manage to name the installer work (with existing partitions), but it took me about four tries to get right.

Oh yeah it always takes me multiple tries to get Arch running by messing with the partitions.
Gonna read the gdisk documentation to see if you can specify mountpoints.

@lnicola
Copy link
Author

lnicola commented Apr 2, 2024

You can create the partitions using gdisk (or parted), format them, then specify the mount points in archinstall. That part seems to work fine.

@Jazztache
Copy link

Jazztache commented Apr 2, 2024

Just tested this out. It thinks my third partition is encrypted somehow. I cannot get into the partitions screen of my disk encryption...
Edit: I used gparted to make the partitions and they are the correct sizes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants