|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] how to boot the os in xen via pxe ?
Hi,
It looks like pypxeboot is a pxeboot loader for pv guests,
although I also haven't tried it yet.
I guess you are trying pxeboot with an hvm guest.
If so, please add 'n' option on the boot parameter like boot="ncda" in
your domain config file. Then create the domain and you will see, after
the bios loaded, the etherboot rom start the pxeboot process.
Please note that you should use a vif model supported by etherboot.
It depends on which version of xen you are using, but probably you
would make it by using rtl8139 virtual nic like below.
vif = [ 'type=ioemu, bridge=yourbridge, model=rtl8139' ]
Thanks,
Yosuke
Todd Deshane wrote:
On Thu, Mar 27, 2008 at 12:13 AM, <kirtikumar.jain@xxxxxxxxx
<mailto:kirtikumar.jain@xxxxxxxxx>> wrote:
https://www.cs.tcd.ie/Stephen.Childs/pypxeboot/
Regards,
Todd
hi todd
thanks for reply , i wanted to know that whether the pypxeboot work
same as pxeboot and i have to install pypxeboot on the my os or
guest os?
thank you.
I don't know much about pypxeboot. Have others tried it? Are you willing
to try it and report back to the list?
Todd
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|