1

I tried this here. It worked for the first reboot, but didnt stick for successive reboots. Any idea? I can change the resolution on user login, but i want to try the boot way. This is an Ubuntu 17.10 running as a VM in Vmware Fusion Pro 10

1 Answers1

0

About the procedure in the article you are referring to.

  1. You have probably changed the config file but that is not enough. Double-check you executed update-grub afterwards (this makes the change permanent). sudo update-grub

  2. You run it in a VM. Please check which video card you are emulating in that VM. In my case I chose video=QXL (but that is a VM created with QEMU-KVM; yours is probably different). Choose something more advanced than video=VGA or =Cirrus; for example chose VMVGA if that is available for your VM.

Rolf
  • 635