Anyone know how what to do with this error message?
Onegaishimasu!
Then this (after clicking on the "Clone" button)
Moderators: 666philb, Forum moderators
The first error message says it needs to have the kernel driver nbd
(Network Block Device)
You can enable it by running in a terminal:
Code: Select all
modprobe nbd
Or you can do modprobe nbd
before the app starts,
for example from a script in /root/Startup/
or you can configure it in /etc/modules
The second message is complaining about python3
My Puppy has python 2.7
My Puppy does not have python 3
You probably need to install python and also any python modules that are not in the python3 package.
williams2 wrote: Thu Nov 10, 2022 8:50 pmThe first error message says it needs to have the kernel driver
nbd
(Network Block Device)You can enable it by running in a terminal:
Code: Select all
modprobe nbd
Or you can do
modprobe nbd
before the app starts,
for example from a script in /root/Startup/
or you can configure it in /etc/modulesThe second message is complaining about python3
My Puppy has python 2.7
My Puppy does not have python 3You probably need to install python and also any python modules that are not in the python3 package.
Hello again will!
This is the reply from RZ's dev...
https://sourceforge.net/p/rescuezilla/d ... e0c1d60f0/
Thanks again!
Note: CloneZilla (all versions) cannot complete the "IMAGE-TO-DEVICE" task within Puppy.