mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #957] Boot.cfg changes not working #253
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#253
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 @elsucht on GitHub (Aug 7, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/957
Describe the bug
Changes to boot.cfg in dockerized netboot.xzy are not used.
To Reproduce
Expected behavior
Setting live_endpoint to local server in boot.cfg should use local endpoint and so avoid downloads
Additional context
@antonym commented on GitHub (Aug 14, 2021):
Tried replicating this and it worked well for me. Once you edit the live_endpoint to the local url it should only pull that asset locally. I'd make sure you aren't having an error on the first load and that it fallings back to the internet hosted version.
@MaKaNu commented on GitHub (Jun 13, 2024):
I have a similiar issue. How can I see or test if my new config has errors?
The only thing I did was downloading local assets for ubuntu & ubuntu live (not all flavors) and changed the value for live_endpoint to http://my_netboot_server:8080. Also checked the ftp server and saw the files. But when I boot it always falls back to web downloading.
@geekmoto13 commented on GitHub (Jun 14, 2024):
im noticing that with ubuntu 24.04
@MaKaNu commented on GitHub (Jun 14, 2024):
had same issue with debian bookworm
@godzillajenkins commented on GitHub (Sep 20, 2024):
@MaKaNu @geekmoto13 Did you find any solution?
@geekmoto13 commented on GitHub (Sep 20, 2024):
have you updated to the latest menu version? that seems to have fixed most of it
@geekmoto13 commented on GitHub (Sep 20, 2024):
also i have been able to get it working
@MaKaNu commented on GitHub (Sep 23, 2024):
I can't provide a complete answer, since I am not sure if it actually worked. I have recently installed a few new Ubuntu machines via net iso and I saw again the status of the downloading process.
The process starts with trying from our netboot.xyz and start downloading from releases instead of using a cached version.