I just installed Gentoo on my machine following the
Handbook and this
guide
for encrypted disk. Everything worked fine untill booting the installed
OS.
First I was stuck on
Code: Select all
Loading initial ramdisk ... As the other guide says:
So I decided to run GRUB2 on text-mode only. Here is an extract ofWhen using a LUKS passphrase and there is no visible prompt after loading the
initramfs, try typing the passphrase. If this continues loading try Grub
without gfxterm/ in text-only mode. Depending on the BIOS it might help to
boot legacy first to check if there's a prompt at all.
/etc/default/grub
Code: Select all
GRUB_DISTRIBUTOR="Gentoo"
GRUB_CMDLINE_LINUX="dolvm crypt=UUID=...
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_TERMINAL=console
GRUB_GFXPAYLOAD_LINUX=text
Code: Select all
error: nosuitable video mode found
Booting in blind modeI tried adding insmod all_video in /boot/grub/grub.cfg but I get the same
thing.
I looked at similar questions in the gentoo and arch forums but I still have
this issue.
Note that CONFIG_FRAMEBUFFER_* features are all enabled in my
configuration. Same with CONFIG_EFI_* features.
Do you know where the issue comes from and how to solve it?
Thank you


