You are not logged in.
Pages: 1
Odd. I haven't touched this flag. This is the command I issued.
debootstrap --foreign --arch=arm64 stable /tmp/devuan [url]http://deb.devuan.org/merged[/url]Could be related to the mirror? I know http://deb.devuan.org/devuan is another mirror, though I don't use.
Thank you for the help. As you pointed out, the init system loads udev. udev was missing. After installing the package, the system is booting successfully.
This is odd. How come udev was missing? I installed from Debootstrap. Maybe a bug in Debootstrap?
This is an init script in an initramfs. Android is booted from an initramfs. I'm using the proprietary bootloader. The kernel does load, and does boot with Busybox init, but is failing with System V init. I don't have a serial setup. All I have is adbd.
I tried running /etc/init.d/rc manually. Nothing regarding devtmpfs is logged.
I tried messing with the kernel boot arguments. No dice. This is my current kernel boot arguments.
console=tty0,115200 loglevel=7I was hoping loglevel=7 to log init messages. No dice. Tried including root=/dev/mmcblk0p54 as argument. No dice.
This device is running kernel 3.18. Here are the sources and defconfig. And here's the script I use to boot Devuan GNU/Linux.
#!/bin/sh
mount -T /fstab -a
mdev -s
mount /dev/mmcblk0p54 /mnt
exec switch_root /mnt /sbin/initNote this other Android device is running kernel 3.10. The failure is unlikely to be related to the kernel version.
Hello. I'm writing this post in requesting assistance booting Devuan GNU/Linux on an Android device. This is an ARM64 device. Upon running the init system, the system doesn't mount devtmpfs. The init system is failing. I do have CONFIG_DEVTMPFS set.
Do you happen to know which are the required kernel configurations for a successful boot? I believe I'm missing a kernel configuration, since I had success on another Android device. This other device is ARM-based.
Unfortunately, I don't have much logs to read. And I know for a fact the init system is failing, since running
adb ls /dev/returns an empty directory. Do you happen to know of a method to show init debug messages?
From a chroot environment, I see the init system doesn't mount devtmpfs either.
Pages: 1