-
Notifications
You must be signed in to change notification settings - Fork 43
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
Handle sector sizes #278
Handle sector sizes #278
Conversation
This PR is mainly to enable the elementary OS installer to work with 4k sector disks and goes along with PR elementary/installer#621 |
Hello @13r0ck those were only partial or interim fixes just to handle sector sizes for checking the minimum required EFI partition size. This PR more fully addresses the issue and based on my rudimentary testing the elementary OS Installer now successful with the 3 main install options, custom, erase install unencrypted and erase install encrypted. |
Hello s76 folks! @13r0ck @jackpot51 Is there anything you need from me to get this PR moving along? Again, note that I'm a novice at Rust but will try to address any shortcomings in this PR as far as I can, although please feel free to add commits directly to expedite the process. Thank you. |
Hi, I also have 4Kn disk and this pull request is important for me too as I can't install pop os on my HDD |
Addresses #177
Code stolen from #181 mostly.