On Tue, Jul 12, 2016 at 3:45 AM, Simon Bolek <simon.bo...@googlemail.com> wrote:
> Hello everyone!
>
> I am trying to install genericx86 core-image-sato (jethro) HDDIMG to an
> atom-pc.
> For this 2GB USB stick is used.
> When choosing 'install' option from boot menu I get the message:
>
> "Searching for hard drives...
> No hard drive selected. Installation aborted."
>
> Installatiion stops and i get the console.
> When I try to run fsck, it says: can't read '/etc/fstab': No such file or
> directory
>
> fdisk -l  shows only the partitions of USB stick.
>
> After I choose 'boot' option to boot into live image, SDD drive is under
> /dev/sdb and USB installation stick under /dev/sda,
>
> What recipe/package is my installation missing? The SSD hard drive is not
> recognized for some reason. With previous yocto releases this package list
> DID work fine.
> So there is something missing in the background.
> Do you have any idea what this might be?

udev should have run and found your hdd. So it seems its not finding
it when running from initramfs. Can you try to add logs to initramfs
and see what udev is doing ?

>
> Below is my package list from local.conf.
>
> thank you and kind regards
> Simon :-)
>
> EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh"
> IMAGE_INSTALL_append = " make \
>      initscripts \
>      grub \
>      initramfs-boot \
>      syslinux \
>      initramfs-live-install \
>      initramfs-live-install-efi \
>      initramfs-live-boot \
>      xinit \
>      xwininfo \
>      openssh-sftp \
>      openssh-sftp-server \
>      qtbase-plugins \
>      qtconnectivity \
>      qtdeclarative \
>      qtdeclarative-plugins \
>      qtdeclarative-tools \
>      qtdeclarative-qmlplugins \
>      qtenginio \
>      qtlocation \
>      qtmultimedia \
>      qtmultimedia-plugins \
>      qtmultimedia-qmlplugins \
>      qtsystems \
> "
>
> Viele GrĂ¼sse
> Simon Bolek :-)
>
> mit freundlichem Gruss / kind regards / pozdrawiam
> Simon P. Bolek
> ------------------------------------------------------
> Dipl. Inf. Simon P. Bolek
> SAP Integration Architect
> Business Mobile and IVI Solutions
> mailto: simon.bo...@arcom-ivi.de
> http://www.arcom-ivi.de/
> XING: https://www.xing.com/profile/SimonP_Bolek
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to