meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.26k stars 680 forks source link

Not install kali linux #793

Open rohitproach96 opened 7 years ago

rohitproach96 commented 7 years ago

[18:57:39] Updating configuration file ... done [18:57:39] >>> install [18:57:39] Checking installation path ... done [18:57:39] Making file system (ext4) ... fail [18:57:39] <<< install

Can you tell me what it happean?

How i install kali linux?

rohitproach96 commented 7 years ago

[19:07:36] Updating configuration file ... done [19:07:36] >>> status [19:07:37] Linux Deploy: 1.5.6-193 [19:07:37] BusyBox: v1.26.2-meefik [19:07:37] Device: SM-J200G [19:07:37] Android: 5.1.1 [19:07:37] Architecture: armv7l [19:07:37] Kernel: 3.10.9-11165871 [19:07:37] Memory: 42/892 MB [19:07:37] Swap: 260/511 MB [19:07:37] SELinux: yes [19:07:37] Loop devices: yes [19:07:37] Support binfmt_misc: no [19:07:37] Supported FS: cramfs exfat ext2 ext3 ext4 fuseblk msdos romfs vfat [19:07:37] Mounted system: unknown [19:07:37] Running services: [19:07:37] SSH: no [19:07:37] GUI: no [19:07:37] Mounted parts on Linux: [19:07:37] ...nothing mounted [19:07:37] Available mount points: [19:07:37] /sys/kernel/debug: 0.0/0.0 GB (debugfs) [19:07:37] /mnt/asec/com.buak.Link2SD-2: 0.0/0.0 GB (ext4) [19:07:37] /cpefs: 0.0/0.0 GB (ext4) [19:07:37] /system: 0.1/2.2 GB (ext4) [19:07:37] /cache: 0.2/0.2 GB (ext4) [19:07:37] /data: 3.8/4.5 GB (ext4) [19:07:37] /efs: 0.0/0.0 GB (ext4) [19:07:37] /persdata/absolute: 0.0/0.0 GB (ext4) [19:07:37] /mnt/shell/emulated: 3.8/4.5 GB (fuse) [19:07:37] /mnt/shell/emulated/0/Android/obb: 3.8/4.5 GB (fuse) [19:07:37] /mnt/shell/knox-emulated: 3.8/4.5 GB (fuse) [19:07:37] /mnt/shell/enc_media: 3.8/4.5 GB (fuse) [19:07:37] /su: 0.1/0.1 GB (ext4) [19:07:37] /mnt/media_rw/extSdCard: 25.7/29.7 GB (vfat) [19:07:37] /storage/extSdCard: 25.7/29.7 GB (fuse) [19:07:37] /storage/emulated/0: 3.8/4.5 GB (fuse) [19:07:37] /storage/emulated/0/Android/obb: 3.8/4.5 GB (fuse) [19:07:37] /storage/emulated/legacy: 3.8/4.5 GB (fuse) [19:07:37] /storage/emulated/legacy/Android/obb: 3.8/4.5 GB (fuse) [19:07:37] Available partitions: [19:07:37] /dev/block/mmcblk1p1: 30 GB (62331904 29.7G c Win95 FAT32) [19:07:38] <<< status

Tell me what problem in my device?

How i install kali linux in my device

findmenowzero commented 7 years ago

https://github.com/meefik/linuxdeploy/wiki/_pages Read this and do same like the guide says

rohitproach96 commented 7 years ago

[20:08:17] >>> deploy [20:08:17] <<< deploy

I try what what you ask me but it also not working

See what happean

[20:10:09] >>> status [20:10:09] Architecture: [20:10:09] Kernel: [20:10:09] Memory: / MB [20:10:09] Swap: / MB [20:10:09] SELinux: yes [20:10:09] Loop devices: no [20:10:09] Support binfmt_misc: no [20:10:09] Supported FS:
[20:10:09] Installed system: unknown [20:10:09] Status of components: [20:10:09] Mounted parts: [20:10:09] ...nothing mounted [20:10:09] Available mount points: [20:10:09] ...no mount points [20:10:09] Available partitions: [20:10:09] ...no available partitions [20:10:09] <<< status

See my status and tell me what happean Why i can't install

findmenowzero commented 7 years ago

Bro the stauts seas like ur phone not supports loop device

Do again all the things check su permissions and install deploy again Remove sd card and try to install on ur phone check what happen is it insalling on internal memory

rohitproach96 commented 7 years ago

Bro i check my status first its show loop device now it show not loop

findmenowzero commented 7 years ago

Its sometime phone mess up Uninstall the deploy app and install agin without memory card

findmenowzero commented 7 years ago

or catch me on wattsapp iam from india 8054834939

rohitproach96 commented 7 years ago

Can you tell me how i loop my samsung j2

findmenowzero commented 7 years ago

Loop not support ur kernal so chnge the rom use custom rom like 6.0 or 7.0 or kitkat

https://forum.xda-developers.com/showthread.php?t=2789155 Read this its give some clue to u

Check whether your device supports Loop Device or not??? Its very easy to check whether your device supports LOOP Device or not. Just follow the steps:-

1.open your terminal emulator and go to the root directory. Now type cp /proc/config.gz /sdcard/kernel_config.gz

  1. You will find a file named kernel_config.gz on your sdcard root.

  2. Unzip the archive with Winrar or 7zip and open the file inside with any text editor.

  3. Now look for the configure option - CONFIG_BLK_DEV_LOOP=y

  4. If it is written as CONFIG_BLK_DEV_LOOP is not set or CONFIG_BLK_DEV_LOOP=n then your device doesn't support loop device.