按照 https://help.ubuntu.com/community/DisklessUbuntuHowto 的提示配置完系統,準備網絡啓動的時候,遇到:php
Trying to load pxelinux.cfg/default ok
No DEFAULT or UI configuration directive found!linux
渣度搜索不到任何幫助,無奈轉bing,按照以下網址上的提示解決:ubuntu
http://forums.debian.net/viewtopic.php?t=61808網絡
把pxelinux.cfg/default文件中的:less
LABEL Ubuntu
KERNEL vmlinuz
APPEND root=/dev/nfs initrd=initrd.img nfsroot=192.168.10.178:/nfsroot ip=dhcp rw
改爲:spa
LABEL Ubuntu
DEFAULT vmlinuz root=/dev/nfs initrd=initrd.img nfsroot=192.168.10.178:/nfsroot ip=dhcp rw
便可解決。.net