
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-build-client 用の ltsp-server、LDM をサポートする ldm-server、クロスアーキテクチャ サポート用の qemu-user-static および binfmt-support をインストールします。
apt-get install ltsp-server qemu-user-static binfmt-support ldm-server