* hddimg vs hdddirect?
@ 2016-03-16 19:40 K Richard Pixley
2016-03-17 4:37 ` Gary Thomas
0 siblings, 1 reply; 3+ messages in thread
From: K Richard Pixley @ 2016-03-16 19:40 UTC (permalink / raw)
To: yocto@yoctoproject.org
What's the intended difference between hddimg and hdddirect?
I'm confused about the intent here. The data flow in previous releases,
even jethro, seems to be somewhat confused/broken so looking at the
source code isn't really helping here.
Is one intended to be a simple syslinux bootable image while the other
is a "live" image with multiple boot choices?
In master... How does one go about requesting either a vmdk of a live
image or a directly bootable vmdk?
--rich
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: hddimg vs hdddirect?
2016-03-16 19:40 hddimg vs hdddirect? K Richard Pixley
@ 2016-03-17 4:37 ` Gary Thomas
2016-03-17 16:32 ` K Richard Pixley
0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2016-03-17 4:37 UTC (permalink / raw)
To: yocto
On 03/16/2016 08:40 PM, K Richard Pixley wrote:
> What's the intended difference between hddimg and hdddirect?
>
> I'm confused about the intent here. The data flow in previous releases,
> even jethro, seems to be somewhat confused/broken so looking at the
> source code isn't really helping here.
>
> Is one intended to be a simple syslinux bootable image while the other
> is a "live" image with multiple boot choices?
>
> In master... How does one go about requesting either a vmdk of a live
> image or a directly bootable vmdk?
I'm not sure the difference between the .hddimg and .hdddirect.
I tried converting a .hddimg to .vdi or .vmdk using the VBoxManage
tool, but that didn't come up - there was a message about (paraphrased)
"waiting for removable media to become ready" and the boot just hung up
However, I do know that .vmdk will boot easily with VirtualBox
Just add this to your local.conf
IMAGE_FSTYPES += " vmdk"
Note: as mentioned in the documentation, you must use += as
IMAGE_FSTYPES_append will not do.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: hddimg vs hdddirect?
2016-03-17 4:37 ` Gary Thomas
@ 2016-03-17 16:32 ` K Richard Pixley
0 siblings, 0 replies; 3+ messages in thread
From: K Richard Pixley @ 2016-03-17 16:32 UTC (permalink / raw)
To: yocto
On 3/16/16 21:37 , Gary Thomas wrote:
> On 03/16/2016 08:40 PM, K Richard Pixley wrote:
>> What's the intended difference between hddimg and hdddirect?
>>
>> I'm confused about the intent here. The data flow in previous releases,
>> even jethro, seems to be somewhat confused/broken so looking at the
>> source code isn't really helping here.
>>
>> Is one intended to be a simple syslinux bootable image while the other
>> is a "live" image with multiple boot choices?
>>
>> In master... How does one go about requesting either a vmdk of a live
>> image or a directly bootable vmdk?
>
> I'm not sure the difference between the .hddimg and .hdddirect.
> I tried converting a .hddimg to .vdi or .vmdk using the VBoxManage
> tool, but that didn't come up - there was a message about (paraphrased)
> "waiting for removable media to become ready" and the boot just hung up
>
> However, I do know that .vmdk will boot easily with VirtualBox
> Just add this to your local.conf
> IMAGE_FSTYPES += " vmdk"
>
> Note: as mentioned in the documentation, you must use += as
> IMAGE_FSTYPES_append will not do.
That hasn't worked for me yet on any branch I've tried. Some build.
None boot even past syslinux. A variety of errors.
That's why I'm asking about intent and/or design. If there's a plan,
perhaps I can chip in. But perhaps there is no concerted effort nor
well known plan, in which case I can probably invent one if I can
appreciate the relevant contexts.
In particular, *which* hdd should vmdk be an image of? hddimg, (which
builds and boots prior to master), or hdddirect, (which doesn't boot for
me at all so I don't even know what it's intended to do)? How do I get
the old, single syslinux boot target hddimg, (the one that works), out
of master?
--rich
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-17 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-16 19:40 hddimg vs hdddirect? K Richard Pixley
2016-03-17 4:37 ` Gary Thomas
2016-03-17 16:32 ` K Richard Pixley
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.