I'm getting errors when trying to extract image to usb ssd in terminal in a vm. I'm getting Xz: (stdln): file format not recognized Tar: child returned status 1 Tar: error is not recoverable: exiting now
I'm using psxitarch.tar.gz
If you are using tar -xvJpf that could be the issue. Anytime I've tried to unpack a tar.gz with -xvJpf as the parameters i get the same error. Try using -xvf instead. Also double check that usb is showing up on VM when you plug it in.
tar -xvJpf
I ended up using using -xzvf. Worked just fine. Now just need to test on ps4
I mean -xzpf