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

[Bug]: install error #138

Open
ojbkxiongdei opened this issue Nov 21, 2024 · 7 comments
Open

[Bug]: install error #138

ojbkxiongdei opened this issue Nov 21, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@ojbkxiongdei
Copy link

Operating system

install macos with docker in dell r740 centos7

Description

image

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

@ojbkxiongdei ojbkxiongdei added the bug Something isn't working label Nov 21, 2024
@xiele88787
Copy link

same problem,v15 will infinite reboot,v13 14 can take installation successfully but will also infinite reboot after install.

@kroese
Copy link
Contributor

kroese commented Nov 21, 2024

Please post the full log output, so that we can see which CPU you have, etc.

@xiele88787
Copy link

intel 5105

@kroese
Copy link
Contributor

kroese commented Nov 21, 2024

So why do you set CPU_CORES to 32? A N5105 has only 4 cores in total, and you need to leave some spare for CentOS, so do not set CPU_CORES higher than 2. If it still doesnt work after that, I think its a CentOS problem, on Ubuntu or Debian it should work.

@xiele88787
Copy link

xiele88787 commented Nov 22, 2024

my nas System is base on debian12,so shouldn't is the problem.btw the first comment is not I posted.

@ojbkxiongdei
Copy link
Author

cat /proc/cpuinfo | grep "model name" | uniq

model name : Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz

@xiele88787
Copy link

macos1.txt
log output

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

3 participants