HOW TO RUN BACKTRACK 5 ON THE NOKIA N900

03:26 1 Comments

Instructions :

(Be sure you have rootsh & easy-chroot)

Put the bt5.img anywhere (eg: /home/user/Mydocs/bt5 )
you can download the image here

open Terminal
Code:

sudo gainroot
mkdir /mnt/bt5
qchroot /home/user/MyDocs/bt5/bt5.img /mnt/bt5/
export USER=root
vncpasswd (Needs to be done once for setting up a password)
vncserver -geometry 800x470
startvnc

Now go back to open VNC and leave terminal open in background
In VNC use this settings :
The adress is 127.0.0.1:590x
x Is the number you see when you typed "startvnc" inside BT5. You will see something like this :
"Log file is /home/user/.vnc/Nokia-N900:x.log"
Mine was "Log file is /home/user/.vnc/Nokia-N900:1.log", so i have 127.0.0.1:5901
Enter password you choosed before, log in have fun.
When done and VNC is closed, do this to shutdown BT5:
Go back to opend terminal
Code:

stopvnc
exit
qumount /mnt/bt5
exit

Download www.backtrack-linux.org/downloads/

Image Name: BT5-GNOME-ARM.7z
Size (MB): 1060
Desktop: GNOME
Architecture: arm

1 comment:

  1. Hello,

    I decreased the image size and successfully copied into mobile..., but when I type the command "qchroot /home/user/MyDocs/bt5/bt5.img /mnt/bt5"

    getting error like "/bin/sh: qchroot: not found"

    Please let me know why am getting these error.

    Thanks,
    Krishna Giridhar

    ReplyDelete