Operating system
Gentoo
Description
Macos15 image burns my cpu with
...
[ 29.690600]: AppleSMCFamily::handleSMCResult ERROR in smcGetKeyFromIndexPMIO. 3430 kSMCBadCommand(0x82)
[ 29.690628]: AppleSMCFamily::handleSMCResult ERROR in smcGetKeyFromIndexPMIO. 3430 kSMCBadCommand(0x82)
...
Otherwise just works fine for my purposes, but still bothers me with high cpu load. Can I fix it somehow?
Thanks for your work though!
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos15
environment:
VERSION: "15"
DISK_SIZE: "256G"
RAM_SIZE: "8G"
CPU_CORES: "4"
DHCP: "Y"
devices:
- /dev/kvm
- /dev/net/tun
- /dev/vhost-net
device_cgroup_rules:
- 'c *:* rwm'
cap_add:
- NET_ADMIN
volumes:
- ./macos:/storage
networks:
vlan:
restart: always
stop_grace_period: 2m
networks:
vlan:
external: true
Docker log
dsDxe: failed to load Boot0080 "Mac OS X" from PciRoot(0x0)/Pci(0xA,0x0)/VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,B753AD44120F704C813256180EF0F731)/\3A188B16-46E6-48E3-8B45-594FD90163D4\System\Library\CoreServices\boot.efi: Not Found
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
#[EB|LOG:EXITBS:END] _
#[EB.BST.FBS|-]
#[EB|B:BOOT]
#[EB|LOG:HANDOFF TO XNU] _
======== End of efiboot serial output. ========
Screenshots (optional)
No response
Operating system
Gentoo
Description
Macos15 image burns my cpu with
Otherwise just works fine for my purposes, but still bothers me with high cpu load. Can I fix it somehow?
Thanks for your work though!
Docker compose
Docker log
Screenshots (optional)
No response