我已经使用 Syslinux 在 FreeBSD 10.3 PXE 启动服务器上进行了设置。通过 TFTP 启动可以正常工作,但通过 HTTP 启动会返回 PXE 菜单。从浏览器获取所有文件可以正常工作。
# cat /usr/tftpdata/pxelinux.cfg/default
label mfsbsd
menu label ^MfsBSD 10.3 (TFTP)
kernel memdisk raw
initrd images/mfsbsd/mfsbsd-se-10.3-RELEASE-amd64.iso
append iso raw
label mfsbsd_http
menu label ^MfsBSD 10.3 (HTTP)
kernel memdisk raw
initrd http://172.16.3.5/pxe/images/mfsbsd/mfsbsd-se-10.3-RELEASE-amd64.iso
append iso raw
tftp文件夹:
# ls -l /usr/tftpdata
total 560
-r--r--r-- 1 root wheel 24560 Jul 20 00:38 chain.c32
-rw-r--r-- 1 root wheel 111334 Jul 20 00:31 gpxelinux.0
drwxr-xr-x 3 root wheel 512 Jul 21 19:30 images
-rwxr-xr-x 1 root wheel 122308 Jul 20 00:39 ldlinux.c32
-r--r--r-- 1 root wheel 186500 Jul 20 00:48 libcom32.c32
-r--r--r-- 1 root wheel 24148 Jul 20 00:45 libutil.c32
-rw-r--r-- 1 root wheel 26140 Jul 20 00:39 memdisk
-rwxr-xr-x 1 root wheel 26596 Jul 20 00:39 menu.c32
drwxr-xr-x 2 root wheel 512 Jul 19 14:11 pxelinux.cfg
-rwxr-xr-x 1 root wheel 1376 Jul 20 00:39 reboot.c32
-rwxr-xr-x 1 root wheel 27104 Jul 20 00:39 vesamenu.c32
怎么了?提前感谢大家。
答案1
假设您正在尝试启动 BIOS 客户端
如果您的 NBP 是,pxelinux.0
那么您将无法使用 HTTP 功能。对于 HTTP 和 FTP 传输,您必须使用 lpxelinux.0
。前缀“l”代表使用微机(轻量级 IP)库。