Included Machine - Starting Point - Getting EOF error when trying initialise the container

Hello,

Currently I am having an issue with running the lxc init command on the “alpine” container. I get the below error.

Error: Unpack failed, Failed to run: unsquashfs -f -d /var/lib/lxd/storage-pools/default/containers/privesc/rootfs -n -da 194 -fr 194 -p 1 /var/lib/lxd/images/49b3dce8db08ac9d4c22e860d10c2b87e2b7b0cf9dae4d006416b9121800449f.rootfs: Read on filesystem failed because EOF
read_uids_guids: failed to read id index table
FATAL ERROR:failed to uid/gid table
Parallel unsquashfs: Using 1 processor.  Read on filesystem failed because EOF

I also have an issue with uploading the rootfs.squashfs file via tftp. It kinda just hangs and never finshes but the file is “uploaded”. I tried to tar the file but same thing happens.

Has anyone else had this issue?