Skip to content

Installer minimum required EFI partition size is too large #446

@vjr

Description

@vjr

The installer does not accept EFI partitions smaller than 512 MiB due to the constant in https://github.com/elementary/installer/blob/master/src/Views/PartitioningView.vala#L47

This is a request to set the constant to the minimum of 100 MB or 102400 sectors, assuming the sector size is 1024 bytes here.

Rationale for this issue report is that on my computers I first install Windows 10 which creates an ESP of 100 MB and then I proceed to install about 4 more instances of linux in a multi boot and the ESP size of 100 MB is more than enough.

I don't know the reason for the existing constant setting the minimum to 512 MB but I hope setting it to 100 MB won't be a problem?

This will unblock installations in users' scenarios such as mine where I have pre-created multiple partitions for OS installations (with Windows 10 being the first) and do not wish to create multiple EFI partitions on disk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: MediumShould be addressed when time allows

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions