Archive for Октябрь, 2013

sudo fdisk -l sudo mount /dev/sdaX /mnt # sdaX is the partition that has Ubuntu for i in /sys /proc /run /dev; do sudo mount —bind «$i» «/mnt$i»; done sudo chroot /mnt update-grub grub-install /dev/sda #(—force) if need sync reboot I had the same problem and I fixed it by standing on the Windows 7 […]