Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-21 Thread Clint Byrum
Excerpts from Jay Pipes's message of 2016-06-21 14:20:07 -0400: > On 06/21/2016 02:01 PM, Andre Florath wrote: > > Hello Jay, > > > > Yes - the partition alignment is a problem: > > grub2 needs at least 63 blocks between the MBR and the first > > partition. Here for you the partition directly

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-21 Thread Jay Pipes
On 06/21/2016 02:01 PM, Andre Florath wrote: Hello Jay, Yes - the partition alignment is a problem: grub2 needs at least 63 blocks between the MBR and the first partition. Here for you the partition directly starts at block 1, therefore grub has no way to put its data on the disk. The root

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-21 Thread Andre Florath
Hello Jay, Yes - the partition alignment is a problem: grub2 needs at least 63 blocks between the MBR and the first partition. Here for you the partition directly starts at block 1, therefore grub has no way to put its data on the disk. The root cause is, that all the partitioning tools I found

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-21 Thread Jay Pipes
On 06/21/2016 12:37 AM, Andre Florath wrote: Hi! Before things getting said twice (looks that there is some public interest here ;-) ): :) Can you please rerun and skip the partition part of the loop device for fdisk -l? E.g. instead of /dev/loop0p1 just /dev/loop0? (This was my original

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Andre Florath
Hi! Before things getting said twice (looks that there is some public interest here ;-) ): Can you please rerun and skip the partition part of the loop device for fdisk -l? E.g. instead of /dev/loop0p1 just /dev/loop0? (This was my original intend but maybe not correctly described.) Also can

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Gregory Haynes
On Mon, Jun 20, 2016, at 06:01 PM, Jay Pipes wrote: > On 06/20/2016 06:41 PM, Paul Belanger wrote: > > On Mon, Jun 20, 2016 at 04:52:38PM -0400, Jay Pipes wrote: > >> Hi dib-gurus, > >> > >> I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX with > >> a > >> AMD A8-5557M APU

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Jay Pipes
On 06/20/2016 06:41 PM, Paul Belanger wrote: On Mon, Jun 20, 2016 at 04:52:38PM -0400, Jay Pipes wrote: Hi dib-gurus, I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd error. Hoping someone has some

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Clint Byrum
Excerpts from Gregory Haynes's message of 2016-06-20 17:24:28 -0500: > On Mon, Jun 20, 2016, at 03:52 PM, Jay Pipes wrote: > > Hi dib-gurus, > > > > I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX > > with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd >

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Clint Byrum
Ahh derp, that's not an ARM CPU. I read "A8" and "APU" and my brain immediately lept to that. Ignore me. Excerpts from Clint Byrum's message of 2016-06-20 15:12:23 -0700: > Excerpts from Jay Pipes's message of 2016-06-20 16:52:38 -0400: > > Hi dib-gurus, > > > > I'm trying to build a simple

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Jay Pipes
On 06/20/2016 06:24 PM, Gregory Haynes wrote: On Mon, Jun 20, 2016, at 03:52 PM, Jay Pipes wrote: Hi dib-gurus, I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd error. Hoping someone has some ideas...

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Jay Pipes
On 06/20/2016 06:12 PM, Clint Byrum wrote: Excerpts from Jay Pipes's message of 2016-06-20 16:52:38 -0400: Hi dib-gurus, I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd error. Hoping someone has some

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Gregory Haynes
On Mon, Jun 20, 2016, at 03:52 PM, Jay Pipes wrote: > Hi dib-gurus, > > I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX > with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd > error. Hoping someone has some ideas... > > The command I am running is: > >

Re: [openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Clint Byrum
Excerpts from Jay Pipes's message of 2016-06-20 16:52:38 -0400: > Hi dib-gurus, > > I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX > with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd > error. Hoping someone has some ideas... > > The command I am

[openstack-dev] [diskimage-builder] ERROR: embedding is not possible, but this is required for cross-disk install

2016-06-20 Thread Jay Pipes
Hi dib-gurus, I'm trying to build a simple ubuntu VM image on a local Gigabyte BRIX with a AMD A8-5557M APU with Ubuntu 16.04 installed and getting an odd error. Hoping someone has some ideas... The command I am running is: disk-image-create -o /tmp/ubuntu.qcow2 --image-size=10 ubuntu vm