[yocto] Switching from udev to busybox-mdev causes errors mount: mounting proc on /proc failed: Device or resource busy

Khem Raj raj.khem at gmail.com
Fri Dec 28 09:16:13 PST 2018



On 12/28/18 3:41 AM, John Smith wrote:
> Dear list,
> 
> when using busybox mdev instead of udev, I get the following erros on startup.
> 
> [..]
> INIT: version 2.88 booting
> mount: mounting proc on /proc failed: Device or resource busy
> mount: mounting sysfs on /sys failed: Device or resource busy
> 
> 
> What further steps do I need to edit for a clean boot? I only set VIRTUAL-RUNTIME_dev_manager = "busybox-mdev" in local.conf
> 

Can you set

VIRTUAL-RUNTIME_dev_manager = "busybox-mdev"
VIRTUAL-RUNTIME_login_manager = "busybox"
VIRTUAL-RUNTIME_init_manager = "busybox"
VIRTUAL-RUNTIME_initscripts = "initscripts"
VIRTUAL-RUNTIME_keymaps = "keymaps"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"

> Best,
> John
> 


More information about the yocto mailing list