I have qemu installed with my Knoppix 4 machine, and I have been trying to get ether win XP or win 2k to work inside it. Both do the same thing.
During the install, I get a BSOD inside qemu saying that "An attempt was made to write to read-only memory" the screen I am looking at the moment clains that ntfs.sys is to blame.
I think that qemu is providing memory to the host, indicating that it is read/write but the host then trys to write to it and is unable to. I've been using the command
Code:
qemu winxp.img -cdrom win2k.iso -boot d -m 64 -parallel null -dummy-net
I'm using the -m switch to reduce the memory availble to the host in attempt to solve the problem, but so far it hasn't helped.
Thanks for any advice in advance.