Re: [edk2] Problem creating bootable memory mapped disk space

2013-12-17 Thread Andrew fish
Sent from my iPhone > On Dec 17, 2013, at 7:32 AM, Laszlo Ersek wrote: > >> On 12/17/13 15:47, Michael Lorer wrote: >> Hello, >> >> >> >> Short information on what I want to do: >> >> During UEFI boot I’m downloading a small complete partition image >> (including a MBR and a bootmanager) a

Re: [edk2] Problem creating bootable memory mapped disk space

2013-12-17 Thread Michael Lorer
on the image. I think after that it should work in the Shell out of the box. Regards, Michael -Ursprüngliche Nachricht- Von: Laszlo Ersek [mailto:ler...@redhat.com] Gesendet: Dienstag, 17. Dezember 2013 16:32 An: edk2-devel@lists.sourceforge.net Cc: Michael Lorer Betreff: Re: [edk2] Problem c

Re: [edk2] Problem creating bootable memory mapped disk space

2013-12-17 Thread Laszlo Ersek
On 12/17/13 15:47, Michael Lorer wrote: > Hello, > > > > Short information on what I want to do: > > During UEFI boot I’m downloading a small complete partition image > (including a MBR and a bootmanager) and place that image in allocated > runtime space. > > After that I want to start the bo

[edk2] Problem creating bootable memory mapped disk space

2013-12-17 Thread Michael Lorer
Hello, Short information on what I want to do: During UEFI boot I’m downloading a small complete partition image (including a MBR and a bootmanager) and place that image in allocated runtime space. After that I want to start the bootmanger inside of that image. What I’m doing so far: //