archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Partition Creation Bug in 2.5.0

Open ghost opened this issue 3 years ago • 1 comments

Wanted to test this out because I was watching a Brodie Robertson video on YouTube and I wanted to see how the installer handles it.

When the user creates partitions, it seems to always default to 512MB as the start sector once the boot partition is created. This causes the installer to crash if more than one partition is created. IE. If the user has the installer suggest a layout that creates a seperate root and home and then decides to resize them.

Is there anyway to code the installer to read where the apprpropriate start sector SHOULD be when creating new partitions?

ghost avatar May 30 '22 00:05 ghost

Yes is the short answer :) The long answer of why we haven't is a bit booring, but there are reason why we haven't yet. Mainly lack of time :) But we should improve that area and experience.

#1053 would solve a lot of issues tho.

Torxed avatar May 30 '22 06:05 Torxed

This should be handled with the updated tables and sector display

svartkanin avatar Sep 28 '23 11:09 svartkanin