Hi,
This is the first time I've prepared a bootable Clonezilla Live USB flash memory stick. I ran tuxboot and it seemed to install successfully. But all I got was a "grub> " prompt, no boot-up.
I went back and ran "sudo bash ./makeboot.sh /dev/sdxn" by hand and got this error:
"./makeboot.sh: line 290: dev_model_shown: unbound variable"
The problem is there is no installed dmidecode program on my system used to create the boot stick. Here's a unified diff of my hack:
====== CUT HERE ======
--- clonezilla-live-2.5.6-22-i686_makeboot.sh.orig_bad 2017-02-07
15:17:20.000000000 -0500
+++ clonezilla-live-2.5.6-22-i686_makeboot.sh.edited_good 2018-08-17
14:25:12.000000000 -0400
@@ -286,6 +286,8 @@
else
dev_model_shown="$machine_name"
fi
+else
+ dev_model_shown="Unknown product name"
fi
on_this_machine="on this machine \"$dev_model_shown\""
====== CUT HERE ======
HTH :^)
Clemmitt Sigler
Thanks for this bug report. It's fixed in drbl 2.27.7 and will be used in the next testing Clonezilla live.
Steven