Alexander V. Makartsev wrote on 1/24/26 4:09 AM:It looks like these warnings appear when you try to install grub into disk which contains RAID array in a degraded state. [1]grub-install --target=i386-pc /dev/sda #Install grub stage 1 and
stage 2 MBR bootloader into /dev/sda and /boot
Produces the following message twice:
grub-install: warning: Couldn't find physical volume '(null)'. Some modules may be missing from core image.
That is followed by:
Installation finished. No error reported.
Should I be worried about the two warning messages. (And, if so, what do I do about them).