Autor Tópico: Problema com GRUB  (Lida 2853 vezes)

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Problema com GRUB
« Online: 30 de Abril de 2009, 07:45 »
Olá. pessoal, tenho o seguinte problema: eu tinha o ubuntu e o windows em dual boot. Ontem resolvi instalar o Debian em uma outra partição, quando terminei e reiniciei a máquina, não encontrei a opção de iniciar o ubuntu, só havia o Debian e o windows no Grub. Deve ter um jeito de configurar não é? Se alguem souber , por favor me ajude. Eu posso como ultima alternativa, reinstalar o ubuntu, mas aí talvez eu poderia eliminar o Debian do grub. Coisa que não quero. Gostaria de ficar com os 3 sistemas instalados!

Offline rjbgbo

  • Usuário Ubuntu
  • *
  • Mensagens: 3.889
  • Xubuntu 18.04LTS
    • Ver perfil
    • Twitter
Re: Problema com GRUB
« Resposta #1 Online: 30 de Abril de 2009, 07:59 »
Linux User #440843 | Ubuntu User #11469

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re: Problema com GRUB
« Resposta #2 Online: 30 de Abril de 2009, 10:20 »
Eu ja tinha visto esse tópico. Mas o meu caso é diferente. Eu estou com o Grub, não perdi! Acontece que tenho instalado o ubuntu e não aparece. So mostra o Debian que instalei ontem e o windows!

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re: Problema com GRUB
« Resposta #3 Online: 30 de Abril de 2009, 12:44 »
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title      Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title      Linux
# root      (hd0,1)
# kernel   /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b ro locale=pt_BR

## default grub root device
## e.g. groot=(hd0,0)
# groot=a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 9.04, kernel 2.6.28-11-generic
uuid      a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b
kernel      /boot/vmlinuz-2.6.28-11-generic root=UUID=a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b ro locale=pt_BR quiet splash
initrd      /boot/initrd.img-2.6.28-11-generic
quiet

title      Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid      a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b
kernel      /boot/vmlinuz-2.6.28-11-generic root=UUID=a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b ro locale=pt_BR  single
initrd      /boot/initrd.img-2.6.28-11-generic

title      Ubuntu 9.04, memtest86+
uuid      a1bd2d08-8d4c-4e8d-a842-73ddfb53aa5b
kernel      /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title      Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title      Microsoft Windows XP Professional
rootnoverify   (hd0,0)
savedefault
makeactive
chainloader   +1/home/ubuntu/Documentos/menu.lst

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re: Problema com GRUB
« Resposta #4 Online: 30 de Abril de 2009, 12:54 »
Essa é minha entrada de inicialização do Ubuntu. Será que alguem poderia me dar a dica de como acrescentar no menu.lst do Debian?

Offline marcospinho

  • Usuário Ubuntu
  • *
  • Mensagens: 195
  • Sou um cara gaiato que tenta ser levado a sério.
    • Ver perfil
Re: Problema com GRUB
« Resposta #5 Online: 30 de Abril de 2009, 13:11 »
essa lista do ubuntu não vale mais voce tem que exibir o carregador de inicialização do debian para ser analizado de qualquer forma existe um topico aqui no forum com o nome: "Mil maneiras de recuperar o grub" leia esse tópico e se ele não te ajudar conte aqui o sobre a sua dificuldade. [ ]'s
celeron 2.66Ghz, 1G Ram, DVDrw monitor AOC 17pol, HDsata500g, L-Ubuntu Maverick-i386, /root 20G /home 50G /win 40G /win7 50G /dados 20G /teste(nathy+Kde) 15G /acervo 220G  Linux Counter #478143. Ubuntu counter is # 24448

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re: Problema com GRUB
« Resposta #6 Online: 30 de Abril de 2009, 13:23 »
A dificuldade é que essa lista que passei tem a entrada de inicialização do ubuntu, eu tenho que pegar e adicionar no menu.lst do Debian. Entendeu?

Offline Tota

  • Usuário Ubuntu
  • *
  • Mensagens: 14.982
    • Ver perfil
Re: Problema com GRUB
« Resposta #7 Online: 30 de Abril de 2009, 19:33 »
Olá ,

Se voce tém dominio do Ingles, Baixe o pacote supergrub, grave num cd-rom, boote por ele, e ele irá fazer exatamente o que voce quer.

Mas não deixe de ler o mil e uma maneiras... que é muito bom.

[],s

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re: Problema com GRUB
« Resposta #8 Online: 30 de Abril de 2009, 22:14 »
Olá ,

Se voce tém dominio do Ingles, Baixe o pacote supergrub, grave num cd-rom, boote por ele, e ele irá fazer exatamente o que voce quer.

Mas não deixe de ler o mil e uma maneiras... que é muito bom.

[],s
Eu ja fiz isso queimei a imagem do super grub disk hoje de manhã! Não adiantou. Tem um procedimento que tem nesse tópico que vc me falou que eu quero experimentar, caso não tenha outra alternativa!

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re: Problema com GRUB
« Resposta #9 Online: 01 de Maio de 2009, 16:27 »
Consegui resolver o problema, agora posso acessar as duas distros e o windows! Eu usei um dos métodos que está no tópico "mil maneiras de recuperar o grub" , que o amigo passou acima o link:http://ubuntuforum-br.org/index.php/topic,14614.0.html
Fiz o seguinte usando o cd do alternate do ubuntu:

1-Iniciar com o Alternate CD
2- Escolha Recuperar um sistema defeituoso (Rescue a broken system)
3- Prossiga escolhendo linguagem, configurando o teclado e vá dando enter até a tela “Entrar em modo de recuperação”.
4- Escolha agora onde está o seu Ubuntu (hda1, ou, hda2,ou,...hda7, etc.) e continue.
5- Agora é só marcar “Reinstalar o carregador de inicialização Grub” e continuar.
6- Digite : /dev/fd0
7- Reinicie o computador.
 
Obs: Depois de digitar /dev/fd0 pus um disquete e gravei o boot. Mudei a inicialização na bios pra floppy. Agora se quero usar o ubuntu eu uso o disquete, quando quero usar o debian eu tiro ele e deixo inicializar pelo hd. Essa até agora foi a única solução!