Solaris10 and pxeLinux

I want to run solaris10 with my pxelinux server

i put on pxelinux.cfg/default this

LABEL solaris 10 
   kernel mboot.c32
   append -solaris solaris/boot/platform/i86pc/kernel/unix -v -m verbose install dhcp nowin nfs://192.168.0.2/jumpstart/config.tar -B install_media=192.168.0.2:/solaris --- solaris/x86.miniroot

Give me error after load x86.miniroot
With the classic method of grub work,is possible to run
on pxelinux?
Thanks

---------- Post updated at 05:14 PM ---------- Previous update was at 05:03 PM ----------

I forgot
The error is

"Memory segment at 0x0000000 (len 0x00000000) is unavaliable"

---------- Post updated at 06:37 PM ---------- Previous update was at 05:14 PM ----------

With this configuration

LABEL solaris 10 
   kernel mboot.c32
   append -solaris solaris/boot/platform/i86pc/kernel/unix -v -m verbose install dhcp nowin nfs://192.168.0.2/jumpstart/config.tar -B install_media=192.168.0.2:/solaris --- solaris/x86.miniroot

Give another error

ERROR: Unable to configure network interface Exiting to shell

---------- Post updated at 07:48 PM ---------- Previous update was at 06:37 PM ----------

I found a workaround

LABEL solaris 10 
 kernel pxegrub.0

And simply load the solaris grub wich work fine
The only bad thing is for each client wich want
to boot,i have to ln -s menu.lst to menu.lst.010HWADDRESSCLIENT.