It appears that you did not install grub to any of your MBRs when you
installed the new system in sdc2.  Which drive did you tell the
installer to put grub in, and did you get any errors?  You will need to
reinstall grub to the MBR of whichever disk your system boots from to
correct this.  You can do so by booting from the livecd, mounting sdc2,
chrooting into it, and running dpkg-reconfigure grub-pc and choosing the
correct drive from the menu:

sudo -s
mount /dev/sdc2 /mnt
mount --bind /sys /mnt/sys
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
chroot /mnt
dpkg-reconfigure grub-pc

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

Title:
  second install of quantal not reached

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to