FreeBSD 15 - HPE DL380 installer restarts

I'm using a USB stick to install on a HPE DL-380 G9 server. Stick is read installer starts and the server reboots. Repeats everytime.

On the same server using a FreeBSD 14.3 stick, the installer runs and completes. No issues.

I've used the FreeBSD 15 stick on another pc, installer starts and completes.

Trying to figure out why FreeBSD does not like my server. I will say this server has an nvme boot disk, but
FreeBSD 14.3 has no issues, so not sure it is part of the problem.

What can I do to find out? logs, boot options etc

Also, Debian 13 installs on the same server; no issues.
Bret
 
Does it have an LSI/Broadcom RAID card? Not sure if this is still an issue but for some controllers FreeBSD will attach mfi(4) when it should be using mrsas(4). There's a range of cards that causes the system to crash with mfi(4).

Code:
     Using /boot/device.hints (as mentioned below), the user can provide a
     preference for the mrsas driver to detect a MR-Fusion card instead of the
     mfi(4) driver.

           hw.mfi.mrsas_enable="1"

     At boot time, the mfi(4) driver will get priority to detect MR-Fusion
     controllers by default.  Before changing this default driver selection
     policy, LSI advises users to understand how the driver selection policy
     works.  LSI's policy is to provide priority to the mfi(4) driver to
     detect MR-Fusion cards, but allow for the ability to choose the mrsas
     driver to detect MR-Fusion cards.

     LSI recommends setting hw.mfi.mrsas_enable="0" for customers who are
     using the older mfi(4) driver and do not want to switch to mrsas.  For
     those using a MR-Fusion controller for the first time, LSI recommends
     using the mrsas driver and setting hw.mfi.mrsas_enable="1".
 
Not expert here, but have u verify the chksum of memdisk-img you downloaded ?

I recently install FreeBSD 15.0 to DL380G8 internal SD card without any issue except my fan speed is running around 43% which is expected.
 
Back
Top