The problem is /boot/grub/grub.cfg contains lines that look like:
search --no-floppy --fs-uuid --set=root
d847c628-aa10-4bef-92b6-72ebacc07d7b
search doesn't work because it starts the protected mode driver, which
finds multiple copies of the disk (because it's a full-disk RAID
array)
So the real problem is grub.cfg contains lines that look like this:
search --no-floppy --fs-uuid --set=root
d847c628-aa10-4bef-92b6-72ebacc07d7b
The probe tries to activate builtin protected-mode drivers, and the
drivers "work", so the probe finds two paths to the disk. Both of them
a
Package: grub2
Version: grub2
Severity: normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
apt-get dist-upgrade ignored the fact that grub2 is pinned to never and
installed grub2 anyway. update-grub promptly
3 matches
Mail list logo