Premetto che non ho grandi conoscenze di boot loader e nemmeno di ubuntu, non avendolo mai usato.
Partendo con Vista installato sull' hd principale, ho installato ubuntu su di un disco secondario, che ho riservato solo per questo os.
Finita l'installazione il pc si riavvia ma quando cerca di eseguire il boot, mi appare solo la scritta "DISK BOOT FAILURE INSERT SYSTEM DISK AND PRESS ENTER". Cioè non mi fa partire né ubuntu né vista. Come se non ci fosse nessuno dei due boot loader.
Eppure grub2 sembra installato e cat /etc/default/grub da questo risultato:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT="10"
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"
Come faccio a far partire il sistema?? E perchè non trova neanche il boot di Vista??
Questo è invece il risultato di sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xce2b2593
Device Boot Start End Blocks Id System
/dev/sda1 * 1 60802 488384512 7 HPFS/NTFS
Disk /dev/sdb: 82.0 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1e361e36
Device Boot Start End Blocks Id System
/dev/sdb1 1 9553 76734441 83 Linux
/dev/sdb2 9554 9964 3301357+ 5 Extended
/dev/sdb5 9554 9964 3301326 82 Linux swap / Solaris
Disk /dev/sdc: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb7799bb2
Device Boot Start End Blocks Id System
/dev/sdc1 1 14946 120053713+ 7 HPFS/NTFS

