mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 15:05:50 +03:00
[GH-ISSUE #96] Brand new docker installation doesn't start #23
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodiaque on GitHub (Jun 22, 2025).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/96
Hello,
Trying to start a new install in docker and I only have crash.
@nodiaque commented on GitHub (Jun 22, 2025):
Turns out the problem was with the fact that I try to run it with uid and gid that is not the default. Once I switched, it work. Probably a perm issue somewhere
@nodiaque commented on GitHub (Jun 22, 2025):
I think it's a compatibility problem with PUID = 99 and PGID = 100. These are the user we use for unraid and it doesn'T work when I put them back even if they have full access (and are owner) of the files
@Aractor commented on GitHub (Oct 24, 2025):
Came here for the same issue. Running the docker container with the standard Unraid "nobody" user/group causes the fatal state error mentioned above. Switch back to the default 1000/1000 and everything loads properly, except now the container's files are owned by my user instead the nobody user.
@fmcatalan commented on GitHub (Dec 1, 2025):
Wanted to confirm that after switching the configured PUID 99 and PGID 100 for 1000/1000 it started working in Unraid.
Had this running for so long (years?) last week needed to boot and it was failing so I came to realize that the container wasn't running properly and this was the cause.