[ERRO] dual boot Win7 e Ubuntu 10.10

Iniciado por andersonbku, 23 de Março de 2011, 10:13

tópico anterior - próximo tópico

andersonbku

eu tenho n meu pc o win7, instalei o ubuntu 10.10 em outra partição do hd, porém o problema é o seguinte, quando ligo o pc nao aparece a opção de escolher qual SO quero utilizar, o ubuntu inicia automaticamente, alguem poderia ajudar a configurar o grub2 ?? ouu será q o win7 foi corrompido ??



### BEGIN /etc/grub.d/09_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### END /etc/grub.d/09_os-prober ###