I'm new to this whole hackintosh thing. Using ESXi 6.7 I was able to spin up a High Sierra VM. It runs great with one exception - anything cloud related will not authenticate.
Using Google, I learned that to fix this, certain values need to be added to the .vmx file. I've tried different configurations, but nothing seems to work. Can anyone help?
This is what the current .vmx file shows:
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "14"
vmci0.present = "TRUE"
floppy0.present = "FALSE"
numvcpus = "3"
memSize = "8192"
bios.bootRetry.delay = "10"
firmware = "efi"
powerType.suspend = "soft"
tools.upgrade.policy = "manual"
sched.cpu.units = "mhz"
sched.cpu.affinity = "all"
vm.createDate = "1565895770010466"
scsi0.virtualDev = "lsilogic"
scsi0.present = "TRUE"
sata0.present = "TRUE"
usb.present = "TRUE"
ehci.present = "TRUE"
ethernet0.virtualDev = "e1000e"
ethernet0.networkName = "VM Network"
ethernet0.addressType = "generated"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.present = "TRUE"
sata0:1.deviceType = "cdrom-image"
sata0:1.fileName = "/vmfs/volumes/5cd853e2-89ea1f20-2182-b8ca3abd401b/macOS HighSierra.iso"
sata0:1.present = "TRUE"
displayName = "macos"
guestOS = "darwin17-64"
toolScripts.afterPowerOn = "TRUE"
toolScripts.afterResume = "TRUE"
toolScripts.beforeSuspend = "TRUE"
toolScripts.beforePowerOff = "TRUE"
tools.syncTime = "FALSE"
uuid.bios = "56 4d df b5 41 60 50 5a-19 a0 1c b9 c0 f2 67 e3"
uuid.location = "56 4d df b5 41 60 50 5a-19 a0 1c b9 c0 f2 67 e3"
vc.uuid = "52 c3 3c 02 5b ea 9a 27-4a a9 86 a2 09 a4 cd 9c"
sched.cpu.min = "0"
sched.cpu.shares = "normal"
sched.mem.min = "0"
sched.mem.minSize = "0"
sched.mem.shares = "normal"
ethernet0.generatedAddress = "00:0c:29:f2:67:e3"
vmci0.id = "-1057855517"
cleanShutdown = "TRUE"
extendedConfigFile = "macos.vmxf"
sata0:0.fileName = "macos.vmdk"
sched.sata0:0.shares = "normal"
sched.sata0:0.throughputCap = "off"
sata0:0.present = "TRUE"
tools.guest.desktop.autolock = "FALSE"
nvram = "macos.nvram"
pciBridge0.present = "TRUE"
svga.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
hpet0.present = "TRUE"
RemoteDisplay.maxConnections = "-1"
sched.cpu.latencySensitivity = "normal"
svga.autodetect = "TRUE"
smc.present = "TRUE"
numa.autosize.cookie = "30001"
numa.autosize.vcpu.maxPerVirtualNode = "3"
sched.swap.derivedName = "/vmfs/volumes/5cd853e2-89ea1f20-2182-b8ca3abd401b/macos/macos-334b7c41.vswp"
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
usb.pciSlotNumber = "32"
ethernet0.pciSlotNumber = "160"
ehci.pciSlotNumber = "33"
vmci0.pciSlotNumber = "34"
sata0.pciSlotNumber = "35"
ethernet0.generatedAddressOffset = "0"
monitor.phys_bits_used = "43"
vmotion.checkpointFBSize = "16777216"
vmotion.checkpointSVGAPrimarySize = "16777216"
softPowerOff = "TRUE"
usb:1.speed = "2"
usb:1.present = "TRUE"
usb:1.deviceType = "hub"
usb:1.port = "1"
usb:1.parent = "-1"
toolsInstallManager.updateCounter = "9"
migrate.hostLog = "./macos-334b7c41.hlog"
sata0:0.redo = ""
usb:0.present = "TRUE"
usb:0.deviceType = "hid"
usb:0.port = "0"
usb:0.parent = "-1"
toolsInstallManager.lastInstallError = "21001"
board-id = “Mac-27ADBB7B4CEE8E61”
hw.model.reflectHost = “FALSE”
hw.model = “iMac14,2”
serialNumber.reflectHost = “FALSE”
serialNumber = “C02KP7A9F8JC”
smbios.reflectHost = “FALSE”
efi.nvram.var.ROM.reflectHost = “FALSE”
efi.nvram.var.MLB.reflectHost = “FALSE”
efi.nvram.var.ROM = “3c0754a2f9be”
[link] [comments]
Post a Comment