All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Bolek <simon.bolek@googlemail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory
Date: Wed, 13 Jul 2016 09:03:47 +0200	[thread overview]
Message-ID: <CAEfap_BpFoi66j9PJO=PiZURULiivtR0Z6yCSedebLgTvzcY0g@mail.gmail.com> (raw)
In-Reply-To: <CAMKF1sqGSWkd-aTcY3fNk=88iL8BW5ihGnvSy14bCiSfeVUvzw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4619 bytes --]

Thank you,

I just guess, that it is the following function in init script to put the
echos to? Is it?

udev_daemon() {
    OPTIONS="/sbin/udev/udevd /sbin/udevd /lib/udev/udevd
/lib/systemd/systemd-udevd"

    for o in $OPTIONS; do
        if [ -x "$o" ]; then
            echo $o
            return 0
        fi
    done

    return 1
}


cheers
Simon:-)

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.bolek@arcom-ivi.de
http://www.arcom-ivi.de/
XING: https://www.xing.com/profile/SimonP_Bolek

On Wed, Jul 13, 2016 at 8:36 AM, Khem Raj <raj.khem@gmail.com> wrote:

> On Tue, Jul 12, 2016 at 11:28 PM, Simon Bolek
> <simon.bolek@googlemail.com> wrote:
> > Thank you Raj,
> >
> > Is there a standard way to activate these initramfs logs, or do I have to
> > implement it myself somewhere?
>
> you have to add printf etc. yourself into the init script in initramfs
> image
>
> >
> > thank you and kind regards
> > Simon :-)
> >
> > 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.bolek@arcom-ivi.de
> > http://www.arcom-ivi.de/
> > XING: https://www.xing.com/profile/SimonP_Bolek
> >
> > On Wed, Jul 13, 2016 at 1:36 AM, Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >> On Tue, Jul 12, 2016 at 3:45 AM, Simon Bolek <
> simon.bolek@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.bolek@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
> >> >
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 7601 bytes --]

  reply	other threads:[~2016-07-13  7:04 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-12 10:45 [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory Simon Bolek
2016-07-12 23:36 ` Khem Raj
2016-07-13  6:28   ` Simon Bolek
2016-07-13  6:36     ` Khem Raj
2016-07-13  7:03       ` Simon Bolek [this message]
2016-07-13 11:57         ` Simon Bolek
2016-07-13 14:56           ` Khem Raj
2016-07-14  6:32             ` Simon Bolek
2016-07-14 23:16               ` Simon Bolek
2016-07-14 23:30                 ` Khem Raj
2016-07-15  8:59                   ` Simon Bolek
2016-07-15 22:17                     ` Simon Bolek
2016-07-16  0:02                       ` Khem Raj
2016-07-21  9:15                         ` Simon Bolek
2016-07-21 13:27                           ` Khem Raj
2016-07-22 11:39                             ` Simon Bolek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEfap_BpFoi66j9PJO=PiZURULiivtR0Z6yCSedebLgTvzcY0g@mail.gmail.com' \
    --to=simon.bolek@googlemail.com \
    --cc=raj.khem@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.