qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] kqemu 0.6.2 and XP
@ 2005-04-15 22:38 Michael Hoeller
  2005-04-15 23:27 ` Damien "tuX" THEBAULT
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Hoeller @ 2005-04-15 22:38 UTC (permalink / raw)
  To: qemu-devel

Hello,

I have compiled qemu from the cvs 2004-04-14 and kqemu. Then tried to
install WinXP it hangs everytime after formating when it tries to copy the
install data.
I have startet with qemu  -m 512 -localtime -user-net -hda /data/winxp.img
-cdrom /dev/cdrom -k de -boot d
Did I missed a tricky option or is there prob?

I installed via rpm -> I created with checkinstall an rpm and installed
this. There was the message that
/lib/modules/2.6.8.24.11-default/modules.dep conflicts with the one from
the rpm. I had to use the force option to get it installed??? ..

Then I recompiled without the kqemu and tried WinME the installation is
fine but when the install files are copied the emu just stops appr. by 8%
of the installation.

Does someone has an idea?

Thanks a lot
Michael


This e-mail (and/or attachments) is confidential and may be privileged. Use or disclosure of it by anyone other than a designated addressee is unauthorized.
If you are not an intended recipient, please delete this e-mail from the computer on which you received it. We thank you for notifying us immediately.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] kqemu 0.6.2 and XP
  2005-04-15 22:38 Michael Hoeller
@ 2005-04-15 23:27 ` Damien "tuX" THEBAULT
  0 siblings, 0 replies; 4+ messages in thread
From: Damien "tuX" THEBAULT @ 2005-04-15 23:27 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1877 bytes --]

It seems that some people have problems when the "-m" parameter is set
to a value higher than the size of /dev/shm. (as seen earlier on this
mailing-list, some problems about Windows 2003)
You should try a value a little lower than his size.

And because your keybard is set to "de", you may be using a german
WindowsXP CD.
There were errors with those CDs (But it should be resolved now)

Le vendredi 15 avril 2005 à 23:38 +0100, Michael Hoeller a écrit :
> Hello, 
> 
> I have compiled qemu from the cvs 2004-04-14 and kqemu. Then tried to 
> install WinXP it hangs everytime after formating when it tries to copy the 
> install data.
> I have startet with qemu  -m 512 -localtime -user-net -hda /data/winxp.img 
> -cdrom /dev/cdrom -k de -boot d
> Did I missed a tricky option or is there prob?
> 
> I installed via rpm -> I created with checkinstall an rpm and installed 
> this. There was the message that 
> /lib/modules/2.6.8.24.11-default/modules.dep conflicts with the one from 
> the rpm. I had to use the force option to get it installed??? .. 
> 
> Then I recompiled without the kqemu and tried WinME the installation is 
> fine but when the install files are copied the emu just stops appr. by 8% 
> of the installation.
> 
> Does someone has an idea?
> 
> Thanks a lot 
> Michael
> 
> 
> This e-mail (and/or attachments) is confidential and may be privileged. Use or disclosure of it by anyone other than a designated addressee is unauthorized. 
> If you are not an intended recipient, please delete this e-mail from the computer on which you received it. We thank you for notifying us immediately. 
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
-- 
Damien Thebault
public keys on http://pgp.mit.edu

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] kqemu 0.6.2 and XP
@ 2005-04-15 23:28 Ben Taylor
  2005-04-16 12:13 ` Michael Hoeller
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Taylor @ 2005-04-15 23:28 UTC (permalink / raw)
  To: qemu-devel

Michael Hoeller <Michael_Hoeller@hugoboss.com>
> 
> I have compiled qemu from the cvs 2004-04-14 and kqemu. Then tried to
> install WinXP it hangs everytime after formating when it tries to copy the
> install data.
> I have startet with qemu  -m 512 -localtime -user-net -hda /data/winxp.img
> -cdrom /dev/cdrom -k de -boot d
> Did I missed a tricky option or is there prob?

How big is your virtual partition supposed to be? Take
that value, divide by 16 and 63 and then add
-hdachs <cylinder>,16,63 and see if that works. I'm 
not using anything special (other than stuff to make
it work with Solaris), and I've gotten win98, win2k pro,
win2k server, winxp home upgrade and win 2003 to
install.  They don't always run right once I start
mucking with them, but the great thing is you can 
keep a backup of the image in case you screw something
up.

This has worked for me with the cvs code, and not
including the patch that was posted today.


Ben

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] kqemu 0.6.2 and XP
  2005-04-15 23:28 [Qemu-devel] kqemu 0.6.2 and XP Ben Taylor
@ 2005-04-16 12:13 ` Michael Hoeller
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Hoeller @ 2005-04-16 12:13 UTC (permalink / raw)
  To: qemu-devel

Hello Ben,

I compiled with kqemu support - the version which works is the with or
without kqemu?
Just to double check, I created the virtual partition with dd of=win.img
bs=1024 seek=2000000 count=0
I am not sure to calculate the cylinders 2 000 000 / 16 / 63 = 1984,126
???

Thanks a lot
Michael

Michael Hoeller <Michael_Hoeller@hugoboss.com>
>
> I have compiled qemu from the cvs 2004-04-14 and kqemu. Then tried to
> install WinXP it hangs everytime after formating when it tries to copy
the
> install data.
> I have startet with qemu  -m 512 -localtime -user-net -hda
/data/winxp.img
> -cdrom /dev/cdrom -k de -boot d
> Did I missed a tricky option or is there prob?

How big is your virtual partition supposed to be? Take
that value, divide by 16 and 63 and then add
-hdachs <cylinder>,16,63 and see if that works. I'm
not using anything special (other than stuff to make
it work with Solaris), and I've gotten win98, win2k pro,
win2k server, winxp home upgrade and win 2003 to
install.  They don't always run right once I start
mucking with them, but the great thing is you can
keep a backup of the image in case you screw something
up.

This has worked for me with the cvs code, and not
including the patch that was posted today.


Ben





This e-mail (and/or attachments) is confidential and may be privileged. Use or disclosure of it by anyone other than a designated addressee is unauthorized.
If you are not an intended recipient, please delete this e-mail from the computer on which you received it. We thank you for notifying us immediately.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-16 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-15 23:28 [Qemu-devel] kqemu 0.6.2 and XP Ben Taylor
2005-04-16 12:13 ` Michael Hoeller
  -- strict thread matches above, loose matches on Subject: below --
2005-04-15 22:38 Michael Hoeller
2005-04-15 23:27 ` Damien "tuX" THEBAULT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).