[syslinux] SYSLINUX 3.10-pre20 menu.32 hang in SIS900 bootrom

Alexander Heinz mailsanmich at gmx.li
Tue Aug 23 06:19:00 PDT 2005


>   if substring (option vendor-class-identifier, 0, 3) = "PXE" {
>       if substring (hardware, 1, 3) = 00:07:95 {
>           filename "/tftpboot/eb-5.4.0-sis900.zpxe";
>       }
>   }

Sorry, that is incomplete. You have to mention the default filename 
before the IF statements:

filename "/tftpboot/pxelinux.0";

if substring (option vendor-class-identifier, 0, 3) = "PXE" {
     if substring (hardware, 1, 3) = 00:07:95 {
         filename "/tftpboot/eb-5.4.0-sis900.zpxe";
     }
}

Cheers
Alex




More information about the Syslinux mailing list