Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

13. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 10/01/2018 - 14:29h

Dá, uma vez que o boot está para UEFI.


Everything that happens has an initial reaction.



  


14. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 10/01/2018 - 14:51h

Veja se isto te ajuda:

https://wiki.gentoo.org/wiki/Efibootmgr

https://wiki.gentoo.org/wiki/GRUB2#UEFI_with_GPT

Alternative: using the default UEFI firmware location
If the system's UEFI firmware fails to find GRUB2's EFI bootloader file, using the default boot loader location should provide a working solution. This circumvents the boot menu managed by efibootmgr and thus offers reduced functionality, but is less error prone. To do this, verify the EFI partition is mounted at /boot/efi then copy the file grubx64.efi located at /boot/efi/EFI/gentoo/grubx64.efi to /boot/efi/EFI/BOOT/BOOTX64.EFI. This example assumes a 64-bit UEFI system, adjust accordingly for 32-bit UEFI systems.


https://blog.flameeyes.eu/2012/11/uefi-booting/
-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




15. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 10/01/2018 - 15:09h

Ja fiz de tudo, mais esse error ainda continua:

Installing for x86_64-efi platform.
grub-install: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-install: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-install: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-install: error: disk `hostdisk//dev/sda1' not found.


Tem outra ideia?


Everything that happens has an initial reaction.



16. Re: Não Consigo Instalar o Grub no Gentoo.

Perfil removido
removido

(usa Nenhuma)

Enviado em 10/01/2018 - 17:42h

AndrewUser escreveu:

Ja fiz de tudo, mais esse error ainda continua:

Installing for x86_64-efi platform.
grub-install: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-install: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-install: warning: disk does not exist, so falling back to partition device /dev/sda1.
grub-install: error: disk `hostdisk//dev/sda1' not found.



Meio newbie, mas será que definir os discos por UUID mudaria alguma coisa? Digo, imagino que não mude nada antes de instalar o bootloader, mas vai saber


Segundo a Gentoo Wiki:

using a UUID to identify a partition in fstab provides a guarantee that the bootloader will not be confused when looking for a certain volume, even if the filesystem would be changed in the future.



17. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 10/01/2018 - 17:46h

Ok, vou verificar.


Everything that happens has an initial reaction.



18. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 10/01/2018 - 18:13h

Nao, nao mudou nada. ele ainda continua com esse error.


Everything that happens has an initial reaction.



19. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 10/01/2018 - 20:27h

Você está instalando o Gentoo a partir de qual mídia?

Qual é o conteúdo do diretório /boot/efi montado em /dev/sda1?

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




20. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 10/01/2018 - 20:47h

A midia e essa:
http://gentoo.c3sl.ufpr.br/releases/amd64/20170118/
Conteudo:

BOOT ubuntu
dentro de 'ubuntu': BOOTX64.CSV fw fwupx64.efi grub.cfg grubx64.efi mmx64.efi shimx64.efi



Everything that happens has an initial reaction.



21. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 10/01/2018 - 20:50h

Veja no diretório /boot, da partição /dev/sda3, se tem o arquivo device.map.

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




22. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 10/01/2018 - 21:09h

De alguma forma você está sem acesso à partição /dev/sda1. Sabe informar se ela está sendo montada diretamente pelo Xubuntu?

Tenta novamente assim:

grub-install --target=x86_64-efi --efi-directory=/dev/sda1 --bootloader-id=grub 


-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




23. Re: Não Consigo Instalar o Grub no Gentoo.

Eric
Grinder

(usa Slackware)

Enviado em 11/01/2018 - 01:03h

Hummm, parece que a partição efi foi criada de forma errada, não se pode simplesmente dar um mkdir, precisa de flags. Aconselho vc pegar algum live usb com o gparted e criar novamente essa partição /boot/efi, lembrando que ela precisa ser fat16 ou fat32 e marcar as opções "boot" e "esp".

EDIT: Adiciona essa linha no seu make.conf tbm. Mais fácil ter adicionado fica mais prático para atualizações.
GRUB_PLATFORMS="efi-64" 


Senão me engano na sua primeira página não vi a a partição uefi no seu fstab.
O certo seria assim, caso já tenha, verifique se está dessa forma.
/dev/sda1		/boot/efi	vfat		defaults			1	0 


Após você fazer essas duas coisas digite esses comandos para instalar o grub e adicionar entrada do kernel no mesmo. Se mesmo assim vc não conseguir, chuta que é; macumba auheahuea
grub-install --target=x86_64-efi --efi-directory=/boot/efi 

grub-mkconfig -o /boot/grub/grub.cfg 

- - - - -
www.github.com/ericfernandesferreira
www.youtube.com/candelabrus1


24. Re: Não Consigo Instalar o Grub no Gentoo. [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 11/01/2018 - 10:02h

Grinder escreveu:

Hummm, parece que a partição efi foi criada de forma errada, não se pode simplesmente dar um mkdir, precisa de flags. Aconselho vc pegar algum live usb com o gparted e criar novamente essa partição /boot/efi, lembrando que ela precisa ser fat16 ou fat32 e marcar as opções "boot" e "esp".

EDIT: Adiciona essa linha no seu make.conf tbm. Mais fácil ter adicionado fica mais prático para atualizações.
GRUB_PLATFORMS="efi-64" 


Senão me engano na sua primeira página não vi a a partição uefi no seu fstab.
O certo seria assim, caso já tenha, verifique se está dessa forma.
/dev/sda1		/boot/efi	vfat		defaults			1	0 


Após você fazer essas duas coisas digite esses comandos para instalar o grub e adicionar entrada do kernel no mesmo. Se mesmo assim vc não conseguir, chuta que é; macumba auheahuea
grub-install --target=x86_64-efi --efi-directory=/boot/efi 

grub-mkconfig -o /boot/grub/grub.cfg 

- - - - -
www.github.com/ericfernandesferreira
www.youtube.com/candelabrus1


Olá, eu tenho uma partição EFI que esta funcionando, eu instalei o grub do Xubuntu e instalou normalmente, e o interresante, que ao
rodar um "update-grub" ele detecta o Gentoo:


Generating grub configuration file ...
Aviso: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Imagem Linux encontrada: /boot/vmlinuz-4.13.0-21-generic
Imagem initrd encontrada: /boot/initrd.img-4.13.0-21-generic
Imagem Linux encontrada: /boot/vmlinuz-4.13.0-16-generic
Imagem initrd encontrada: /boot/initrd.img-4.13.0-16-generic
Encontrado Gentoo/Linux em /dev/sda3
Adding boot menu entry for EFI firmware configuration
concluído




Everything that happens has an initial reaction.




  
01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts