Just got this working, and its awesome. After chrooting a few times, I ran out of loop devices. It seems you need to pass -d to umount any loop mounted devices
ex:
Code:
umount -d /mnt/debian
You dont need it for sys,proc,etc though.
If you have this problem, you can do
Code:
losetup -d /dev/loop/1
for 1-7 to fix the unmounting, without needing to reboot or anything
On mounting the kindle partition (/mnt/us) in debian, I assume you can just do
Code:
mount -o bind /mnt/us /mnt/debian/mnt/us
Correct? Im not a real expert with mount, so there might be some problem with that, but its working fine for me so far. If it is correct, it might be good to add it to bootdebian.sh