Giving up on the official Ubuntu for Odroid C1 image
Posted by jpluimers on 2018/10/09
After the trouble in Ubuntu: Fixing the myserious “Failed to stop apt-daily.timer: Connection timed out” I got into more trouble:
apt-get update && apt-get upgrade hung the device.
It booted fine, but a new update showed it was in a hosed state.
I don’t expect vendor supported distributions to fail this way, so I gave up on the ubuntu-16.04-minimal-odroid-c1-20160817.img.xz .
–jeroen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@odroidC1:~# apt-get update && apt-get upgrade | |
| Hit:1 http://ports.ubuntu.com/ubuntu-ports xenial InRelease | |
| Hit:2 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease | |
| Hit:3 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease | |
| Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease | |
| Hit:5 http://deb.odroid.in/c1 xenial InRelease | |
| Reading package lists… Done | |
| E: dpkg was interrupted, you must manually run 'dpkg –configure -a' to correct the problem. | |
| root@odroidC1:~# dpkg –configure -a | |
| Processing triggers for ureadahead (0.100.0-19) … | |
| Setting up initramfs-tools (0.122ubuntu8.8) … | |
| update-initramfs: deferring update (trigger activated) | |
| Processing triggers for systemd (229-4ubuntu17) … | |
| Processing triggers for initramfs-tools (0.122ubuntu8.8) … | |
| update-initramfs: Generating /boot/initrd.img-4.4.0-28-generic | |
| WARNING: missing /lib/modules/4.4.0-28-generic | |
| Ensure all necessary drivers are built into the linux image! | |
| depmod: ERROR: could not open directory /lib/modules/4.4.0-28-generic: No such file or directory | |
| depmod: FATAL: could not search modules: No such file or directory | |
| depmod: WARNING: could not open /var/tmp/mkinitramfs_FQEGW2/lib/modules/4.4.0-28-generic/modules.order: No such file or directory | |
| depmod: WARNING: could not open /var/tmp/mkinitramfs_FQEGW2/lib/modules/4.4.0-28-generic/modules.builtin: No such file or directory | |
| root@odroidC1:~# df -h | |
| Filesystem Size Used Avail Use% Mounted on | |
| udev 396M 0 396M 0% /dev | |
| tmpfs 81M 3.3M 78M 5% /run | |
| /dev/mmcblk0p2 59G 1.1G 55G 2% / | |
| tmpfs 403M 0 403M 0% /dev/shm | |
| tmpfs 5.0M 0 5.0M 0% /run/lock | |
| tmpfs 403M 0 403M 0% /sys/fs/cgroup | |
| /dev/mmcblk0p1 128M 11M 118M 9% /media/boot |






linux – dmesg time vs system time time isnt correct – Server Fault « The Wiert Corner – irregular stream of stuff said
[…] Giving up on the official Ubuntu for Odroid C1 image […]
Joe Hecht said
Do yourself a favor and use Armbian.
Most all of the other distros do (like “Diet Pi” for the non Raspberry boards). Almost all of these usually start with Armbian.
Armbian is available for a huge number of boards, and has both server and desktop images pre-built (probably based on both Debian and Ubuntu).
Want a custom image from scratch? Use the Armbian build service. It will easily build a custom image (from scratch), using a simple (and prompted) script.
Want advanced options (like turning on support for a DVD device in the kernel)? No problem. Seemingly every advance option is available from the build service.
What will you probably not get? Buggy video drivers. You can add those (if you like to live dangerously). You won get any “distro fluff” either.
If you do use Armbain, please support the project!
Igor and his team work very hard to deliver top notch, secure distros, build from scratch.
Joe
jpluimers said
Thanks for the tip.