linuxero wrote:# cat /etc/default/grub
GRUB_DISABLE_SUBMENU=n
GRUB_ENABLE_CRYPTODISK=y
GRUB_TERMINAL_OUTPUT=gfxterm
GRUB_THEME=/boot/grub2/themes/maggy/theme.txt
GRUB_DISTRIBUTOR=Mageia
GRUB_DISABLE_RECOVERY=false
GRUB_GFXPAYLOAD_LINUX=text
GRUB_TIMEOUT=27
GRUB_GFXMODE=1024x768x32
GRUB_DISABLE_OS_PROBER=false
GRUB_CMDLINE_LINUX_DEFAULT=" nokmsboot splash quiet noiswmd resume=UUID=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f"
I've marked the relevant options in bold. You should replace nokmsboot by nomodeset, see
viewtopic.php?p=54909#p54909Also see
http://www.gnu.org/software/grub/manual ... ml#gfxmode and
http://www.gnu.org/software/grub/manual ... gfxpayloadThis is what I currently use and it works fine with propriertary nvidia driver, although the text scrolling is pretty slow, you might want to lower the resolution even more:
- Code: Select all
GRUB_GFXMODE=1280x1024x32
GRUB_GFXPAYLOAD_LINUX=1280x1024x32
GRUB_TERMINAL_OUTPUT=gfxterm
After making changes, run update-grub as root to update the grub configuration, then reboot and test.