mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 23:55:50 +03:00
[GH-ISSUE #311] Error "Loading libc6-udeb failed for unknown reasons" on Ubuntu Xenial PXE installer #128
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#128
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 @ravens on GitHub (Feb 26, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/311
I have been hitting this bug today using xenial flavor of ubuntu over PXE. The bug is mentioned in this mailing list message (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833706#45), basically it is probably better to call the netboot image from the *-updates directory for the ubuntu family in src/ubuntu.ipxe. Example : http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/ - > http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/
@antonym commented on GitHub (Feb 26, 2019):
Yeah, I was running into this elsewhere this week. I've bumped them to using the updates kernels, altho that may break signature checking more often since they rotate out those kernels and don't have that directory structure versioned.
@ravens commented on GitHub (Feb 26, 2019):
So what would be the workaround when hitting this bug while using netboot.xyz ? 16.04 has been broken for more than one day now.
@ravens commented on GitHub (Feb 26, 2019):
Nevermind, works great now. I missed the commit
github.com/antonym/netboot.xyz@c92ff0a934@antonym commented on GitHub (Feb 26, 2019):
Ah, sorry, meant to link the commit! Thanks for raising the issue!