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

Please support only EFI partition as FAT32 (allow /boot to be EXT4) #3049

Open
michaeluk01 opened this issue Dec 25, 2024 · 2 comments
Open

Comments

@michaeluk01
Copy link

michaeluk01 commented Dec 25, 2024

The Arch wiki says only /boot/efi or /efi has to be FAT32 and /boot can be EXT4 etc. But archinstall fails if you do that. Can you please add support for this.

@abhimangs
Copy link

I believe the root partition (/), which usually has the most storage, should be EXT4 for performance and reliability. However, both the boot partition (/boot) and the EFI partition (/boot/efi) should be FAT32 to ensure compatibility with UEFI systems.

It would be helpful if archinstall could enforce this configuration to prevent installation issues and align with UEFI standards. This could simplify the process for users.

@michaeluk01
Copy link
Author

I believe the root partition (/), which usually has the most storage, should be EXT4 for performance and reliability. However, both the boot partition (/boot) and the EFI partition (/boot/efi) should be FAT32 to ensure compatibility with UEFI systems.

It would be helpful if archinstall could enforce this configuration to prevent installation issues and align with UEFI standards. This could simplify the process for users.

Only the partition with EFI files has to be fat32, the boot partition is ext4 by default on Debian, Ubuntu and Fedora, it doesn't contain EFI files but does contain Grub or Systemd-boot files.

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