Schoenleitner Thomas
2003-Apr-04 07:28 UTC
AW: [syslinux] pxelinux and Microsoft Remote Install Server
hi peter!> Von: H. Peter Anvin [mailto:hpa at zytor.com] > Schoenleitner Thomas wrote: > > hi there, > > > > has anyone ever tried to start a MS RIS Client via pxelinux? > > the bootfile for RIS is called startrom.com > > config file: > > --- > > LABEL msris > > KERNEL /OSChooser/i386/startrom.com > > APPEND keeppxe > > --- > > I also tried renaming the file to startrom.cbt > > same effect: nothing (one blank line) > > > > Try renaming it startrom.0. > > -hpathe ".0" did it! great! I did not find this in the faqs! http://syslinux.zytor.com/faq.php#otherOS ---->8---- ... The following extensions are recognized: none or other Linux kernel image .cbt COMBOOT image (not runnable from DOS) .bss Boot sector (DOS superblock will be patched in) .bs Boot sector .com COMBOOT image (runnable from DOS) ----8<---- I suggest to add something like: .0 xxxxxx ?? thank you for your help. greatings thomas