Comment 15 for bug 376879

Revision history for this message
Felix Zielcke (fzielcke) wrote :

@Narusegawa
This is a new bug.
pc module should be already included by grub-install else you wouldn't even see the partitions of your vista disk.
But do you maybe use GPT for your Ubuntu one?
Maybe grub-probe detected it wrong.
In that case use grub-install --modules="gpt" --setup=/bin/true '(hd0)' to update grub2 (core.img) without writing to MBR
But make sure your device.map has the drives in right order, hd0 is mostly the disk grub is loaded from. If you chainload from grub-legacy that means grub-legacy not grub2.