按照 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