* [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work
@ 2007-07-19 13:57 姚春林
2007-07-19 15:45 ` Anthony Liguori
0 siblings, 1 reply; 5+ messages in thread
From: 姚春林 @ 2007-07-19 13:57 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
I am using tftpd32 on xp as server.
qemu 0.9.0-win32 can't boot from nic.
I have tried use vmware .It is OK.
so I download etherboot iso image from rom-o-matic use the pcnet32 nic card.
this iso can boot vmware use PXE.
but when I boot qemu-win32 use this iso.It tell me "No Ip Address".
The qemu use -net nic,model=pcnet -net tap.
I have used ethereal capture the packets on tap device.
The DHCP offer packet is sent.
who can help me?
[-- Attachment #2: Type: text/html, Size: 684 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work
2007-07-19 13:57 [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work 姚春林
@ 2007-07-19 15:45 ` Anthony Liguori
2007-07-20 0:25 ` 姚春林
0 siblings, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2007-07-19 15:45 UTC (permalink / raw)
To: qemu-devel
??? wrote:
> I am using tftpd32 on xp as server.
> qemu 0.9.0-win32 can't boot from nic.
> I have tried use vmware .It is OK.
> so I download etherboot iso image from rom-o-matic use the pcnet32 nic
> card.
> this iso can boot vmware use PXE.
> but when I boot qemu-win32 use this iso.It tell me "No Ip Address".
> The qemu use -net nic,model=pcnet -net tap.
> I have used ethereal capture the packets on tap device.
> The DHCP offer packet is sent.
> who can help me?
Can you try using the other nic types? I'm most interested in the
results with the rtl8139 model.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work
2007-07-19 15:45 ` Anthony Liguori
@ 2007-07-20 0:25 ` 姚春林
2007-07-20 0:38 ` Anthony Liguori
2007-07-20 11:55 ` Paul Brook
0 siblings, 2 replies; 5+ messages in thread
From: 姚春林 @ 2007-07-20 0:25 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
>
>
> Can you try using the other nic types? I'm most interested in the
> results with the rtl8139 model.
I have used rtl8139 the first time.Does not work.
I think the etherboot is OK. because I can use it to boot from vmware.
and the ethereal captured the DHCP offer packet on tap nic.
How the tap-win32 and qemu deal with this packet?
I can't trace it.
[-- Attachment #2: Type: text/html, Size: 593 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work
2007-07-20 0:25 ` 姚春林
@ 2007-07-20 0:38 ` Anthony Liguori
2007-07-20 11:55 ` Paul Brook
1 sibling, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2007-07-20 0:38 UTC (permalink / raw)
To: qemu-devel
??? wrote:
>
>
> Can you try using the other nic types? I'm most interested in the
> results with the rtl8139 model.
>
> I have used rtl8139 the first time.Does not work.
> I think the etherboot is OK. because I can use it to boot from vmware.
> and the ethereal captured the DHCP offer packet on tap nic.
> How the tap-win32 and qemu deal with this packet?
> I can't trace it.
You're using tap-win32? I have no idea how well tap-win32 works with
PXE... That would be my suspicion.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work
2007-07-20 0:25 ` 姚春林
2007-07-20 0:38 ` Anthony Liguori
@ 2007-07-20 11:55 ` Paul Brook
1 sibling, 0 replies; 5+ messages in thread
From: Paul Brook @ 2007-07-20 11:55 UTC (permalink / raw)
To: qemu-devel
On Friday 20 July 2007, 姚春林 wrote:
> > Can you try using the other nic types? I'm most interested in the
> > results with the rtl8139 model.
>
> I have used rtl8139 the first time.Does not work.
>
> I think the etherboot is OK. because I can use it to boot from vmware.
> and the ethereal captured the DHCP offer packet on tap nic.
> How the tap-win32 and qemu deal with this packet?
qemu doesn't do anything with the network traffic. It just passes it on to
your host OS. This is almost certainly a bug in your host networking
configuration. i.e. you don't have a dhcp server listening on that interface.
Configure it exactly the same as you would on a real network/machine.
Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-20 11:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 13:57 [Qemu-devel] qemu 0.9.0 win32 PXE boot can't work 姚春林
2007-07-19 15:45 ` Anthony Liguori
2007-07-20 0:25 ` 姚春林
2007-07-20 0:38 ` Anthony Liguori
2007-07-20 11:55 ` Paul Brook
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.