mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #883] Ubuntu 21.04 (hirsute) missing in Ubuntu.ipxe #1781
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#1781
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 @Kipjr on GitHub (Apr 25, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/883
Describe the bug
After choosing Ubuntu / Ubuntu Hirsute / Install , I get an error with a very strange url (http://archive.ubuntu.com/ubuntu-installer/amd64/linux). Looks like some variables were never initialized. Got a workaround for this, and the fix looks rather simple.
It seems that there might be another issue involved regarding a missing 'goto' statement which causes this specific erroneous URL:
github.com/netbootxyz/netboot.xyz@8bae5e5cb9/roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (L71)github.com/netbootxyz/netboot.xyz@8bae5e5cb9/roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (L72)To Reproduce
Steps to reproduce the behavior:
Expected behavior
The installation script with some output.
Screenshots
Additional context
Webapp Version: | 0.6.3
Menus Version: | 2.0.36
Workaround
edit ubuntu.ipxe and insert after
this new text
@antonym commented on GitHub (Apr 25, 2021):
Can you try the development endpoint via the Utility menu and see if you are still seeing the same result? That should hopefully be all fixed in the next release.
@Kipjr commented on GitHub (Apr 25, 2021):
It seems to be working.
@antonym commented on GitHub (Apr 26, 2021):
Fixes should be released in 2.0.37 which is rolling out right now.