pve-iso-2-pxe
pve-iso-2-pxe copied to clipboard
Problem with adding the iso file to intird
I'm trying to run this script on my Synology NAS, which dont have CPIO. And I get to here: 7z x "../proxmox.iso" >> initrd || exit 5
But that just extract the ISO file to where the initrd file is, so it's not added to the file. So when I pxe boot, I just get an error that Proxmox installer is looking for proxmox.iso and then fails.
Can this be done in Windows ?
Looks like you're right and 7z only supports extracting from cpio archives.
You could just setup Ubuntu w/ WSL (via Windows Store) on you Windows and execute the steps which should work.