[yocto] Waiting for removable media ...

Khem Raj raj.khem at gmail.com
Tue Jul 29 22:59:58 PDT 2014


On Tue, Jul 29, 2014 at 8:13 AM, Marc Gilet <pw.marcus at laposte.net> wrote:
> Hello,
> I'd like to use Yocto with a thinclient (Fujitsu siemens Futro B100)
> I've created a BSP for this platform, and configured the kernel for this
> machine.
> I've built an initramfs and a kernel to boot the thinclient via a PXE
> server, it boots, but the boot process
> hangs with this massage:" Waiting for removable media ..."
>
> Here's what I did:
>
> $ git clone git://git.yoctoproject.org/poky
> $ cd poky/
> $ source oe-init-build-env
> $ created the BSP with the "yocto-bsp" script
> $ bitbake linux-yocto -c menuconfig (the kernel is configured with
> "CONFIG_DEVTMPFS=y" and "CONFIG_DEVTMPFS_MOUNT=y")
> $ bitbake -k core-image-minimal-initramfs
>
> Does anybody knows where it could come from ?

This is in initramfs startup script see,
recipes-core/initrdscripts/files/init-live.sh
that script is meant for live boot from media. You have to retool it
to fit your boot
environment and method

> Cheers
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list