Hi,
I tried the official Rocky Linux 9.0 SIG image for the Raspberry Pi on my RPI 3 Model B v1.2, but it fails to boot.
During the boot process, the brcmfmac module crashes. Consequently, several services (for example, Security Auditing Service) fail to start, and the system never reaches the login prompt.
Workaround: Disable loading the brcmfmac wifi driver:
After you copied the image to the SD card:
- Mount the root partition, for example:
# mount /dev/sda3 /mnt/
- Create the /mnt/etc/modprobe.d/01-rpi3-blacklist.conf file with the following content:
blacklist brcmfmac
- Unmount /mnt/:
# umount /mnt
- Boot the SD card in your RPI 3.