Installing Centos9 Stream on Cisco UCS chassis with iSCSI boot

I am installing CentOS9 Stream on UCS chassis. If I install default server there are no problems. If I do minimal install, I’m able to login, but I do ls on the /bin folder and the server locks up and can’t access the disks. Is there something I need to add in addition to the minimal install?

Thanks in advance

The command dnf group info minimal-environment shows:

 Mandatory Groups:
   Core

The command dnf group info server-product-environment shows:

 Mandatory Groups:
   Container Management
   Core
   Headless Management
   Server product core
   Standard
   hardware-support

So, you can try to run dnf install group hardware-support
If this does not help, you can try installing the rest of the groups from this list until the system works normally.

Excellent. Thank you.