On Jo, 25 iul 19, 12:37:17, Martin McCormick wrote: > > I mounted /dev/sde1 to /mnt and used rsync to copy > everything it could including devices to /home/wheezy > > rsync --devices -alHvbq /mnt/ /home/wheezy
You might want to try bind mounting /dev from the host system before chrooting. mount -o bind /dev /home/wheezy/dev /proc and /sys might also be needed for the chroot to work properly. mount -t proc proc /home/wheezy/proc mount -t sysfs sys /home/wheezy/sys Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser
signature.asc
Description: PGP signature