I want to run Android X86 9.0-r1 virtual machine in Full Hd resolution within Vmware Workstation Player 15.
Boot in debug mode (second option in boot menu)
When booting stops press 'Enter' and enter command mount -o remount,rw /mnt
Command cd /mnt/grub
Command vi menu.lst
Press 'i' to enter edit mode
Replace quiet
parameter in first config with 'nomodeset xforcevesa video=1920x1080' or use own params.You can also add depth buffer like this video=1280x720x32
or add dpi setting video=1280x720x32 DPI=400
Press 'Esc', type ':w', press 'Enter' to save.
Press 'Esc', type ':x', press 'Enter' to exit.
Type reboot -f
Thats all!