
however when i choose Persistent 08 in the main menu, i get the below error when i select partition /dev/sdd2

what am i doing wrong?
fsmithred wrote:I don't know. Run it again in debug mode (refracta2usb -d) and you'll get a more verbose log. What version of r2u are you using?
--separator=""
# Only up to partition 9, or $persist_dev needs to be redefined. -name "/dev/${DEVICE}[1-9]"
# selection=$(find /dev -mindepth 1 -maxdepth 1 -name "/dev/${DEVICE}[1-9]" \
selection=$(find /dev -mindepth 1 -maxdepth 1 -name "*[sh]d[a-z][1-9]" \
| grep $device | sort | awk '{print "\n" $0 }' \
| $DIALOG --list --title=$"Persistent Partition" --text=$"Select a partition to use for persistence." \
--multiple --column ' ' --column 'Partitions' --height=380 --width=150 ${RADIOLIST} --separator="" \
--${BUTTON0}="OK"${BUTTON0NUM} --${BUTTON1}="Quit Task"${BUTTON1NUM})
--multiple --column ' ' --column 'Partitions' --height=380 --width=150 ${RADIOLIST} --separator="" \
--multiple --column 'Partitions' --height=380 --width=150 ${RADIOLIST} --separator="" \
fsmithred wrote:EDIT
After looking at my commits on refractainstaller, I think you need to remove the null column (after --multiple). I'm not sure if you need the separator or not.
- Code: Select all
--multiple --column 'Partitions' --height=380 --width=150 ${RADIOLIST} --separator="" \
fsmithred wrote:Thanks for testing. I'll make the change and push a new version soon.
Should work fine with uefi if the iso is uefi compatible. The usb will boot on uefi or legacy bios.
* Remove null column in partition list window
* Expand search pattern to find more partitions
fsmithred wrote:Here's the new version:
https://sourceforge.net/projects/refrac ... -2.4.2.deb* Remove null column in partition list window
* Expand search pattern to find more partitions
I don't know if there's a use for the expanded search pattern, but now it will find partitions on mmc devices and virtual drives (vd[a-z]) just like the installer does. I guess they won't show up unless they're usb devices. It will show more than 9 partitions now. (Contrary to what the comment in the script still says.)
Users browsing this forum: No registered users and 0 guests