我试图在我的Nexus 4上跟随本指南和flash Ubuntu。
ubuntu-device-flash touch --channel=ubuntu-touch/stable/ubuntu --bootstrap但是这个工具像这样挂着:
2016/03/30 19:14:09 Expecting the device to expose an adb interface...
2016/03/30 19:14:09 Device is |mako|
2016/03/30 19:14:10 Flashing version 28 from ubuntu-touch/stable/ubuntu channel and server https://system-image.ubuntu.com to device mako
2016/03/30 19:14:19 Start pushing ~/.cache/ubuntuimages/ubuntu-touch/stable/ubuntu/mako/version-28.tar.xz to device
2016/03/30 19:14:19 Start pushing ~/.cache/ubuntuimages/pool/custom-e7bded45d0d16151d514bd048425082697ce175825afad15c0ec8c31d0d7ea98.tar.xz to device
2016/03/30 19:14:19 Start pushing ~/.cache/ubuntuimages/pool/device-d9a1f38a50139f3bd81a94d5f223ede533c376220120d0d984e70db9718cbcb6.tar.xz to device
2016/03/30 19:14:19 Start pushing ~/.cache/ubuntuimages/pool/ubuntu-5f4806a2d26af9d26279d1e66d217281dfa19219a85d2fd64999460f47d6efb9.tar.xz to device
2016/03/30 19:14:19 Done pushing ~/.cache/ubuntuimages/ubuntu-touch/stable/ubuntu/mako/version-28.tar.xz to device
2016/03/30 19:14:19 Start pushing ~/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2016/03/30 19:14:19 Start pushing ~/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2016/03/30 19:14:20 Done pushing ~/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2016/03/30 19:14:20 Done pushing ~/.cache/ubuntuimages/gpg/image-master.tar.xz to device其他事情几个小时都不会发生。我尝试过不同的恢复工具,但没有什么改变。我可以“手动”flash Ubuntu与安装zip?
发布于 2016-03-31 15:15:43
只要做ubuntu-device-flash --clean-cache touch,然后再试一次。)
这将清理ubuntu设备闪存工具的缓存。这将导致工具再次下载整个映像。对我来说,当我在闪存我的设备时遇到问题时,这有时会有所帮助。
发布于 2016-06-21 10:55:56
引导选项通常只在第一次安装Ubuntu时使用.它要求将设备引导到引导加载程序。安装Ubuntu后,当设备被引导到Ubuntu时,使用Ubuntu-设备-flash命令(没有--启动选项)。
https://askubuntu.com/questions/751964
复制相似问题