我尝试通过 PXE 启动来启动 Linux,但它一直说vmlinuz
找不到。我希望有更多关于它正在搜索哪个确切文件路径的信息。
这是我的档案的相关部分default
:
LABEL Xubuntu
MENU LABEL ^xubuntu-22.04.1-desktop-amd64
MENU DEFAULT
KERNEL boot/amd64/debian/xubuntu-22.04.1-desktop-amd64/casper/vmlinuz
APPEND root=/dev/nfs netboot=nfs nfsroot=192.168.0.192:/mnt/data/netboot/boot/ splash initrd=boot/amd64/debian/xubuntu-22.04.1-desktop-amd64/casper/initrd boot=casper toram ---
MENU END
我的 TFTP 根目录dnsmasq.conf
为/mnt/data/netboot
。NFS 服务器也设置在同一目录下:/mnt/data/netboot 192.168.0.0/255.255.255.0(ro, ...
是的,在另一个系统上安装根目录后,我能够访问vmlinuz
(用于测试)。因此文件是那里。
我在这里遗漏了什么?