I have been using FreeBSD since v9 for a ZFS-based home NAS, gradually upgrading the system to v12.2 on the same hardware.
The time has come to build a new system for the NAS and the choice fell on ASUS Prime B560-Plus motherboard (https://www.asus.com/Motherboards-Components/Motherboards/PRIME/PRIME-B560-PLUS/) and a i3-10100 CPU with iGPU graphics (no discreet video card) and 32GB of RAM.
I decided to do a complete fresh install using FreeBSD 13, but that attempt was cut short as it was not possible to boot from the installation media. the boot process would halt right after displaying the framebuffer information, as described in this thread: https://forums.freebsd.org/threads/...find-etc-hostid-cant-find-boot-entropy.82968/ I tried both
Next I tried to launch my existing 12.2 system from the SSD. To my surprise, it booted, but the network interface was not present (only
none5@pci0:0:31:6: class 0x020000 card=0x86721043 chip=0x15fa8086 rev=0x11 hdr=0x00
vendor= 'Intel Corporation'
device = 'Ethernet Connection (14) I219-V'
class= network
subclass=ethernet
Other "none's" are three serial busses, a "simple comms" and "memory"
I thought that the upcoming 12.3 release would have a wider driver set for the newer hardware, so I tried booting from
(At this point I am ready to give up on FreeBSD and try installing Ubuntu with ZFS. Hopefully I would be able to import the existing pool, or, failing that, to rebuild it from backup.)
The time has come to build a new system for the NAS and the choice fell on ASUS Prime B560-Plus motherboard (https://www.asus.com/Motherboards-Components/Motherboards/PRIME/PRIME-B560-PLUS/) and a i3-10100 CPU with iGPU graphics (no discreet video card) and 32GB of RAM.
I decided to do a complete fresh install using FreeBSD 13, but that attempt was cut short as it was not possible to boot from the installation media. the boot process would halt right after displaying the framebuffer information, as described in this thread: https://forums.freebsd.org/threads/...find-etc-hostid-cant-find-boot-entropy.82968/ I tried both
FreeBSD-13.0-RELEASE-amd64-memstick.img
and FreeBSD-13.0-STABLE-amd64-20211118-3a15ccadf87-248076-memstick.img
with the same result.Next I tried to launch my existing 12.2 system from the SSD. To my surprise, it booted, but the network interface was not present (only
lo0
). Booting from FreeBSD-12.2-RELEASE-amd64-memstick.img
gave the same result. pciconf -lv
shows several Intel devices as none
, including (retyping from the screen manually on another computer):none5@pci0:0:31:6: class 0x020000 card=0x86721043 chip=0x15fa8086 rev=0x11 hdr=0x00
vendor= 'Intel Corporation'
device = 'Ethernet Connection (14) I219-V'
class= network
subclass=ethernet
Other "none's" are three serial busses, a "simple comms" and "memory"
I thought that the upcoming 12.3 release would have a wider driver set for the newer hardware, so I tried booting from
FreeBSD-12.3-RC2-amd64-memstick.img
. This gave a different problem, similar to the one with v13: after the framebuffer info, the screen cleared and it looked like the system continued to boot but without displaying any text on the screen, only the cursor in the upper left corner, and some time later, a mouse pointer in the middle of the screen. 12.3-RC1 has the same issue.(At this point I am ready to give up on FreeBSD and try installing Ubuntu with ZFS. Hopefully I would be able to import the existing pool, or, failing that, to rebuild it from backup.)