From 4a7f045c56bd4a88373089759906e7473d12d4ab Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Thu, 4 Apr 2019 09:46:53 +0000 Subject: [PATCH] more robust partition resize method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e9cc9..c089224 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ iCloud and iMessage and other connected Apple services require a valid device se ## Storage size -The script assigns the minimum required storage size for the installation. After the installation is complete, the virtual disk image may be increased through VirtualBox, and then the macOS system partition size may be increased through Disk Utility inside the virtual machine by creating a new APFS container while deleting the free space "partition" at the same operation, then subsequently deleting the new container, allowing the system APFS container to take up the space. If Disk Utility reports an error, reboot and repeat the operation. +The script assigns the minimum required storage size for the installation. After the installation is complete, the virtual disk image may be increased through VirtualBox, and then the macOS system partition size may be increased. Inside the virtual machine run `sudo diskutil repairDisk disk0` and then from Disk Utility delete the "Free Space" partition, allowing the system APFS container to take up the space. ## Unsupported features