【原创】Android上安装并运行 Ubuntu 12.04
-
- 帖子: 2
- 注册时间: 2013-01-08 13:34
Re: 【原创】Android上安装并运行 Ubuntu 12.04
脚本应该是内置存储的吧,可以给编一个外置tf卡的脚本吗?我试了把文件放过tf卡,安装正常,但连接上去显示为灰屏
-
- 帖子: 2
- 注册时间: 2013-01-08 13:34
Re: 【原创】Android上安装并运行 Ubuntu 12.04
放内置存储还是不行啊,我的手机是moto mb860,登陆进去就是灰屏
- lunix01
- 帖子: 17
- 注册时间: 2012-02-29 14:23
Re: 【原创】Android上安装并运行 Ubuntu 12.04
看来要期待ubuntu for android了 

-
- 帖子: 1
- 注册时间: 2013-01-14 20:46
- 系统: 12.04
Re: 【原创】Android上安装并运行 Ubuntu 12.04
安装错了Ubuntu的版本了,想卸载重新装,请问怎么办?
-
- 帖子: 716
- 注册时间: 2008-10-31 3:18
- 联系:
Re: 【原创】Android上安装并运行 Ubuntu 12.04
这个牛B,平板能装吗
Ubuntu 桌面培训
Duo T6400 GeForce 9300MGS 4G win10 Lubuntu18.04 64bit双系统奔跑中
P3 667 512M GeForce MX200 Lbuntu10.04
从零开始学游泳 萨顶顶
Duo T6400 GeForce 9300MGS 4G win10 Lubuntu18.04 64bit双系统奔跑中
P3 667 512M GeForce MX200 Lbuntu10.04
从零开始学游泳 萨顶顶
-
- 帖子: 5
- 注册时间: 2013-01-26 23:09
- 系统: xp
Re: 【原创】Android上安装并运行 Ubuntu 12.04
麻烦楼主帮忙看看 这是怎么回事啊 该怎样解决的 刚接触这个 想在手机上熟悉下,不会是手机不支持吧?
$ cd sdcard/ubuntu
$ ls
ubuntu.img
bootscript.sh
ubuntu.sh
$ su#sh ubuntu.sh
Loop device exists
mount: mounting /dev/block/loop255 on /data/local/mnt failed: No such device
mount: mounting devpts on /data/local/mnt/dev/pts failed: No such file or directory
mount: mounting proc on /data/local/mnt/proc failed: No such
[2/3]file or directory
mount: mounting sysfs on /data/local/mnt/sys failed: No such file or directory
mount: mounting /sdcard on /data/local/mnt/sdcard failed: No such file or directory
net.ipv4.ip_forward = 1
ubuntu.sh: cannot create /data/local/mnt/etc/resolv.conf: directory nonexistent
ubuntu.sh: cannot create /data/local/mnt/etc/resolv.conf: directory nonexistent
ubuntu.sh: cannot create
[3/3]/data/local/mnt/etc/hosts: directory nonexistent
Ubuntu is configured with SSH and VNC servers that can be accessed from the IP:
eth0: ip 192.168.1.105 mask 255.255.255.0 flags [up broadcast running multicast]
chroot: can't execute '/root/init.sh': No such file or directory
Shutting down Ubuntu ARM
lsof: not found
failed.
failed.
failed.
failed.
failed.
failed.
#
$ cd sdcard/ubuntu
$ ls
ubuntu.img
bootscript.sh
ubuntu.sh
$ su#sh ubuntu.sh
Loop device exists
mount: mounting /dev/block/loop255 on /data/local/mnt failed: No such device
mount: mounting devpts on /data/local/mnt/dev/pts failed: No such file or directory
mount: mounting proc on /data/local/mnt/proc failed: No such
[2/3]file or directory
mount: mounting sysfs on /data/local/mnt/sys failed: No such file or directory
mount: mounting /sdcard on /data/local/mnt/sdcard failed: No such file or directory
net.ipv4.ip_forward = 1
ubuntu.sh: cannot create /data/local/mnt/etc/resolv.conf: directory nonexistent
ubuntu.sh: cannot create /data/local/mnt/etc/resolv.conf: directory nonexistent
ubuntu.sh: cannot create
[3/3]/data/local/mnt/etc/hosts: directory nonexistent
Ubuntu is configured with SSH and VNC servers that can be accessed from the IP:
eth0: ip 192.168.1.105 mask 255.255.255.0 flags [up broadcast running multicast]
chroot: can't execute '/root/init.sh': No such file or directory
Shutting down Ubuntu ARM
lsof: not found
failed.
failed.
failed.
failed.
failed.
failed.
#
-
- 帖子: 5
- 注册时间: 2013-01-26 23:09
- 系统: xp
Re: 【原创】Android上安装并运行 Ubuntu 12.04
最先 ubuntu.sh文件好像不对,后面看上面的回复,重下了 两个都试了 还是这样的
-
- 帖子: 5
- 注册时间: 2013-01-26 23:09
- 系统: xp
Re: 【原创】Android上安装并运行 Ubuntu 12.04
我去手机dev下找了 没有loop255 是这个的原因么? 后来打开了脚本 是这儿么?
##########################################
#Set up loop device #
##########################################
if [ -b /dev/block/loop255 ]; then
echo "Loop device exists"
else
busybox mknod /dev/block/loop255 b 7 255
fi
#mount -o loop,noatime -t ext2 $kit/ubuntu.img $mnt
busybox losetup /dev/block/loop255 $kit/ubuntu.img
##########################################
#Mount all required partitions #
##########################################
busybox mount -t ext2 /dev/block/loop255 $mnt
##########################################
#Set up loop device #
##########################################
if [ -b /dev/block/loop255 ]; then
echo "Loop device exists"
else
busybox mknod /dev/block/loop255 b 7 255
fi
#mount -o loop,noatime -t ext2 $kit/ubuntu.img $mnt
busybox losetup /dev/block/loop255 $kit/ubuntu.img
##########################################
#Mount all required partitions #
##########################################
busybox mount -t ext2 /dev/block/loop255 $mnt
-
- 帖子: 2
- 注册时间: 2013-01-27 0:10
- 系统: windows 8
Re: 【原创】Android上安装并运行 Ubuntu 12.04
你好楼主,我有一个中型V9a的手机平板,进不了安卓系统了,能不能安装ubuntu?
- lovelyzlf
- 帖子: 946
- 注册时间: 2009-11-04 13:03
- 联系:
Re: 【原创】Android上安装并运行 Ubuntu 12.04
煤油好,哈哈,我用MX2labrusca 写了:支持楼主!不知我的魅族MX可以安不。。。