Your Linux server installs correctly, but when you try to boot it, you cannot see the specialized disk subsystem that it installed to. Which of the following commands will be helpful in fixing this situation?(Choose two.)
a. lsblk - This command will list all available block devices, which can help identify if the specialized disk subsystem is recognized by the system.
b. fdisk -l - This command will list all available disk partitions and their details, which can help identify if the specialized disk subsystem is recognized and properly partitioned.
c. lspci - This command will list all PCI devices, which can help identify if the specialized disk subsystem is recognized as a PCI device.
d. dmesg | grep -i "disk" - This command will display the kernel ring buffer, which can provide information about any disk-related errors or issues during the boot process.