我正在尝试使用本地主机引导我计算机中的虚拟机(virtualbox)。
但是,当我执行以下命令时:
$ sudo cp -fr install/netboot/* /var/lib/tftpboot/
cp: cannot stat 'install/netboot/*': No such file or directory我列出了install目录的内容,但没有找到netboot目录。我错过了什么?
我遵循了这个指南:https://www.ostechnix.com/how-to-install-pxe-server-on-ubuntu-16-04/
注:我有Ubuntu桌面LTS 16
发布于 2017-03-05 20:06:32
不,桌面版本不包含所需的netboot文件。你需要得到任何一种:
mini.iso <60 or或netboot.tar.gz ~45 or)https://askubuntu.com/questions/888317
复制相似问题