mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1368] Proxmox PXE boot dosn't work #419
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#419
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 @OrZidkani on GitHub (Dec 13, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1368
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:
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
Additional context
My env:
Netbootxyz:latest - Docker container.
PXE Client: Proxmox VM
@antonym commented on GitHub (Dec 13, 2023):
Try increasing your RAM, it looks like it ran out of space to write the ISO to memory.
@OrZidkani commented on GitHub (Dec 14, 2023):
@antonym Thanks!
Increase the ram solved it!