When I change the res of Clover modifying the plist file,the change does not stick and when I reboot the res come back to 1024x768

Hello to everyone,

I've installed Mac OS X High Sierra with qemu / kvm using this guide :

https://github.com/kholia/OSX-KVM/tree/master/HighSierra

I would like to build a clover disk with a resolution of 1920x1080 because mine has a lower res (1024x768).

Pay attention to what he says here :

Create bootable Clover disk.

Edit clover/config.plist.stripped.qemu and set the desired screen resolution (default is 1024x768).

sudo ./clover-image.sh --iso Clover-v2.4k-4644-X64.iso --cfg clover/config.plist.stripped.qemu --img Clover.qcow2 

This command only works on a Fedora (>= 27) host machine.

Infact I tried to run it on my OS,ubuntu 19.04 and it didn't work. It is not able to find the file : Clover-v2.4k-4644-X64.iso. Currently I haven't any fedora installation and usually I don't use that. I prefer debian and ubuntu. I would like to know if someone has already created the clover disk that I need or if he wants to do that.

I have also tried to follow what it is explained here :

https://github.com/foxlet/macOS-Simple-KVM/blob/master/docs/guide-screen-resolution.md

BUT when I reboot the computer,the changes that I did don't stick. And the resolution come back to 1024x768

Maybe I found the reason why the resolution come back to 1024x768 when I restart the vm. Maybe because inside the qemu / kvm commands there is this command line :

-drive if=pflash,format=raw,file=$OVMF/OVMF_VARS-1024x768.fd \

so,I imagine that I should find the OVMF_VARS-1920x1080.fd version of that file ?

submitted by /u/loziomario
[link] [comments]