|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] pxe support
Hi Tim,
that's my config :
name = "fc7-pxe"
memory = "256"
disk = [ 'phy:vg01/fc7-pxe,xvda,w',
]
vif = [ 'mac=66:22:aa:77:aa:89, bridge=xenbr0',
]
vnc=1
uuid = "57caa792-1234-773c-69a3-f1e0269d8618"
on_reboot = 'restart'
on_crash = 'restart'
boot='n'
when i start it :
xm create /etc/xen/fc7-pxe -c
Using config file "/etc/xen/fc7-pxe".
Error: No kernel specified
so what am i doing wrong ?
i am using xen-unstable from yesterday
thanks. Sven
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 01/18/2007
10:01:44 AM:
> At 13:15 -0600 on 17 Jan (1169039714), Anthony Liguori wrote:
> > Sven Oehme wrote:
> > >
> > >Hi,
> > >
> > >i saw a bunch of patches from Anthony adding pxe support
to qemu. will
> > >that end in xen at some point , or is it already in ?
> > >i searched in the archives and also the source but couldn't
find
> > >anything ..
> >
> > It should be there. The QEMU patches were inspired by Tim's
Xen
> > patches. I've seen a few commits that have disabled/enabled
Option ROM
> > loading which would prevent the etherboot ROM from getting loaded.
> >
> > Should PXE booting work ATM Tim?
>
> Works for me in -unstable. Give the guest a vif, and choose
boot=n.
>
> Cheers,
>
> Tim.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|