建置 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

debootstrap.log:

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

誰能告訴我如何才能讓它運作?建置 amd64 客戶端工作非常順利。

答案1

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

安裝 ltsp-server 用於 ltsp-build-client,安裝 ldm-server 支援 LDM,安裝 qemu-user-static 和 binfmt-support 以實現跨架構支援。

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

相關內容