Have you tried reinstalling it?  Can you boot from the live cd, mount
your root fs, chroot into it and run "grub-probe -t fs /"?  Assuming it
is /dev/sda1, you can do this with:

sudo -s
mount -t xfs /dev/sda1 /mnt
for f in proc sys dev ; do mount --bind /$f /mnt/$f ; done
chroot /mnt
grub-probe -t fs /
dpkg-reconfigure grub-pc

At the menu, make sure you have configured grub to install on your boot
drive ( /dev/sda? ).


** Package changed: grub (Ubuntu) => grub2 (Ubuntu)

** Changed in: grub2 (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1270754

Title:
  can't mount /boot on XFS anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1270754/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to