When I boot into my HP ProLiant DL120 G7 server's GRUB2 rescue shell, I get the following output:
error: failure reading sector 0xb30 from `fd0'.
error: failure reading sector 0x0 from `fd0'.
error: failure reading sector 0xb30 from `fd1'.
error: file `/boot/grub/i386-pc/normal.mod' not found.
Entering rescue mode...
Disregard the error: file ... not found.
, that is because my GRUB files are not correctly installed. But these other errors make using the shell a pain, they also clutter ls
:
grub rescue> ls
(hd0) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt2) (hd1,gpt1) (lvm/vg0-root0) (md/root
0) (fd0) (fd1) error: failure reading sector 0xb30 from `fd0'.
error: failure reading sector 0x0 from `fd0'.
error: failure reading sector 0xb30 from `fd1'.
What is going on, and how can I get rid of these failure reading sector
messages?