Autor Tópico: não aparece a tela de inicio para escolher o ubuntu/windows  (Lida 1899 vezes)

Offline lfvo

  • Usuário Ubuntu
  • *
  • Mensagens: 21
    • Ver perfil
não aparece a tela de inicio para escolher o ubuntu/windows
« Online: 28 de Maio de 2007, 16:57 »
boas
Tive que formatar a partição do windows, e instalei de novo, e agora não me aparece a tela para escolher o linux ou o windows, como é que poderei resolver???
abraço

Offline jomafras

  • Usuário Ubuntu
  • *
  • Mensagens: 2.009
  • 17.04 Zesty Zapus
    • Ver perfil
Re: não aparece a tela de inicio para escolher o ubuntu/windows
« Resposta #1 Online: 28 de Maio de 2007, 17:15 »
Dá uma pesquisada aqui no Fórum em "Recuperar o Grub".
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

Offline lfvo

  • Usuário Ubuntu
  • *
  • Mensagens: 21
    • Ver perfil
Re: não aparece a tela de inicio para escolher o ubuntu/windows
« Resposta #2 Online: 28 de Maio de 2007, 17:20 »
eheheh muito obrigado  ;D

Offline lfvo

  • Usuário Ubuntu
  • *
  • Mensagens: 21
    • Ver perfil
Re: não aparece a tela de inicio para escolher o ubuntu/windows
« Resposta #3 Online: 27 de Junho de 2007, 13:39 »
boas

é o seguinte, eu ia recuperar meu grub, fiz isto

Citar
Code:
sudo grub
This will get you a "grub>" prompt (i.e. the grub shell). At grub>. enter these commands
Code:
find /boot/grub/stage1
This will return a location. If you have more than one, select the installation that you want to provide the grub files.
Next, THIS IS IMPORTANT, whatever was returned for the find command use it in the next line (you are still at grub>. when you enter the next 3 commands)
Code:
root (hd?,?)
Again use the value from the find command i.e. if find returned (hd0,1) then you would enter root (hd0,1)
Next enter the command to install grub to the mbr
Code:
setup (hd0)
Finally exit the grub shell
Code:
quit

o grub ja funciona, o windows tambem, mas quando eu escolho o ubuntu, da-me um erro,

error 17:cannot mount selected partition


SOLVED/Resolvido

instalei de novo :p
« Última modificação: 27 de Junho de 2007, 19:05 por lfvo »