Arrrggggggh! I don't understand this. What else is GRUB finding?? I'm stumped.
Someone asked a simliar question at AskUbuntu the other day. One of the answers includes a patch to /etc/grub.d/30_os-prober that you can add to instruct update-grub to skip partitions during its scan. Not really a solution to your problem, but it'll clean up your GRUB menu, at least.
Alternately, you can add the line
to the end of /etc/default/grub.
Someone asked a simliar question at AskUbuntu the other day. One of the answers includes a patch to /etc/grub.d/30_os-prober that you can add to instruct update-grub to skip partitions during its scan. Not really a solution to your problem, but it'll clean up your GRUB menu, at least.
Alternately, you can add the line
Code:
GRUB_DISABLE_OS_PROBER=true
Comment