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
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
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
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