Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The disk is locked error #166

Open
ronaldroe opened this issue Dec 20, 2024 · 0 comments
Open

The disk is locked error #166

ronaldroe opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ronaldroe
Copy link

ronaldroe commented Dec 20, 2024

Operating system

Windows 11

Description

Disk is locked error. I've tried adding a volume to the container, but it doesn't register. I only get a 2.8GB disk that says it's locked, despite defining 64Gb in the docker-compose. I've been up and down the docs, and can't see anything I'm missing

Docker compose

services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "13"
DISK_SIZE: "64GB"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
volumes:
- "D:/mac:/storage"
ports:
- 8006:8006
- 8080:8080 # I've added this for other software I intend to run
- 5900:5900/tcp
- 5900:5900/udp
stop_grace_period: 2m

Docker log

BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
2024-12-19 17:42:57 BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2024-12-19 17:42:57 BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2024-12-19 17:43:00 #[EB|LOG:EXITBS:END] _
2024-12-19 17:43:00 #[EB.BST.FBS|-]
2024-12-19 17:43:00 #[EB|B:BOOT]
2024-12-19 17:43:00 #[EB|LOG:HANDOFF TO XNU] _
2024-12-19 17:43:00 ======== End of efiboot serial output. ========

Screenshots (optional)

image

@ronaldroe ronaldroe added the bug Something isn't working label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant