netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.78k stars 663 forks source link

Proxmox PXE boot dosn't work #1368

Closed OrZidkani closed 8 months ago

OrZidkani commented 8 months ago

Describe the bug

Proxmox PXE install getting failed, I tried to use local assets and also other iso.

The netbooxyz through an error: "dd: error writiing '/etc/hostid' : No Space left on device mount: mounting /dev/loop1 on /mnt/.base failed: No such file or directory [ERROR] mount '/mnt/pve-base/squasfs' failed

To Reproduce Steps to reproduce the behavior:

  1. Go to PXE menu an try to boot Proxmox VE

Expected behavior The PXE should install Proxmox, I susspect it related to ISO size and i confirm that even with ISO size who is half size (600MB) out of 1.2GB the issue perssist. Screenshots image

Additional context My env: Netbootxyz:latest - Docker container. PXE Client: Proxmox VM

antonym commented 8 months ago

Try increasing your RAM, it looks like it ran out of space to write the ISO to memory.

OrZidkani commented 8 months ago

@antonym Thanks! Increase the ram solved it!