foxlet / macOS-Simple-KVM

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

Screen Resolution #538

Closed usr577 closed 2 years ago

usr577 commented 2 years ago

I for some reason can't edit the screen Resolution the folder EFI/Clover just doesn't exist

notAperson535 commented 2 years ago

@usr577 you have to mount the efi partition first:

Open the macOS Terminal and type diskutil list and look for the disk/partition location of the EFI. (There may be more than one.) Type sudo diskutil mount diskYsZ, using the disk/partition location name where you see EFI. The EFI partition will appear in the left Finder bar under Volumes. If you don't see anything in that volume after browsing to it, try the other ones that you found in diskutil.

usr577 commented 2 years ago

Thanks for your help it works now

notAperson535 commented 2 years ago

@usr577 You're welcome. Can you close this then?

notAperson535 commented 2 years ago

@usr577 you have to mount the efi partition first:

Open the macOS Terminal and type diskutil list and look for the disk/partition location of the EFI. (There may be more than one.) Type sudo diskutil mount diskYsZ, using the disk/partition location name where you see EFI. The EFI partition will appear in the left Finder bar under Volumes. If you don't see anything in that volume after browsing to it, try the other ones that you found in diskutil.

@usr577 this was in the docs for changing screen resolution