From aea1f148a91a330a06ee9358a9a55d3035d5b25c Mon Sep 17 00:00:00 2001 From: Till Kottmann Date: Wed, 13 Nov 2019 02:04:14 +0100 Subject: [PATCH] Add steps to edit config.plist from the host OS --- docs/guide-screen-resolution.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guide-screen-resolution.md b/docs/guide-screen-resolution.md index 3ede796..e10b216 100644 --- a/docs/guide-screen-resolution.md +++ b/docs/guide-screen-resolution.md @@ -17,3 +17,13 @@ _(Thanks to [passthroughpo.st](https://passthroughpo.st/new-and-improved-mac-os- - Edit that to your preferred screen resolution. - Some odd/intermediate resolutions like 1366×768 may not work well. Try to stick to more common 16:9, 16:10, and 4:3 form factors. + +### Linux based alternative + + > This is especially helpful, if you broke something, while trying to change the resolution using the steps above + +1. Install `libguestfs-tools` using your package manager +2. Mount the first partition in the ESP image using `sudo guestmount -a ESP.qcow2 -m /dev/sda1 /mnt` +3. Open the directory (you'll probably need to use your root user for this). `cd /mnt` +4. Navigate into the `Clover` directory (like above) and edit `config.plist` +5. Unmount the image using `sudo guestunmount /mnt`