Soubor grub.cfg na disku neni.
Zkousel jsem i obnovu podle
http://wiki.ubuntu.cz/GRUB2#Obnoven.2BAO0_GRUB2_pomoc.2BAO0_LiveCDa vypis v terminalu je nasledujici
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00082fb1
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2583 20744192 b W95 FAT32
/dev/sda2 2583 30402 223452161 5 Extended
/dev/sda5 2583 29571 216779776 83 Linux
/dev/sda6 29571 30341 6182912 83 Linux
/dev/sda7 30341 30402 487424 82 Linux swap / Solaris
ubuntu@ubuntu:~$ sudo mount /dev/sda6 /mnt
ubuntu@ubuntu:~$ sudo mount /dev/sda6 /mnt/boot
ubuntu@ubuntu:~$ sudo mkdir /mnt/dev
mkdir: cannot create directory `/mnt/dev': File exists
ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
ubuntu@ubuntu:~$ sudo chroot /mnt
root@ubuntu:/# nano /etc/default/grub
root@ubuntu:/# update-grub
Generating grub.cfg ...
cat: /boot/grub/video.lst: No such file or directory
grep: /proc/mounts: No such file or directory
grep: /proc/swaps: No such file or directory
Cannot find list of partitions! (Try mounting /sys.)
done
root@ubuntu:/#
Zatim tedy zadny uspech..
Proč do dev/sda6? Měl by to být jen /dev/sda.
Spusť livecd, připoj si ten oddíl a zkontroluj soubor /boot/grub/grub.cfg :
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,5)
search --fs-uuid --set b02e1934-12dd-418a
if font /usr/share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###
V řádku set root=(hd0,5) máš co?
Jinak zkus provést přeinstalování grubu podle návodu na wiki: http://wiki.ubuntu.cz/GRUB2#Obnoven.2BAO0_GRUB2_pomoc.2BAO0_LiveCD