I noticed there are some threads on booting problems, though none of them mentioned my specific issues. I have an ASUS S301A ultrabook with Intel Core i3 Haswell + Intel HD 4400 Graphics, Realtek 8169 Ethernet and Intel Centrino 5100 wireless. I used to run FreeBSD 10.3-RELEASE on it some time ago, though distro-hopped multiple times since then already.
Now I'm trying to do a fresh FreeBSD 11.0-RELEASE install to see how the new features may improve my day to day computing (mostly pertaining to Intel graphics, but not only). Unfortunately, I either cannot install or I end up with an unbootable system. One of the two scenarios follows:
A: I launch the installer, proceed through the many options in a more or less standard fashion and partition the hard drive thus:
500 GB GPT table:
Marking the efi partition to store the /boot mount point results in an error later on saying:
. This error is prevented when no mount point is assigned to the efi partition.
B: I don't assign a specific mount point to the efi partition as above and after completing the install, I end up with an unbootable system, with a bootloader error message saying:
Additional notes:
- I can disable "Fast Boot", though scenario B happens with Fast Boot enabled or disabled regardless
- Launching CSM mode (legacy BIOS?) post- or pre-install results in the same scenarios A and B
Any ideas?
Now I'm trying to do a fresh FreeBSD 11.0-RELEASE install to see how the new features may improve my day to day computing (mostly pertaining to Intel graphics, but not only). Unfortunately, I either cannot install or I end up with an unbootable system. One of the two scenarios follows:
A: I launch the installer, proceed through the many options in a more or less standard fashion and partition the hard drive thus:
500 GB GPT table:
Code:
/dev/ada0p1 efi /boot 500 MB
/dev/ada0p2 freebsd-ufs / 100GB
/dev/ada0p3 freebsd-swap none 8GB
/dev/ada0p4 freebsd-ufs /home ~357 GB (rest)
Code:
base.txz: Can't restore time
B: I don't assign a specific mount point to the efi partition as above and after completing the install, I end up with an unbootable system, with a bootloader error message saying:
Code:
ZFS found no pools
UFS found no partitions
Failed to load '/boot/loader.efi'
panic: no bootable partitions found!
Additional notes:
- I can disable "Fast Boot", though scenario B happens with Fast Boot enabled or disabled regardless
- Launching CSM mode (legacy BIOS?) post- or pre-install results in the same scenarios A and B
Any ideas?