Hi,
it can be, that your usb stick formatted in a wrong way. when you have the USB stick connected to your PirateBox and you login to it, then check out the following and post it to the forum:
I assume at this point, that you USB Stick if formatted directly with a filesystem (that would be /dev/sda only). PirateBox is assume that one Partition is installed on the USB stick, which would be represented as /dev/sda1 .
If it turns out like that, you can try to repartition and reformat the stick and then retry the installation of the box.
(The other idea, that came in my mind, but wasn't test by myself is to change the configuration to use /dev/sda directly doing the following commands:
Matthias
it can be, that your usb stick formatted in a wrong way. when you have the USB stick connected to your PirateBox and you login to it, then check out the following and post it to the forum:
ls /dev/sda* dmesg | grep sda
I assume at this point, that you USB Stick if formatted directly with a filesystem (that would be /dev/sda only). PirateBox is assume that one Partition is installed on the USB stick, which would be represented as /dev/sda1 .
If it turns out like that, you can try to repartition and reformat the stick and then retry the installation of the box.
(The other idea, that came in my mind, but wasn't test by myself is to change the configuration to use /dev/sda directly doing the following commands:
sed -i 's|ext_usbdevice="/dev/sda1"|ext_usbdevice="/dev/sda"|' /etc/ext.config reboot)
Matthias