I spent a day fiddling around and the farthest I got was booting with a custom kernel with all CPUs but then only a single SSD being detected, all other controllers and drives were not detected or in dmesg. So a resource thing. #FreeBSD
Unfortunately FreeBSD does not have nearly as many drivers as Gnu/Linux. One thing you could do would be to note the kernel modules that get loaded by grub when you boot on Gnu/Linux. Those are the ones you will need to port, or find an equivalent to. If you feel a need to get FreeBSD up and running on the system.
Jeff Moss
in reply to Jeff Moss • • •It looks like a problem with AIPC. If I boot into safe mode everything works but I have a single CPU.
Jeff Moss
in reply to Jeff Moss • • •#FreeBSD
Unus Nemo
in reply to Jeff Moss • •@Jeff Moss
Unfortunately FreeBSD does not have nearly as many drivers as Gnu/Linux. One thing you could do would be to note the kernel modules that get loaded by grub when you boot on Gnu/Linux. Those are the ones you will need to port, or find an equivalent to. If you feel a need to get FreeBSD up and running on the system.