构建 ARM ltsp 客户端映像时出错

构建 ARM ltsp 客户端映像时出错

我已经在 Ubuntu 14.04 服务器上安装了 ltsp,并尝试使用构建 arm 客户端映像

sudo ltsp-build-client --arch armhf

目标是使用 Raspberry Pi 登录服务器贝瑞终端

但我一直收到以下错误:

W: Failure trying to run: chroot /opt/ltsp/armhf mount -t proc proc /proc
W: See /opt/ltsp/armhf/debootstrap/debootstrap.log for details

启动日志:

chroot: failed to run command 'mount': Exec format error

有人能告诉我如何让它工作吗?构建 amd64 客户端工作非常顺利。

答案1

http://cascadia.debian.net/~vagrant/rpi-ltsp-howto.txt

为 ltsp-build-client 安装 ltsp-server,安装 ldm-server 以支持 LDM,安装 qemu-user-static 和 binfmt-support 以提供跨架构支持。

apt-get install ltsp-server qemu-user-static binfmt-support ldm-server

相关内容