Hello Run a live session cd and in the terminal run: sudo fdisk -l
Look at the output and write down the name of the partition where linux is installed (ID of linux is 83), we suppose that is /dev/sda1 then in Terminal: sudo mount /dev/sda1 /mnt sudo mount --bind /dev /mnt/dev sudo mount --bind /proc /mnt/proc sudo mount --bind /sys /mnt/sys sudo chroot /mnt grub-install /dev/sda update-grub2 exit sudo umount /mnt/dev sudo umount /mnt/proc sudo umount /mnt/sys sudo umount /mnt/ reboot -- install 10.10 from cd failed https://bugs.launchpad.net/bugs/674882 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
