|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] pxe support
At 10:22 +0100 on 18 Jan (1169115756), Sven Oehme wrote:
> 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
The guest needs to be a HVM guest -- look at /etc/xen/xmexample.hvm.
Off the top of my head, you are missing these two lines:
builder = 'hvm'
kernel = '/usr/lib/xen/boot/hvmloader'
Cheers,
Tim.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|