Active Topics

 


Reply
Thread Tools
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#71
Originally Posted by moerderameise View Post
i have installed easy chroot and easy deb chroot. I found another advice on how to edit the .chroot file to just click on the debian chroot icon to launch, but that always gives invalid argument while mounting. Doesn't matter if i try to mount to the p2 with the file system or to p4 with the image. And when i try to follow the instructions above, i enter losetup /dev/loop0 /mnt/kali -o 128974848 nothing happens and when i enter the next step i get a no sich device error...
Hi,

I answered to your P.M.; hope that helped.

Easy deb chroot has nothing to do with the process above as you need easy chroot! Easy Deb chroot is for easy debian chroot-ing...

(((You can have easy debian-like scripts of course you just need to edit 6 or 7 files for that. I made this and there are some issues as you have to make some changes in Kali to make stylus "tap and hold" function and keyboard input in XFCE to work. That is only from curiousity; command line is the real environment for kali tools... )))

jm

Last edited by justmemory; 2015-10-15 at 09:59.
 

The Following User Says Thank You to justmemory For This Useful Post:
Posts: 45 | Thanked: 136 times | Joined on Jan 2012 @ Hyderabad
#72
Originally Posted by Kalax03 View Post
Hi,

First of all, nice work!

I'm trying to install U-Boot but i'm afraid of bricking my N900. How do i install it? Because this is all new for me, i just have my N900 for like 2 months. It's a new world for me So please bear with me.

It won't let me install in extras devel. It's conflicting with Kernel-Maemo and KP53. I currently have KP53 flashed.

Can someone please help me out and give me some basic instructions? I will be a happy man when i can run Kali Linux on my N900
You need to install u-boot for kernel power, it is different from normal u-boot. U-boot (kernel power) installer should be there in extras-devel repository.
 

The Following 2 Users Say Thank You to rapol.goutham For This Useful Post:
Posts: 26 | Thanked: 33 times | Joined on Oct 2014 @ Bulgaria
#73
@rapol.goutham Can you make kali 2.0 image for our beloved N900?
The official documentation link seems to lead to Raspberry PI guide,
is it "ok" to follow ?
 
Posts: 45 | Thanked: 136 times | Joined on Jan 2012 @ Hyderabad
#74
Originally Posted by noobismall View Post
@rapol.goutham Can you make kali 2.0 image for our beloved N900?
The official documentation link seems to lead to Raspberry PI guide,
is it "ok" to follow ?
Yes you can use that documentation to port it to our N900. BTW currently I am busy with my work. I will try to do it in my free time.
 

The Following 4 Users Say Thank You to rapol.goutham For This Useful Post:
Posts: 92 | Thanked: 144 times | Joined on Apr 2014
#75
Originally Posted by justmemory View Post
Hi,

the image file that the .zip contains is "chrootable", so it can be used via a vnc viewer (I use PresenceVNC), so it is not necessary to install it via U-Boot.

If you want graphical interface, you have to install vncserver on kali,


/EDIT (2015.11.03): As you may noticed, there is Kali 2.0 and the repos have changed to sana. Because of this you cannot install anything with the stock repos. If you change your sources.list to sana it may break your kali 1.1.0 distro so be careful!
Thanks for this detailed post. I've run into a problem after dedicating the day to this however. the .img is chrooted and mounted from ext3 partition on sd card, succes! Next challenge:
What is the most do-able way to install vnc-server on the chrootable .img now that repos have changed? vim the sources list did not work, what do you suggest?

Last edited by Dongle Fongle; 2015-11-20 at 23:03.
 

The Following User Says Thank You to Dongle Fongle For This Useful Post:
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#76
Originally Posted by Dongle Fongle View Post
Thanks for this detailed post. I've run into a problem after dedicating the day to this however. the .img is chrooted and mounted from ext3 partition on sd card, succes! Next challenge:
What is the most do-able way to install vnc-server on the chrootable .img now that repos have changed? vim the sources list did not work, what do you suggest?
Hi,

as far as I know it is not doable with this image, so we have to wait to another image or make our own...

Editing the sources list won't work as the installation would upgrade the libc6 but will fail as it sees the kernel version of Maemo and it is lower than the installation needs.
I found a way on the net to mimc the kernel version but it did not work either...

So - and please correct me - I'm afraid you won't be able to install anything...
 

The Following User Says Thank You to justmemory For This Useful Post:
jellyroll's Avatar
Posts: 435 | Thanked: 684 times | Joined on Apr 2012 @ Netherlands 020
#77
I did the distribution upgrade from a Linux pc. u-boot.

https://www.raspberrypi.org/forums/v...hp?f=31&t=8478
Attached Images
 

Last edited by jellyroll; 2016-01-01 at 14:34. Reason: u-boot
 

The Following 5 Users Say Thank You to jellyroll For This Useful Post:
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#78
Originally Posted by jellyroll View Post
I did the distribution upgrade from a Linux pc. u-boot.

https://www.raspberrypi.org/forums/v...hp?f=31&t=8478
Hi,

that is great. And could you share that kali image, please?

Thanks,

jm
 

The Following 3 Users Say Thank You to justmemory For This Useful Post:
jellyroll's Avatar
Posts: 435 | Thanked: 684 times | Joined on Apr 2012 @ Netherlands 020
#79
Originally Posted by justmemory View Post
Hi,

that is great. And could you share that kali image, please?

Thanks,

jm
https://dl.dropboxusercontent.com/u/.../Kali.tar.lzma

This is an upgraded of the Kali image that was posted by rapol.goutham.
I canceled keyboard-configuration during the installation process and added connman to fix wifi issues. http://talk.maemo.org/showthread.php?t=93878

From a linux pc.

Code:
apt-get install qemu qemu-user qemu-user-static
mkdir /mnt/kali
losetup /dev/loop0 /home/jellyroll/Desktop/kali-1.1.0a-armhf-n900.img -o 128974848
mount -o loop -t ext4 /dev/loop0 /mnt/kali/
cp /usr/bin/qemu-arm-static /mnt/kali/usr/bin
mount -o bind /dev/pts /mnt/kali/dev/pts
mount -t proc proc /mnt/kali/proc
mount -o bind /dev /mnt/kali/dev
mount -t sysfs sysfs /mnt/kali/sys
mount -o bind /tmp /mnt/kali/tmp
chroot /mnt/kali /bin/bash

Changed the content of /etc/apt/sources.list into:
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free

apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install connman
Errors:
Unsupported ioctl: cmd=0x5331
qemu: Unsupported syscall: 374
https://bugs.launchpad.net/linaro-im...ls/+bug/697684
 

The Following 5 Users Say Thank You to jellyroll For This Useful Post:
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#80
OK, I have been trying to chroot this kali image but it seems that maemo kernel is too old to do this - at least chroot prompts me the following: "FATAL: kernel too old". I think that's it...
 

The Following 2 Users Say Thank You to justmemory For This Useful Post:
Reply

Tags
kali armhf, kali n900, kali nokia n900, kali rx51, linux n900


 
Forum Jump


All times are GMT. The time now is 05:32.