I have seen that it is possible from other’s online to replace a macOS with a linux. I have tried with a USB to replace my MacPro with M2 macos to Linux. when I go to boot options the image isn’t available for boot. Is this because Rocky Linux 9.3 isn’t able to support the hardware the MacPro has such as the apple silicon and the PCIe slots?
or is it possible I’m doing something wrong when setting up my USB
the steps I did to set up the USB are
Unmount the USB drive:
diskutil unmountDisk /dev/diskN
and
Use the dd
command to write the ISO to the USB drive:
sudo dd if=/path/to/rocky-linux-9.3-aarch64.iso of=/dev/diskN bs=1m