Many users are running the default command that installs the BIOS bootcode overtop of their EFI ESP partition and getting an unbootable system.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 23260 Build 22297: arc lint + arc unit
Event Timeline
Comment Actions
Why is the partition index changed from 1 to 2? (The change looks otherwise fine to me).
Comment Actions
bsdinstall since April 2016 has created both an EFI and BIOS boot partition by default, so the freebsd-boot partition is index 2 on most people's machines.
Comment Actions
A few minor suggestions to be more precise.
| cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | ||
|---|---|---|
| 5859 | I'd use a colon at the end of the sentence. | |
| 5863 | Same here for the EFI instructions. | |
| 5866 | No sentence stop (or even an exclamation mark) here? | |
| cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c | ||
| 2886 | I think you need to mention "gpart show" here, so that users know what you are referring to when talking about freebsd-boot (where is that output coming from). | |