stephane maillan
2007-Nov-07 16:34 UTC
[syslinux] IPAPPEND rewrite kernel argument list question
Hello Using pxelinux for so long time i don't want to use pxegrub to PXE boot solaris 10 on x86 . So i would like to use pxelinux to do this jobs . I use ipappend and mboot.c32 however i don't success to have the kernel argument appended with BOOTIF : here is what i use : LABEL solaris MENU DEFAULT MENU LABEL Solaris Jumpstart KERNEL mboot.c32 APPEND multiboot kernel/unix -v -m verbose install http://mywebserver/jumpstart.tar -B install_media=mynfsserver:/Flash10i86pc,install_boot=mynfsserver:/Flash10i86pc/boot --- x86.miniroot IPAPPEND=3 Do you ever do it ? Does i mistake something there Thanks a lot for your support Stephane
H. Peter Anvin
2007-Nov-07 17:07 UTC
[syslinux] IPAPPEND rewrite kernel argument list question
stephane maillan wrote:> Hello > > Using pxelinux for so long time i don't want to use pxegrub to PXE boot > solaris 10 on x86 . > So i would like to use pxelinux to do this jobs . > > I use ipappend and mboot.c32 however i don't success to have the kernel > argument appended with BOOTIF : > > here is what i use : > > LABEL solaris > MENU DEFAULT > MENU LABEL Solaris Jumpstart > KERNEL mboot.c32 > APPEND multiboot kernel/unix -v -m verbose install > http://mywebserver/jumpstart.tar -B > install_media=mynfsserver:/Flash10i86pc,install_boot=mynfsserver:/Flash10i86pc/boot > --- x86.miniroot > IPAPPEND=3 > > Do you ever do it ? > Does i mistake something there >Yes, no = sign after "ipappend". To be honest I don't think I've ever tested this with mboot.c32, so I can't guarantee it works, but if not, we should fix it. -hpa