After many hours trying to solve it by myself I'm exhausted
I have Grub2 working with GPT and UEFI but, Grub always run with minimal-bash command line. Once there, if I do:
Code: Select all
configfile /grub/grub.confThis is my fstab:
Code: Select all
/dev/sda2 on /boot type ext4 (rw,relatime,noatime,discard)
/dev/sdb1 on /home type ext4 (rw,relatime,noatime,discard)
/dev/sda1 on /boot/efi type vfat (rw) <-- Of course, this is EFI EF00 Partition
Code: Select all
.
|-- efi
| `-- EFI
| `-- gentoo
| |-- grub.conf
| `-- grubx64.efi
|-- grub
| |-- fonts
| | `-- unicode.pf2
| |-- grub.conf
| |-- grub.conf.bak
| |-- grubenv
| |-- locale
| | |-- ast.mo
| | |-- [...]
| | `-- zh_TW.mo
| |-- themes
| | `-- starfield
| | |-- blob_w.png
| | |-- [...]
| | `-- theme.txt
| `-- x86_64-efi
| |-- acpi.mod
| |-- [...]
| `-- zfs.mod
|-- initramfs-genkernel-x86_64-3.12.13-gentoo
|-- kernel-genkernel-x86_64-3.12.13-gentoo
|-- lost+found
`-- System.map-genkernel-x86_64-3.12.13-gentoo
Thank in advance

