按照 https://help.ubuntu.com/community/DisklessUbuntuHowto 的提示配置完系统,准备网络启动的时候,遇到:

Trying to load pxelinux.cfg/default ok
No DEFAULT or UI configuration directive found!

渣度搜索不到任何帮助,无奈转bing,按照如下网址上的提示解决:

http://forums.debian.net/viewtopic.php?t=61808

把pxelinux.cfg/default文件中的:


  LABEL Ubuntu
  KERNEL vmlinuz
  APPEND root=/dev/nfs initrd=initrd.img nfsroot=192.168.10.178:/nfsroot ip=dhcp rw

改成:


  LABEL Ubuntu
  DEFAULT vmlinuz root=/dev/nfs initrd=initrd.img nfsroot=192.168.10.178:/nfsroot ip=dhcp rw

即可解决。

 

相关文章:

  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
猜你喜欢
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-04-23
  • 2021-12-04
相关资源
相似解决方案