Ah, of course! I did not read the installation step correctly (late night installation and my eyes were painted on) and missed the command line parameter. I was using the guide here: https://clonezilla.org/liveusb.php following GNU/Linux Method B: Manual Step 5. Thanks for your help!
I'm running a Debian-based distro and I've extracted all the contents of clonezilla-live-2.6.0-37-amd64.zip to a FAT32 partitioned USB stick. When running the makeboot.sh shell script with: sudo /bin/bash makeboot.sh I receive the following error: makeboot.sh: line 214: $1: unbound variable Looking at the script, here is the code it refers to: # check_if_root target_part="$1" Has anyone else had this problem and if so, what do I need to do to resolve it?