![]() |
2010-12-09
, 07:01
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#162
|
![]() |
2010-12-09
, 07:16
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#163
|
hi if you want to install on the mmc I recomend to just put the *.img.ext2 on it, leve the ubuntu folder on /home/user, the scripts are made to recognice th image on the mmc or MyDocs so follow all the steps as it is
![]() |
2010-12-09
, 07:35
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#164
|
hi anthonie please help me with this I want to experiment with something. Please open a chroot ubuntu xterminal and type xephwm5 tell me if something hapen
![]() |
2010-12-09
, 07:50
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#165
|
I tried
cd /home/user/ubuntu
./chrootubuntu *.img.ext2
But it gives EZ-CHROOT ERROR
The image is specified (/,ubuntu) does not exist or is neither a regular nor a block special file
First parameter must be an image file or partition
Everything set up, running chroot... chroot: cannot execute /home/user/MyDocs/ubuntu-m5-v1.img.ext2: Permission denied ~/ubuntu $
The Following User Says Thank You to anthonie For This Useful Post: | ||
![]() |
2010-12-09
, 08:34
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#166
|
Hmm. Out of curiosity I tried
cd /home/user/ubuntu
./chrootubuntu /home/user/MyDocs/specific-image-name-because-i-have-more-than-one.
As expected I get the message chroot is not supposed to handle that file.
Why donīt you simply edit the ubuntu file and change the image location there?Code:Everything set up, running chroot... chroot: cannot execute /home/user/MyDocs/ubuntu-m5-v1.img.ext2: Permission denied ~/ubuntu $
![]() |
2010-12-09
, 09:05
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#167
|
Hmm. Out of curiosity I tried
cd /home/user/ubuntu
./chrootubuntu /home/user/MyDocs/specific-image-name-because-i-have-more-than-one.
As expected I get the message chroot is not supposed to handle that file.
Why donīt you simply edit the ubuntu file and change the image location there?Code:Everything set up, running chroot... chroot: cannot execute /home/user/MyDocs/ubuntu-m5-v1.img.ext2: Permission denied ~/ubuntu $
Edit: confirmed
I just moved the ubuntu image with the standard file manager to my sd card, changed the location in /ubuntu/chrootubuntu and it works without problems at first sight.
./ubuntu: line 9: /media/mmc1/ubuntu/chrootubuntu: Permission denied ./ubuntu: line 12: /media/mmc1/ubuntu/chrootubuntu: Permission denied
if [ "x$UBUNTUIMG" = "x" ] ; then UBUNTUIMG="`ls -1 /media/mmc1/ubuntu*.img* | head -1`" fi if [ "x$UBUNTUCHROOT" = "x" ] ; then UBUNTUCHROOT="/.ubuntu" fi if [ ! -d "$UBUNTUCHROOT" ] ; then sudo mkdir $UBUNTUCHROOT fi sudo qchroot $UBUNTUIMG $UBUNTUCHROOT "$@"
![]() |
2010-12-09
, 09:20
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#168
|
![]() |
2010-12-09
, 09:33
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#169
|
I suspect that error has to do with a moved ubuntu homefolder. Where have you put it? And if you put it somewhere else, make sure to
code in a new terminal
cd /ubuntu
nano ubuntu
and make sure that the line that says "scriptdir=" is pointing to the right location.
![]() |
2010-12-09
, 09:40
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#170
|
The Following User Says Thank You to anthonie For This Useful Post: | ||
I was just about to install the ubuntu version. Will report back to you as soon as I can.