All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Antwort: Re: booting with systemd fails with poky 9.0.0 & meta-ivi 4.0 & meta-intel master
@ 2013-05-07 16:13 Felix Fischer
  2013-05-07 18:51 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Felix Fischer @ 2013-05-07 16:13 UTC (permalink / raw)
  To: yocto

On Tue, 07 May 2013 09:06:36 +0200, felix <felix@fiskare.de> wrote:
> Hello,
> 
>> What branch of meta-ivi are you using?
> 
> I tried the 3.0 (and poky 1.3), 4.0 branch (and poky 1.4) and 4.0 branch
> (with "git checkout e33e0a0da6fd6f59e5e8244da9f23b590cf066e1" as stated
in
> the genivi wiki), but no success.
> 
>> As you have successfully build and tried qemux86 machine IVI images,
>> did you try to create a pristine (non-IVI) Poky image that uses
>> systemd as init system already? Did that work for a crownbay machine?
> 
> I built a core-image-sato image using MACHINE ?= "crownbay" and DISTRO
?=
> "poky-ivi-systemd", but I had no luck.
> Right now I'm btrying that again with DISTRO ?="poky"


The build is done. It won't boot either.
The Error Message is the same except that
the init and cat lines are gone.

The last two lines I get are

systemd-udev[48]: starting version 199
Waiting for removable media...






> 
> 
> Regards,
> Felix
> 
> 
> 
> 
> 
> 
> 
> What branch of meta-ivi are you using?
> 
> -----Original Message-----
> From: Andrei Gherzan [andrei at gherzan.ro<mailto:andrei at gherzan.ro>]
> Sent: Thursday, May 02, 2013 04:27 AM Pacific Standard Time
> To: Felix01 Fischer
> Cc: yocto at yoctoproject.org; Sarbu, Florin-Ionut (Florin); Behrens,
> Holger
> Subject: Re: [yocto] Antwort: Re: booting with systemd fails with poky
> 9.0.0 & meta-ivi 4.0 & meta-intel master
> 
> 
> On Thu, May 2, 2013 at 10:08 AM, Felix01 Fischer <felix01.fischer at
> iav.de<mailto:felix01.fischer at iav.de>> wrote:
> Hello,
> 
> I've attached a file with the changes I made to local.conf,
bblayers.conf
> & some output from bitbake. I can build working images for qemux86, too
> 
> The build process itself triggers no errors.
> 
> As im building with MACHINE ??= "crownbay" I was able to locate
>
tmp-eglibc-eglibc/work/crownbay-oe-linux/foton-image/4.0.0-r0/rootfs/bin/mount
> which is a symlink to /bin/mount.util-linux. This file exists, too.
> 
> This is the output when trying to boot, beginning with the /init error
> 
> "/init: line 98: mount: not found
> /init: line 98: mount: not found
> /init: line 98: mount: not found
> systemd-udev[44]: starting version 199
> cat: can't open '/proc/cmdline': No such file or directory
> Waiting for removable media..."
> 
> 
> 
> So you are using crownbay. Most probably you miss some systemd configs
in
> kernel. That would be my guess.
> Adding Florin Sarbu and Holger Behrens to CC (meta-ivi maintainer).
> 
> Cheers!
> 
> --
> Andrei Gherzan
> m: +40.744.478.414 |  f: +40.31.816.28.12
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Antwort: Re: booting with systemd fails with poky 9.0.0 & meta-ivi 4.0 & meta-intel master
  2013-05-07 16:13 Antwort: Re: booting with systemd fails with poky 9.0.0 & meta-ivi 4.0 & meta-intel master Felix Fischer
@ 2013-05-07 18:51 ` Burton, Ross
  2013-05-14  6:45   ` Antwort: " Felix01 Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2013-05-07 18:51 UTC (permalink / raw)
  To: Felix Fischer; +Cc: yocto

On 7 May 2013 17:13, Felix Fischer <felix@fiskare.de> wrote:
> The last two lines I get are
>
> systemd-udev[48]: starting version 199
> Waiting for removable media...

It's possibly waiting for the automounter to run, but it's not
installed.  Check that udev-extraconf is installed in your
rootfs/initramfs or whatever is booting.  core-image-minimal-initramfs
does, but I've no idea if the IVI images pull it in explicitly as we
recently removed it as a universal recommendation in systemd/udev.

Ross


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Antwort: Re: Antwort: Re: booting with systemd fails with poky 9.0.0 & meta-ivi 4.0 & meta-intel master
  2013-05-07 18:51 ` Burton, Ross
@ 2013-05-14  6:45   ` Felix01 Fischer
  0 siblings, 0 replies; 3+ messages in thread
From: Felix01 Fischer @ 2013-05-14  6:45 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

 yocto-bounces@yoctoproject.org schrieb am 07.05.2013 20:51:52:

> "Burton, Ross" <ross.burton@intel.com> 
> Gesendet von: yocto-bounces@yoctoproject.org
> 
> 07.05.2013 20:51
> 
> An
> 
> Felix Fischer <felix@fiskare.de>, 
> 
> Kopie
> 
> yocto@yoctoproject.org
> 
> Thema
> 
> Re: [yocto] Antwort: Re: booting with systemd fails with poky 9.0.0 
> & meta-ivi 4.0 & meta-intel master 
> 
> On 7 May 2013 17:13, Felix Fischer <felix@fiskare.de> wrote:
> > The last two lines I get are
> >
> > systemd-udev[48]: starting version 199
> > Waiting for removable media...
> 
> It's possibly waiting for the automounter to run, but it's not
> installed.  Check that udev-extraconf is installed in your
> rootfs/initramfs or whatever is booting.  core-image-minimal-initramfs
> does, but I've no idea if the IVI images pull it in explicitly as we
> recently removed it as a universal recommendation in systemd/udev.
> 

I built an image with udev-extraconf and the following changed:

No change with genivi and crownbay layers enabled (distro = 
"poky-ivi-systemd")

 "/init ....." errors disappeared but the boot process still hangs while 
"waiting for removable media" for a build with only crownbay layers 
enabled (distro = "poky", systemd set as init manager)

Viele Grüße

Felix Fischer

Studentischer Mitarbeiter (VC-D1)
Vehicle Cockpit Electronics Devices

IAV GmbH
Carnotstr. 1
10587 BERLIN
GERMANY

Phone: +49 30 39978-9540
Fax:      +49 30 39978-9411
E-Mail:  <mailto:felix01.fischer@iav.de>
Internet: http://www.iav.com

Sitz/Registered Office: Berlin, 
Registergericht/Registration Court: Amtsgericht Charlottenburg, 
Registernummer/Company Registration Number: HRB 21 280, 
Geschäftsführer/Managing Directors: Kurt Blumenröder, Michael Schubert, 
Dr. Rüdiger Goyk

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-14  6:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-07 16:13 Antwort: Re: booting with systemd fails with poky 9.0.0 & meta-ivi 4.0 & meta-intel master Felix Fischer
2013-05-07 18:51 ` Burton, Ross
2013-05-14  6:45   ` Antwort: " Felix01 Fischer

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.