我正在尝试升级我的FAI服务器env 从 jessie (FAI-Server 4.3.1+deb8u1) 更改为 focal (FAI-Server 5.3.6ubuntu1)
在旧系统上(Jessie),我生成nfsroot使用以下命令:
fai-make-nfsroot -glfv
但在新的 FAI-Server 版本中,选项“-l”已被删除,我使用以下命令生成我的 nfsroot:
fai-make-nfsroot -gfv
但是当我尝试启动我的客户端时收到此错误:
live-boot 现在将启动 shell。错误消息为:
在 /live 上未找到受支持的文件系统映像
这是我的 pxe 文件:
MENU LABEL ^FAI build (gfx_console)
kernel vmlinuz-5.4.0-104-generic
append initrd=initrd.img-5.4.0-104-generic ethdevice-timeout=30 ip=dhcp root=/dev/nfs nfsroot=/fai/nfsroot/focal boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install SERVER=192.168.1.100 FAI_CONFIG_SRC=nfs://192.168.1.100/fai/config-focal/ console=ttyS0,9600n8 console=tty0
这是我的根目录文件:
PACKAGES aptitude
nfs-common fai-nfsroot ssh rdate lshw rpcbind
rsync lftp less dump reiserfsprogs e2fsprogs usbutils
hwinfo psmisc pciutils hdparm smartmontools parted mdadm lvm2
dnsutils ntpdate dosfstools xfsprogs xfsdump
procinfo numactl dialog
console-common
udev subversion
xz-utils
cupt
sysvinit sysvinit-utils
systemd-
moreutils
module-init-tools console-tools iproute
kbd iproute2
firmware-bnx2 firmware-bnx2x firmware-realtek
live-boot live-boot-initramfs-tools
initramfs-tools
vim nano
htop
PACKAGES aptitude I386
grub-pc read-edid
linux-image-686
linux-image-generic
PACKAGES aptitude AMD64
grub-pc
linux-image-amd64
linux-image-generic
我可以检查什么来修复它?