-
Notifications
You must be signed in to change notification settings - Fork 324
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
[Bug]: install error #138
Comments
same problem,v15 will infinite reboot,v13 14 can take installation successfully but will also infinite reboot after install. |
Please post the full log output, so that we can see which CPU you have, etc. |
intel 5105 |
So why do you set |
my nas System is base on debian12,so shouldn't is the problem.btw the first comment is not I posted. |
cat /proc/cpuinfo | grep "model name" | uniqmodel name : Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz |
macos1.txt |
Operating system
install macos with docker in dell r740 centos7
Description
systemc
cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
[root@ira-r740 macos]# docker version
Client: Docker Engine - Community
Version: 24.0.5
API version: 1.43
Go version: go1.20.6
Git commit: ced0996
Built: Fri Jul 21 20:39:02 2023
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 24.0.5
API version: 1.43 (minimum version 1.12)
Go version: go1.20.6
Git commit: a61e2b4
Built: Fri Jul 21 20:38:05 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.21
GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
runc:
Version: 1.1.7
GitCommit: v1.1.7-0-g860f061
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "15"
DISK_SIZE: "512G" # 指定映射磁盘大小
RAM_SIZE: "128G" # 指定内存大小
CPU_CORES: "32" # 指定 CPU 核心数
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
dns:
- 8.8.8.8
- 8.8.4.4
ports:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
volumes:
- /1t/macos:/storage
stop_grace_period: 2m
Docker log
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)
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: