Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Booting Ubuntu 24.04 on Proxmox fails. #1496

Closed
justSem opened this issue Aug 3, 2024 · 3 comments
Closed

Booting Ubuntu 24.04 on Proxmox fails. #1496

justSem opened this issue Aug 3, 2024 · 3 comments

Comments

@justSem
Copy link

justSem commented Aug 3, 2024

[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

@justSem justSem added the bug label Aug 3, 2024
@Linuxsmurfen
Copy link

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}

@antonym
Copy link
Member

antonym commented 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

@antonym antonym closed this as completed in 8216ae0 Aug 9, 2024
@antonym
Copy link
Member

antonym commented Aug 9, 2024

Pushed some changes up per the recommendations, lets see if that improves things, it did seem to boot faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants