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

GPT & FAT support #17

Closed
o8vm opened this issue Mar 30, 2020 · 0 comments · Fixed by #21
Closed

GPT & FAT support #17

o8vm opened this issue Mar 30, 2020 · 0 comments · Fixed by #21
Assignees
Labels
enhancement New feature or request

Comments

@o8vm
Copy link
Owner

o8vm commented Mar 30, 2020

Is your feature request related to a problem? Please describe.

  1. MBR has a 2TB limit and linked-list logical partitions, which is not a good choice for scalability and usability.
  2. Writing an OS image directly to disk is not a good idea from an administrative standpoint because it can destroy everything.

Describe the solution you'd like

  1. Switch from MBR support to GPT support.
  2. Instead of writing the OS image directly to disk, it should be stored in a FAT32 file system. It is an important step in gaining UEFI compatibility in the future.
@o8vm o8vm self-assigned this Mar 30, 2020
@o8vm o8vm added the enhancement New feature or request label Mar 30, 2020
@o8vm o8vm linked a pull request Aug 25, 2020 that will close this issue
@o8vm o8vm closed this as completed in #21 Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant