I have provisioned custom boot on clonezilla USB sticks before. However this is the first time I have specifically dealt with the UEFI version that uses the Grub boot loader and grub.cfg file. Using AMD64 Alt build for UEFI Secure Boot

I am attempting to mount my synology over SMB. Which I have completed successfully in the past.

If I use the mount command in ocs_prerun I recieve an error that “-t” command not found

ocs_prerun1=“sleep 2” ocs_prerun2=“mount -t cifs -o user=ghost,password=****** //10.200.X.X/ghost /home/partimag” ocs_prerun4=“sleep 10”

Attempted fixes: sudo mount, /bin/mount…, removal of -t cifs -o, handful of others I am forgetting

If I attempt to use the ocs_repository command as I have in the past. Clonezilla appears to ignore it unless I add /home/partimag to the end, which was not previously required. However after confirming I want to mount this location. I receive an error message. Obviously from the error it is looking for a folder that doesn’t exist, but clonezilla ignores this line without the added /home/partimag in the repository line.

Mounting Samba Server by: LC_ALL=C mount -t cifs “//10.200.x.x/ghost /home/partimag” /home/partimag -o user=“ghost,password=xxxxx”

Mount Error95 operation not supported refer to the mount.cifs(8) manual page

Just curious if anyone else has run into something like this and has found a solution

4 Spice ups

I haven’t run into that specific error but I did have a bear of a time getting my Optiplex 7010 to boot to a CloneZilla Live USB key.

What finally ended up working for me was the latest stable release of the alt amd64 build and RUFUS on an 8GB USB stick formatted with FAT32.

Boots just fine with UEFI and SecureBoot enabled.

I dont have any issues booting to the clonezilla. Just getting it to accept the commands to automatically mount my SMB share for images

Did you find a solution to this? Having exactly the same problem.