Um amigo meu teve o mesmo problema ... aqui está o link que usamos para resolvê-lo ...
Aqui está o
Usando qualquer editor, crie um arquivo /etc/grub.d/01_915resolution
, adicione linhas
echo insmod 915resolution
echo 915resolution 58 1366 768 32
Make the file executable
sudo chmod a+x /etc/grub.d/01_915resolution
Em seguida, edite / etc / default / grub, atribua o valor 1366x768x32 às variáveis GRUB_GFXMODE
e GRUB_GFXPAYLOAD_LINUX
:
GRUB_GFXPAYLOAD_LINUX=1366x768x32
Then update grub.
sudo update-grub