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
Asked
Active
Viewed 1,026 times
1 Answers
0
About the procedure in the article you are referring to.
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
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
-
yeah i did sudo update-grub. I'll check your 2nd point and let you know – Sam Thomas Oct 22 '17 at 23:51
-
I don't have an option to decide what kind of video card I am emulating. I can just say how much graphic memory i can share. I have a radeon card on my macbook pro – Sam Thomas Oct 23 '17 at 02:37
-
Too bad you cannot change the virtual video card type in VMWare. – Rolf Nov 11 '17 at 16:35
-
yeah that's sad. – Sam Thomas Nov 12 '17 at 20:30