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] Could not boot: Permission denied #56

Closed
1 task done
JohnyBeGood opened this issue Nov 13, 2023 · 7 comments
Closed
1 task done

[BUG] Could not boot: Permission denied #56

JohnyBeGood opened this issue Nov 13, 2023 · 7 comments

Comments

@JohnyBeGood
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

None of the "Live CDs" versions can't boot. I'm getting this https://prnt.sc/vpTn9Jl7yU2q
ie. When I select Ubuntu 21.04

Expected Behavior

To be able to boot in any Live CD.

Steps To Reproduce

Start by selecting any of the live CDs options.

Environment

- OS: Ubuntu 22.04
- How docker service was installed: On the host

CPU architecture

x86-64

Docker creation

Compose file:

---
version: "2.1"
services:
  netbootxyz:
    image: lscr.io/linuxserver/netbootxyz:latest
    container_name: netbootxyz
    environment:
      - PUID=1000 #current user
      - PGID=1000 #current group
    volumes:
      - /home/johnny/docker-stuff/netboot_xyz/config:/config # optional
      - /home/johnny/docker-stuff/netboot_xyz/assets:/assets # optional
    ports:
      - 3000:3000
      - 69:69/udp
      - 8080:80 #optional
    restart: unless-stopped

Container logs

Container log but I'm not sure if its related to my issue: pastebin.com/TXGZBhVh
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Roxedus
Copy link
Member

Roxedus commented Nov 13, 2023

Please post the full container logs.

Is this a rootless install?

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@IoannisDeligiannopoulos
Copy link

IoannisDeligiannopoulos commented Dec 19, 2023

Hello there.
I'm facing the same issue as described in this post.
I did manage to reproduce the issue as described by JohnyBeGood with Ubuntu 21.04. The only difference is on the Ubuntu release id (*download/21.04-a6acbbfe instead of *download/21.04-8bd32734).
Thanks.

Edit:
My docker-compose.yml:

---
version: "2.1"
services:
  netbootxyz:
    image: lscr.io/linuxserver/netbootxyz:latest
    container_name: netbootxyz
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - MENU_VERSION=1.9.9 #optional
      - PORT_RANGE=30000:30010 #optional
      - SUBFOLDER=/ #optional
    volumes:
      - /netboot/config:/config # optional
      - /netboot/assets:/assets # optional
    ports:
      - 3000:3000
      - 69:69/udp
      - 8080:80 #optional
    restart: unless-stopped

Logs:

[migrations] started
[migrations] no migrations found
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 
   Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
netboot.xyz: https://opencollective.com/netbootxyz/donate
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
[netbootxyz-init] Downloading Netboot.xyz at 1.9.9
[custom-init] No custom files found, skipping...
Connection to localhost (127.0.0.1) 80 port [tcp/http] succeeded!
listening on *:3000
m5Pqf8GAm62vDmFKAAAB connected time=1703322033340
Connection to localhost (127.0.0.1) 3000 port [tcp/*] succeeded!
Connection to localhost (127.0.0.1) 69 port [udp/tftp] succeeded!
[ls.io-init] done.

@drizuid
Copy link
Member

drizuid commented Dec 22, 2023

#56 (comment)

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

5 participants