"Andreas Bollhalder" <[EMAIL PROTECTED]>
>
> I tried the math on my WinXP host with Win2k guest.
>
> When using the following math with my 8192MB QCOW image, QEMU refuse
> to start:
>
> 1 Block = 512 Bytes
>
> Cylinders = Blocks / (Heads * Sectors)
>
> (kBytes * 2) / (16 * 63)
> (8388608 kByte
I tried the math on my WinXP host with Win2k guest.
When using the following math with my 8192MB QCOW image, QEMU refuse
to start:
1 Block = 512 Bytes
Cylinders = Blocks / (Heads * Sectors)
(kBytes * 2) / (16 * 63)
(8388608 kBytes * 2) / (16 * 63)
For 8192MB Image: -hdachs 16644,16,63
I brut
Michael Hoeller <[EMAIL PROTECTED]> wrote:
> Hello Ben,
>
> I compiled with kqemu support - the version which works is the with or
> without kqemu?
Both.
> Just to double check, I created the virtual partition with dd of=win.img
> bs=1024 seek=200 count=0
I forgot one very important part.