mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1496] Booting Ubuntu 24.04 on Proxmox fails. #485
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#485
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 @justsem on GitHub (Aug 3, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1496
[X]: This bug persists when memory is increased beyond 8GB.
Describe the bug
When trying to boot an Ubuntu 24.04 installer on a Proxmox environment, the installer hangs on the Intial Cloudinit job (metatada service crawler). This doesn't happen when using an Ubuntu ISO from a virtual CD drive.
It doesn't make a difference to whether Cloud-init is configured on the VM or not.
I've tested a bunch of different settings.
Since this error appears on Netboot.xyz this can mean either of 2 things:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The installer booting past the cloud-init job like it does on 22.04.
Screenshots

@Linuxsmurfen commented on GitHub (Aug 7, 2024):
Had the same type of issue and had to change the kernel parameters in the "ubuntu.ipxe" to get it working.
@antonym commented on GitHub (Aug 9, 2024):
I ran into a hang that appeared to last several minutes on cloud init but it finally went through, these were the logs I got from cloud-init:

@antonym commented on GitHub (Aug 9, 2024):
Pushed some changes up per the recommendations, lets see if that improves things, it did seem to boot faster.