Why can't I find the hard disk and cannot enter the system after compiling the new version of the kernel and booting it?

I installed Rocky Linux 8.10 on a Dell server, and then manually compiled the 4.19.325 version of the kernel. The compilation command is as follows
make clean
cp /boot/config-$(uname -r) .config
make -j$(nproc)
make INSTALL_MOD_STRIP=1 modules_install
make install
kernel-install add 4.19.325-custom /boot/vmlinuz-4.19.325-custom

After restarting, I cannot enter the compiled kernel. The prompt is that the hard disk cannot be found. ls /dev/sd* does not have any hard disk

Switching back to the old kernel can work normally. How can I enter the kernel correctly?