LG GT540 with Ubuntu in chroot
Hi and THX to all Developers 4 their great Work!
Today I need your help:
i have: 2.1 Black Edition by Quarx with Kernel 0.3.1, 16GB SDCard class10 (14GB fat/1GB ext2) using Link2SD
i want: ubuntu in chroot
i used this guide: h**p://nexusonehacks.net/nexus-one-hacks/how-to-install-ubuntu-on-your-nexus-oneandroid , copy ubuntu to sdcard and execute ubuntu.sh
my problem:
# su
su
# cd /sdcard/ubuntu
cd /sdcard/ubuntu
# sh ./ubuntu.sh
sh ./ubuntu.sh
modprobe: not found
clear: not found
rm failed for -f, No such file or directory
rm failed for -f, No such file or directory
rm failed for -f, No such file or directory
rm failed for -f, No such file or directory
rm failed for -f, No such file or directory
mkdir failed for /data/local/mnt, File exists
clear: not found
rm failed for /system/bin/fsrw, No such file or directory
rm failed for /system/bin/bootubuntu, No such file or directory
rm failed for /system/bin/unionfs, No such file or directory
rm failed for -/system/bin/mountonly, No such file or directory
cp: not found
cp: not found
cp: not found
cp: not found
Unable to chmod bootubuntu: Operation not permitted
clear: not found
there seems to be a problem with modprobe and cp.
maybe i have to change paths in script-file, but i don't know the right.
Do you know what i have to do to get it up and running?