mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1277] Permission denied for ultimate boot cd #1918
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1918
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 @Darks1de42 on GitHub (Aug 5, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1277
Describe the bug
UBCD Fails booting with the permission denied error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ultimate Boot CD is booting and starting.
Screenshots

@matchuek commented on GitHub (Sep 19, 2023):
this may be a clue:
Originally posted by @antonym in https://github.com/netbootxyz/netboot.xyz/issues/86#issuecomment-190383312
@Thomas-Busch-Waterloo commented on GitHub (Nov 14, 2023):
I can confirm this is still an issue,
@shalak commented on GitHub (Jan 14, 2024):
I'm facing similar issue when using my local asset cache:

The cert on
https:/netbootxyz.mydomain.net/is valid, signed by Let's EncryptI entered the iPXE shell and run
show unixtime(and converted it viadate --date=@$((0x65a43aa6))) to verify that the sytem time is correct - it is. Runningcurl https://netbootxyz-nginx.mydomain.net/ubuntu-squash/releases/download/22.04.3-7e94379b/vmlinuzdownloads the vmlinuz file with no issues.As this probably is a different issue, I've taken a liberty of creating a separate issue for it.
@Furbynat0r1122 commented on GitHub (Feb 14, 2024):
Here is the fix:
Just Replace the Mirror in the utils-pcbios-64.ipxe menu:
:ubcd
set util_path http://pharry.org/data/ubcd539.iso
set util_file ubcd539.iso
set util_version 539
goto boot_memdisk
@antonym commented on GitHub (Feb 19, 2024):
Try the latest rolling build, I was able to load it right up, it should work better with Let's Encrypt Certs now.
https://twitter.com/ipxe/status/1758124717477593405
@shalak commented on GitHub (Feb 21, 2024):
I'm struggling to find the rolling build docker image... I guess I'll have to wait until it's officially released 🤔
@antonym commented on GitHub (Feb 21, 2024):
The latest from the netboot.xyz download page is always rolling.
@shalak commented on GitHub (Feb 21, 2024):
Hmm, the
ghcr.io/netbootxyz/netbootxyz:latestruns netbootxyzv2.0.76and does not work with Let's Encrypt certs@pctripsesp commented on GitHub (Mar 12, 2024):
I downloaded the latest from
https://netboot.xyz/docs/booting/usband still same error