* [Qemu-devel] Windows 2003 Enterprise Edition under QEMU
@ 2004-05-01 12:04 Hetz Ben Hamo
2004-05-01 12:14 ` Rudi Lippert
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Hetz Ben Hamo @ 2004-05-01 12:04 UTC (permalink / raw)
To: QEMU Mailing list
Hi people,
I loaned the Windows 2003 Enterprise edition server CD from our MSDN
collection at work and decided to test it under QEMU..
It seems to install pretty well, and you can login into it.
I made 11 screenshots - you can look at it at: http://witch.dyndns.org/qemu/
(warning - slow line! mirrors are welcome)..
One thing that I couldn't do is convince win2003 to detect the NE2000 virtual
cards - the auto detection doesn't detect it, and there is no driver inside
the CD image, so how do I install the ne2k driver?
One more question: I'm pretty bad with sudo, and sudo keeps asking me for my
password every time I run qemu to load the qemu-ifup script. any suggestions?
Thanks,
Hetz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Windows 2003 Enterprise Edition under QEMU
2004-05-01 12:04 [Qemu-devel] Windows 2003 Enterprise Edition under QEMU Hetz Ben Hamo
@ 2004-05-01 12:14 ` Rudi Lippert
2004-05-01 13:15 ` Brad Campbell
2004-05-01 13:34 ` James Ascroft-Leigh
2 siblings, 0 replies; 5+ messages in thread
From: Rudi Lippert @ 2004-05-01 12:14 UTC (permalink / raw)
To: qemu-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> One more question: I'm pretty bad with sudo, and sudo keeps asking me for
> my password every time I run qemu to load the qemu-ifup script. any
> suggestions?
this is the line from my /etc/sudoers
rudi ALL=NOPASSWD: /etc/qemu-ifup-sudo
replace "rudi" with your username. the key is the "NOPASSWD:" keyword.
good luck.
about the ne2000... i suppose it is too old and has been dropped from the
windows driver pool.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAk5Sn1nTg39QS/TsRAmXAAKCAwjvzeKHFUgMm/bQzUOIn1j3ljgCcDgZP
ZJSPV5o+bJlcWdO/j+aeDFA=
=RUXY
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Windows 2003 Enterprise Edition under QEMU
2004-05-01 12:04 [Qemu-devel] Windows 2003 Enterprise Edition under QEMU Hetz Ben Hamo
2004-05-01 12:14 ` Rudi Lippert
@ 2004-05-01 13:15 ` Brad Campbell
2004-05-01 13:20 ` Hetz Ben Hamo
2004-05-01 13:34 ` James Ascroft-Leigh
2 siblings, 1 reply; 5+ messages in thread
From: Brad Campbell @ 2004-05-01 13:15 UTC (permalink / raw)
To: qemu-devel
Hetz Ben Hamo wrote:
> Hi people,
>
> I loaned the Windows 2003 Enterprise edition server CD from our MSDN
> collection at work and decided to test it under QEMU..
>
> It seems to install pretty well, and you can login into it.
> I made 11 screenshots - you can look at it at: http://witch.dyndns.org/qemu/
> (warning - slow line! mirrors are welcome)..
Da.. slow line..
Mirrored here.
http://www.wasp.net.au/~brad/witch.dyndns.org/qemu/
I'm still haveing trouble getting win2k running, but I now have network enabled so I'm trying again.
Using the latest CVS (Always!)
Regards,
Brad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Windows 2003 Enterprise Edition under QEMU
2004-05-01 13:15 ` Brad Campbell
@ 2004-05-01 13:20 ` Hetz Ben Hamo
0 siblings, 0 replies; 5+ messages in thread
From: Hetz Ben Hamo @ 2004-05-01 13:20 UTC (permalink / raw)
To: qemu-devel
=> http://www.wasp.net.au/~brad/witch.dyndns.org/qemu/
Thanks for the mirror ;)
> I'm still haveing trouble getting win2k running, but I now have network
> enabled so I'm trying again. Using the latest CVS (Always!)
I also use the latest CVS but neither XP nor Win 2003 detects any network
card. TUN is loaded here:
tun0 Link encap:Ethernet HWaddr 00:FF:53:50:2E:73
inet addr:192.168.2.10 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
But still, no network card appears.. any hints?
Thanks,
Hetz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Windows 2003 Enterprise Edition under QEMU
2004-05-01 12:04 [Qemu-devel] Windows 2003 Enterprise Edition under QEMU Hetz Ben Hamo
2004-05-01 12:14 ` Rudi Lippert
2004-05-01 13:15 ` Brad Campbell
@ 2004-05-01 13:34 ` James Ascroft-Leigh
2 siblings, 0 replies; 5+ messages in thread
From: James Ascroft-Leigh @ 2004-05-01 13:34 UTC (permalink / raw)
To: qemu-devel
On Sat, 2004-05-01 at 14:04 +0200, Hetz Ben Hamo wrote:
> One thing that I couldn't do is convince win2003 to detect the NE2000 virtual
> cards - the auto detection doesn't detect it, and there is no driver inside
> the CD image, so how do I install the ne2k driver?
For Windows XP I had the same problem. I searched the web for old
drivers - the Windows 2000 ones work - and found it was called
netnovel.inf. More searching found a download available (whether you
trust this is up to you):
http://www.lpt.com/windowsnetworking/regusers/wxpne2k.htm
I then just used mkisofs to make a CD image file readable to my Windows
XP VM and followed the instructions on the above site. As with Linux I
set the IRQ to 9 and the IO range from 0x300 to 0x31F.
I don't see any reason why this wouldn't work with Windows Server 2003 -
in fact hopefully it might actually allow it to serve something!
Good luck,
James Ascroft-Leigh
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-05-01 13:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-01 12:04 [Qemu-devel] Windows 2003 Enterprise Edition under QEMU Hetz Ben Hamo
2004-05-01 12:14 ` Rudi Lippert
2004-05-01 13:15 ` Brad Campbell
2004-05-01 13:20 ` Hetz Ben Hamo
2004-05-01 13:34 ` James Ascroft-Leigh
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).