[GH-ISSUE #1496] Booting Ubuntu 24.04 on Proxmox fails. #485

Closed
opened 2026-02-27 14:51:57 +03:00 by kerem · 3 comments
Owner

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:

  1. The issue is a netboot.xyz problem and needs to be fixed here.
  2. This issue is an ubuntu issue, but isn't present in the ISO version.

To Reproduce
Steps to reproduce the behavior:

  1. Spin up an EFI based machine on Proxmox
  2. Netboot the latest Netboot.xyz
  3. Boot the Ubuntu 24.04 netinstall (without any additional settings)
  4. Wait and see..

Expected behavior
The installer booting past the cloud-init job like it does on 22.04.

Screenshots
image

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: 1. The issue is a netboot.xyz problem and needs to be fixed here. 2. This issue is an ubuntu issue, but isn't present in the ISO version. **To Reproduce** Steps to reproduce the behavior: 1. Spin up an EFI based machine on Proxmox 3. Netboot the latest Netboot.xyz 4. Boot the Ubuntu 24.04 netinstall (without any additional settings) 5. Wait and see.. **Expected behavior** The installer booting past the cloud-init job like it does on 22.04. **Screenshots** ![image](https://github.com/user-attachments/assets/94ee51dd-609f-4289-b9ca-1bbf55e7c373)
kerem 2026-02-27 14:51:57 +03:00
Author
Owner

@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.

  • Increase the ramdisk_size
  • Add cloud-config-url=/dev/null
echo Loading Ubuntu Subiquity Network Installer...
#kernel ${kernel_url}vmlinuz root=/dev/ram0 ramdisk_size=1500000 ${netboot_params} ${install_params} initrd=initrd.magic ${cmdline}
kernel ${kernel_url}vmlinuz root=/dev/ram0 ramdisk_size=3500000 ${netboot_params} cloud-config-url=/dev/null ${install_params} initrd=initrd.magic ${cmdline}
<!-- gh-comment-id:2274149044 --> @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. - Increase the ramdisk_size - Add cloud-config-url=/dev/null ``` echo Loading Ubuntu Subiquity Network Installer... #kernel ${kernel_url}vmlinuz root=/dev/ram0 ramdisk_size=1500000 ${netboot_params} ${install_params} initrd=initrd.magic ${cmdline} kernel ${kernel_url}vmlinuz root=/dev/ram0 ramdisk_size=3500000 ${netboot_params} cloud-config-url=/dev/null ${install_params} initrd=initrd.magic ${cmdline} ```
Author
Owner

@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:
Screenshot 2024-08-08 at 10 18 34 PM

<!-- gh-comment-id:2277068765 --> @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: ![Screenshot 2024-08-08 at 10 18 34 PM](https://github.com/user-attachments/assets/44bc0eed-485f-44b0-9099-679638f1783f)
Author
Owner

@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.

<!-- gh-comment-id:2277141392 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#485
No description provided.