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

Problem with adding the iso file to intird #43

Open
Boss-man opened this issue Feb 11, 2024 · 1 comment
Open

Problem with adding the iso file to intird #43

Boss-man opened this issue Feb 11, 2024 · 1 comment

Comments

@Boss-man
Copy link

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 ?

@morph027
Copy link
Owner

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.

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

No branches or pull requests

2 participants