foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.64k stars 1.14k forks source link

Resolution messing up after starting with Virt-Manager? #398

Closed Matthew-Tate-Scarbrough closed 3 years ago

Matthew-Tate-Scarbrough commented 3 years ago

Starting with basic.sh works perfectly, but when I boot using Virt-Manager Clover is fine but actually trying to boot the OS causes three duplicate, 'de-interlaced' images of low quality that overlap, stretched across the screen.

It is worth noting that when using the base resolution, all is well in Virt-Manager. But my main monitor is 1080p, so...

Screenshot_20210106_213524

Screenshot_20210106_213548


EDIT:

It turns out that the solution was to start up the VM with ./basic.sh, press escape and enter exit in the UEFI shell. I am using Catalina, so I had to tab to > Device Manager, then tab down to > OVMF Platform Configuration and manually set the resolution, then save with F10, and poweroff, then start with Virt-Manager.

bourne-against commented 3 years ago

I was having the same problem but found the solution here: https://github.com/foxlet/macOS-Simple-KVM/issues/51#issuecomment-504503903

Matthew-Tate-Scarbrough commented 3 years ago

I was having the same problem but found the solution here: https://github.com/foxlet/macOS-Simple-KVM/issues/51#issuecomment-504503903

That comment link is broken, but I went to Issue #51 and found what I needed, thank you.