From c878916e22ad09897de3cc861f099e9e9b1140dd Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 2 Jul 2019 17:51:05 +0300 Subject: [PATCH] Clover --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 365511c..79b25e6 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,7 @@ Tested on Cygwin and WSL, should work on most Linux distros. ## iCloud and iMessage connectivity -iCloud and iMessage and other connected Apple services require a valid device serial number, device name, and board ID. Set them before the installation by editing the script, or after the installation with the following commands: -``` -VBoxManage setextradata "${vmname}" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "${devicename}" -VBoxManage setextradata "${vmname}" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "${boardid}" -VBoxManage setextradata "${vmname}" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "${serialnumber}" -``` -An invalid serial number that matches the correct structure for the device name and board ID might work, too. +iCloud, iMessage, and other connected Apple services require a valid device name and serial number, board ID and serial number, and other genuine (or genuine-like) Apple parameters, some of which are not passed to the virtual machine by VirtualBox. These parameters may be set by [attaching an ISO of the bootloader Clover](https://sourceforge.net/projects/cloverefiboot/files/Installer/) and changing the parameters on the Clover SMBIOS options screen, however this script is not compatible with booting macOS from Clover on VirtualBox. ## Storage size