mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1664] Incomplete asset downloads #562
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#562
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 @CompPhy on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1664
[X]: This bug persists when memory is increased beyond 8GB.
Describe the bug
I'm attempting to use the new Proxmox 9 ISO and I keep getting I/O errors when the boot loader tries to mount the ISO. I started looking at the asset files and notice that the file was smaller (1.2GB) than the size listed on their download page (1.6GB).
I don't think this is an issue with the target device, it's got plenty of physical memory (32GB) and seems to be getting the asset from netboot just fine. It shows 100% download of the ISO asset at boot time.
I was able to download the file through another machine and then manually copy into my Netboot XYZ assets. After which point I was able to boot the installer properly without errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
I don't have a good way to get screen shots, as this is a bare metal desktop machine. However, here are the errors I'm getting, which I think are both related to a corrupt ISO file.
mounting /dev/loop2 on /mnt/.installer failed: Input/output error
[ERROR] mount '/mnt/pve-installer.squashfs' failed
Additional context