Boot não inicia - Grub rescue [RESOLVIDO]

13. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 27/01/2011 - 17:37h

Aninha, este método do link abaixo é muito usado para recuperar o Grub. Faça exatamente como descreve a Dica. Atente para a partição onde está o Ubuntu.

http://www.vivaolinux.com.br/dica/Como-recuperar-o-GRUB-em-3-comandos-Esse-funciona/

Importante: ao iniciar o Ubuntu, no terminal aplique: sudo update-grub



  


14. Re: Boot não inicia - Grub rescue [RESOLVIDO]

brunotec
brunotec

(usa Debian)

Enviado em 27/01/2011 - 17:48h

http://www.vivaolinux.com.br/dica/Como-recuperar-o-GRUB-em-3-comandos-Esse-funciona/

essa dica do Izaias é ótima e sempre que precisei recuperar o grub do ubuntu ela deu conta!

voce pode fazer assim já que sda5 é a partição do ubuntu.


$ sudo mount -t ext4 /dev/sda5 /mnt

AVISO: mude "ext4" para o sistema de arquivos que está em sda5 no seu ubuntu que poder ser ext2/3/4, reiserfs e etc..

depois...

$ sudo grub-install --root-directory=/mnt /dev/sda

depois retire o Live CD e de boot pelo ubuntu e já no ubuntu recuperado rode:

$sudo update-grub

pronto!! seu windows será listado no boot tbm.



15. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Butterfly
aninhacaldas

(usa Ubuntu)

Enviado em 27/01/2011 - 17:50h

Oi, Izaias! Tudo bem?
Bom, eu tinha seguida essa dica...do pinduvoz, né isso?
Aparece isso aqui, no último comando (3º comando):
Cannot open boot/grub/device.map
Check if thisis correct or not. If any of the lines is incorrect, fix it and re-run the script 'grub-install'.
(fd0) /dev/fd0
(hd0) /dev/sda

Tentei várias dicas e nenhuma tá funcionando, gente.
=(



16. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Butterfly
aninhacaldas

(usa Ubuntu)

Enviado em 27/01/2011 - 17:54h

Eu vi agora a pouco que o sd5 é o 10.04 Netbook Remix.
O sda7 é que é o Ubuntu 10.10. É esse que uso.
Foi mal, só vi agora que era o sda7, não o sda5 o que eu queria.
Mas esse erro que deu ao seguir a dica do Izaias foi já usando o sda7.

=(


17. Re: Boot não inicia - Grub rescue [RESOLVIDO]

brunotec
brunotec

(usa Debian)

Enviado em 27/01/2011 - 17:57h

ué? mas a sda7 não é a que vc disse ter excluido?

com o Live CD do ubuntu rode um:

$sudo fdisk -l

poste aqui o resultado por completo para analisarmos ana.


18. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Butterfly
aninhacaldas

(usa Ubuntu)

Enviado em 27/01/2011 - 17:59h

Não, Bruno.
A que eu excluí foi a sda4.
Por isso que ela não aparece mais na tabela de partição.

Vou fazer o que você disse.

Obrigada, Bruno!


19. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Butterfly
aninhacaldas

(usa Ubuntu)

Enviado em 27/01/2011 - 18:06h

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xac7eb5e0

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 14361 115245133+ 7 HPFS/NTFS
/dev/sda3 14361 38914 197221377 5 Extended
/dev/sda5 33784 38698 39473152 83 Linux
/dev/sda6 38698 38914 1734656 82 Linux swap / Solaris
/dev/sda7 14361 23672 74791936 83 Linux
/dev/sda8 23672 24073 3216384 82 Linux swap / Solaris

Partition table entries are not in disk order


Sobre o outro comando, aparece assim:

ubuntu@ubuntu:~$ sudo mount -t ext4 /dev/sda7 /mnt
mount: /dev/sda7 already mounted or /mnt busy
mount: according to mtab, /dev/sda7 is already mounted on /mnt
ubuntu@ubuntu:~$ sudo grub-install --root-directory=/mnt /dev/sda
grub-probe: error: Cannot open `/boot/grub/device.map'
[: 494: =: unexpected operator
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /mnt/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0) /dev/fd0
(hd0) /dev/sda



20. Re: Boot não inicia - Grub rescue [RESOLVIDO]

brunotec
brunotec

(usa Debian)

Enviado em 27/01/2011 - 18:16h

ok ana! já que o ubuntu está em sda7 tente fazer dessa forma:

com o live CD

$sudo mkdir /mnt/ubuntu

$sudo mount -t ext4 /dev/sda7 /mnt/ubuntu

$sudo chroot /mnt/ubuntu

$sudo grub-install

ou apenas...

grub-install


IMPORTANTE: vc tem certeza que o sistema de arquivos é ext4? isso é importante pois caso não seja ai nunca que a dica irá funcionar.


21. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Butterfly
aninhacaldas

(usa Ubuntu)

Enviado em 27/01/2011 - 18:28h

Valeu, Bruno!
É ext4 sim, acabei de reconferir.
Bom, tentei isso:

ubuntu@ubuntu:~$ grub-install
install_device not specified.
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

-h, --help print this message and exit
-v, --version print the version information and exit
--root-directory=DIR install GRUB images under the directory DIR
instead of the root directory
--grub-shell=FILE use FILE as the grub shell
--no-floppy do not probe any floppy drive
--force-lba force GRUB to use LBA mode even for a buggy
BIOS
--recheck probe a device map even if it already exists

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.

Report bugs to <bug-grub@gnu.org>.
ubuntu@ubuntu:~$

Isso quer dizer o quê?
Funcionou?


22. Re: Boot não inicia - Grub rescue [RESOLVIDO]

brunotec
brunotec

(usa Debian)

Enviado em 27/01/2011 - 18:34h

poste o resultado por completo!

poste o resultado de todos os passos e na hora de rodar o grub-install rode com o sudo, assim:


$sudo mkdir /mnt/ubuntu

$sudo mount -t ext4 /dev/sda7 /mnt/ubuntu

$sudo chroot /mnt/ubuntu


EDIT: dããã , esqueci disso! é assim:

$sudo grub-install /dev/sda




23. Re: Boot não inicia - Grub rescue [RESOLVIDO]

Butterfly
aninhacaldas

(usa Ubuntu)

Enviado em 27/01/2011 - 18:42h

Rodei com o sudo e deu o mesmo resultado do que postei acima.

No 2º caso, deu isso aqui:

ubuntu@ubuntu:~$ sudo mkdir /mnt/ubuntu
ubuntu@ubuntu:~$ sudo mount -t ext4 /dev/sda7 /mnt/ubuntu
ubuntu@ubuntu:~$ sudo chroot /mnt/ubuntu
root@ubuntu:/# grub-install (como já tava em root, não coloquei "sudo").
install_device not specified.
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

-h, --help print this message and exit
-v, --version print the version information and exit
--modules=MODULES pre-load specified modules MODULES
--root-directory=DIR install GRUB images under the directory DIR
instead of the root directory
--grub-setup=FILE use FILE as grub-setup
--grub-mkimage=FILE use FILE as grub-mkimage
--grub-probe=FILE use FILE as grub-probe
--no-floppy do not probe any floppy drive
--recheck probe a device map even if it already exists
--force install even if problems are detected
--disk-module=MODULE disk module to use

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into /boot/grub (or /grub on NetBSD and
OpenBSD), and uses grub-setup to install grub into the boot sector.

If the --root-directory option is used, then grub-install will copy
images into the operating system installation rooted at that directory.

Report bugs to <bug-grub@gnu.org>.
root@ubuntu:/#

Obrigada de novo, Bruno!


24. Re: Boot não inicia - Grub rescue [RESOLVIDO]

brunotec
brunotec

(usa Debian)

Enviado em 27/01/2011 - 18:46h

primeiramente desculpa ana pois não postei o comando por completo!


ubuntu@ubuntu:~$ sudo mkdir /mnt/ubuntu
ubuntu@ubuntu:~$ sudo mount -t ext4 /dev/sda7 /mnt/ubuntu
ubuntu@ubuntu:~$ sudo chroot /mnt/ubuntu
root@ubuntu:/# grub-install /dev/sda

faltou o "/dev/sda"

esta tudo indo ok pelo visto dos comandos e agora dessa vez acho que vai dar certo, tente ai ana!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts