![]() |
2011-05-16
, 13:23
|
Posts: 40 |
Thanked: 15 times |
Joined on May 2011
|
#182
|
I've copied the bt5.img to /Mydocs/bt5/
When I run "qchroot /home/user/Mydocs/bt/bt5.img /mnt/bt5/" I get an error "The image specified (/home/user/Mydocs/bt/bt5.img) does a regular nor a block special file. First paramenter must be an image file or partition."
What's wrong?
Edit:
It's "MyDocs"
The Following User Says Thank You to sequel7 For This Useful Post: | ||
![]() |
2011-05-16
, 13:43
|
Posts: 182 |
Thanked: 84 times |
Joined on Jul 2010
@ Jordan
|
#183
|
I've copied the bt5.img to /Mydocs/bt5/
When I run "qchroot /home/user/Mydocs/bt/bt5.img /mnt/bt5/" I get an error "The image specified (/home/user/Mydocs/bt/bt5.img) does a regular nor a block special file. First paramenter must be an image file or partition."
What's wrong?
Edit:
It's "MyDocs"
The Following User Says Thank You to fatcobrah For This Useful Post: | ||
![]() |
2011-05-16
, 14:02
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#184
|
![]() |
2011-05-16
, 14:08
|
Posts: 40 |
Thanked: 15 times |
Joined on May 2011
|
#185
|
The Following User Says Thank You to sequel7 For This Useful Post: | ||
![]() |
2011-05-16
, 14:09
|
Posts: 40 |
Thanked: 15 times |
Joined on May 2011
|
#186
|
The Following User Says Thank You to sequel7 For This Useful Post: | ||
![]() |
2011-05-16
, 14:33
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#187
|
It's actually an operating system with a whole bunch of tools compiled and ready for use. And yes, there is fantastic training available at offsec.com
![]() |
2011-05-16
, 14:43
|
Posts: 40 |
Thanked: 15 times |
Joined on May 2011
|
#188
|
hmmm....great....reading upon documentations, its a killer! but i may find myself a hard time catching up on it.
![]() |
2011-05-16
, 16:04
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#189
|
Here is how i did it :
(Be sure you have rootsh & easy-chroot)
Everything typed in terminal is blue
- Put the bt5.img anywhere (i did it in /home/user/Mydocs/bt5, so rest of the howto is based on that but can be changed)
- open Terminal
- sudo gainroot
- mkdir /mnt/bt5 (needs to be done only first time to create the folder)
- qchroot /home/user/Mydocs/bt/bt5.img /mnt/bt5/ (when you see root@chroot you are good to go)
- 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
- stopvnc
- exit
- qumount /mnt/bt5
- exit
- exit
Hope i did not miss something, will put the link with the img as soon as it is up (bout 1h30 left)
Will be away until tonight, hope it works.
![]() |
2011-05-16
, 16:20
|
|
Posts: 50 |
Thanked: 12 times |
Joined on Aug 2010
@ Greece
|
#190
|
Had some time today and downloaded the img..
/mnt/bt5 gets created in / on the n900 itself? Is that right or should it be in /MyDocs/mnt/bt5?
Dont like the idea it sits in /, wont that take up rootfs space?
When I run "qchroot /home/user/Mydocs/bt/bt5.img /mnt/bt5/" I get an error "The image specified (/home/user/Mydocs/bt/bt5.img) does a regular nor a block special file. First paramenter must be an image file or partition."
What's wrong?
Edit:
It's "MyDocs" and /bt5/
I should write the path correctly.
Last edited by Mr. Incredible; 2011-05-16 at 15:00.