Ok so tried new armel and armhf .. wont even mount in linux deploy ... I think the files are different
Kali.old.img is the working image
Code:
$ file *
Kali.img: x86 boot sector; partition 1: ID=0x83, active, starthead 0, startsector 2048, 12619776 sectors, code offset 0xb8
Kali.old.img: Linux rev 1.0 ext2 filesystem data (mounted or unclean), UUID=f48e90ef-167c-433b-8aca-ae80ce014c7e (extents) (large files) (huge files)
kali-linux-1.0.6-armhf.img: x86 boot sector; partition 1: ID=0x83, active, starthead 0, startsector 2048, 11505664 sectors, code offset 0xb8
Here is the output of linux deploy .. it can't even downlaod the image ..
Code:
[22:32:54] + [ file == partition ]
[22:32:54] + msg done
[22:32:54] + echo done
[22:32:54] + [ file == file ]
[22:32:54] + [ 0 -eq 0 ]
[22:32:54] + [ -f /data/sdext2/Kali.img ]
[22:32:54] + stat -c %s /data/sdext2/Kali.img
[22:32:54] + FILE_SIZE=4293918720
[22:32:54] + dirname /data/sdext2/Kali.img
[22:32:54] + DIR_NAME=/data/sdext2
[22:32:54] + stat -c %s -f /data/sdext2
[22:32:54] + BLOCK_SIZE=4096
[22:32:54] + stat -c %a -f /data/sdext2
[22:32:54] Making new disk image (4095 MB) ... + AVAILABLE_SIZE=1648172
[22:32:54] + let AVAILABLE_SIZE=(4096*1648172)+4293918720
[22:32:54] + let IMG_SIZE=(11044831232-11044831232/10)/1048576
[22:32:54] + [ 9479 -gt 4095 ]
[22:32:54] + IMG_SIZE=4095
[22:32:54] + msg -n Making new disk image (4095 MB) ...
[22:32:54] + echo -n Making new disk image (4095 MB) ...
[22:32:55] + set -e
[22:32:55] + dd if=/dev/zero of=/data/sdext2/Kali.img bs=1048576 seek=4095 count=0
[22:32:55] 0+0 records in
[22:32:55] 0+0 records out
[22:32:55] 0 bytes (0 B) copied, 6.1035e-05 s, 0.0 kB/s
[22:32:55] + exit 0
[22:32:55] done
[22:32:55] + [ 0 -eq 0 ]
[22:32:55] + msg done
[22:32:55] + echo done
[22:32:55] + [ file == file -o file == partition ]
[22:32:55] + cat /proc/filesystems
[22:32:55] + grep ext4
[22:32:55] Making file system (ext4) ... + [ -n ext4 ]
[22:32:55] + fs_support=ext4
[22:32:55] + break
[22:32:55] + [ -z ext4 ]
[22:32:55] + [ auto == auto ]
[22:32:55] + FS_TYPE=ext4
[22:32:55] + msg -n Making file system (ext4) ...
[22:32:55] + echo -n Making file system (ext4) ...
[22:32:55] + set -e
[22:32:55] + losetup
[22:32:55] + grep /data/sdext2/Kali.img
[22:32:55] + true
[22:32:55] + is_loop=
[22:32:55] + cat /proc/mounts
[22:32:55] + grep /data/sdext2/Kali.img
[22:32:55] + true
[22:32:55] + is_raw=
[22:32:55] + [ -z -a -z ]
[22:32:55] + mke2fs -qF -t ext4 -O ^has_journal /data/sdext2/Kali.img
[22:32:55] ext2fs_check_if_mount: Can't check if filesystem is mounted due to missing mtab file while determining whether /data/sdext2/Kali.img is mounted.
[22:33:05] + exit 0
[22:33:05] + [ 0 -eq 0 ]
[22:33:05] + msg done
[22:33:05] + echo done
[22:33:05] + return 0
[22:33:05] + [ 0 -ne 0 ]
[22:33:05] + msg Mounting partitions:
[22:33:05] + echo Mounting partitions:
[22:33:05] + mount_system root
[22:33:05] + [ 1 -eq 0 ]
[22:33:05] + [ 1 -gt 1 ]
[22:33:05] + msg -n / ...
[22:33:05] + echo -n / ...
[22:33:05] + cat /proc/mounts
[22:33:05] + grep /data/local/linux/mnt
[22:33:05] + is_mnt=
[22:33:05] + [ -z ]
[22:33:05] + [ ! -d /data/local/linux/mnt ]
[22:33:05] + [ -d /data/sdext2/Kali.img ]
[22:33:05] + MNT_OPTS=rw,relatime
[22:33:05] + mount -o rw,relatime /data/sdext2/Kali.img /data/local/linux/mnt
[22:33:05] done
[22:33:05] Mounting partitions:
[22:33:05] / ... done
[22:33:05] Installing Debian-based distribution:
[22:33:05] + [ 0 -eq 0 ]
[22:33:05] + msg done
[22:33:05] + echo done
[22:33:05] + return 0
[22:33:05] + [ 0 -ne 0 ]
[22:33:05] + msg Installing Debian-based distribution:
[22:33:05] + echo Installing Debian-based distribution:
[22:33:05] + BASIC_PACKAGES=locales,sudo,man-db
[22:33:05] + [ -z ]
[22:33:05] + DEBOOTSTRAP_DIR=/data/local/linux/deploy/debootstrap
[22:33:05] + export DEBOOTSTRAP_DIR
[22:33:05] + debootstrap --no-check-gpg --arch armhf --foreign --extractor=ar --include=locales,sudo,man-db kali /data/local/linux/mnt http://http.kali.org/kali
[22:33:05] I: Retrieving Release
[22:33:05] E: Failed getting release file http://http.kali.org/kali/dists/kali/Release
[22:33:05] + [ 1 -ne 0 ]
[22:33:05] + return 1
[22:33:05] + msg <<< end: install
[22:33:05] + echo <<< end: install
[22:33:05] <<< end: install
[22:33:05] + exit