| Summary: | [EFI] Increase size of boot1.efifat | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Ganael LAPLANCHE <ganael.laplanche> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Some People | CC: | emaste, eugen, felix.krohn, martymac, vas | ||||
| Priority: | --- | Keywords: | install, patch | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Ganael LAPLANCHE
2016-09-13 10:50:54 UTC
What we really need to do is have the installer start creating the FAT ESP filesystem at install time (and copying boot1.efi in), rather than using this pre-created FAT filesystem image. Hi Ed, Yes, I've seen the comments in r323554. I totally agree with that direction, so I'll close that PR. Thanks :) I have just installed 11.1-RELEASE and the resulting EFI partition is still too small. No room to place useful utilities, like the rEFInd Boot Manager. Why is this bug marked as closed? (In reply to vas from comment #3) The PR was filed against CURRENT, not STABLE. Anyway, the fix has already been merged to stable/11 too. (In reply to Eugene Grosbein from comment #4) Can I expect the fix in 11.2-RELEASE? (In reply to vas from comment #5) Yes. You should also test if it's really working using recent 11.1-STABLE snapshot image: https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/11.1/?C=M&O=D Note that the FAT filesystem image is still relatively small, but the EFI system partition is larger. You would need to newfs_msdos the partition and copy the bootloader bits back into the new filesystem to have more space. (In reply to Ed Maste from comment #7) > Note that the FAT filesystem image is still relatively small, but the EFI system partition is larger. Thanks, that's a great workaround. The EFI partition is 200M, more than enough once reformatted. |