Re: [edk2] OVMF Windows 8.1 boot manager failed error

2015-02-10 Thread B Cran
On Wednesday, January 28, 2015, John Smith wrote: > > dd if=/dev/zero of=ovmf.disk bs=1 count=1 seek=$(( (30 * 1024 * 1024 * > 1024) - 1)) > By the way, a simpler way is 'truncate -s30g ovmf.disk'. -- Bruce -- Dive int

Re: [edk2] OVMF Windows 8.1 boot manager failed error

2015-02-10 Thread John Smith
On Wed, Jan 28, 2015 at 5:48 PM, Laszlo Ersek wrote: > On 01/28/15 20:05, John Smith wrote: > > This is infuriating only because I know I had this working before, and > > somehow I'm missing one step for it right now and I don't know where. > > > > I want to run Windows 8.1 in OVMF. I already can

Re: [edk2] OVMF Windows 8.1 boot manager failed error

2015-01-28 Thread Laszlo Ersek
On 01/28/15 20:05, John Smith wrote: > This is infuriating only because I know I had this working before, and > somehow I'm missing one step for it right now and I don't know where. > > I want to run Windows 8.1 in OVMF. I already can build the EDK2 and copy > the OVMF.fd to my local directly as b

[edk2] OVMF Windows 8.1 boot manager failed error

2015-01-28 Thread John Smith
This is infuriating only because I know I had this working before, and somehow I'm missing one step for it right now and I don't know where. I want to run Windows 8.1 in OVMF. I already can build the EDK2 and copy the OVMF.fd to my local directly as bios.bin. I made a HD like I had seen in some gu