pxeサーバーにclonezilla liveをインストールしました。私のpxeサーバーが正常に動作しており、リモートの場所から起動できるようにclonezillaイメージをインストールしました。
私のclonezillaイメージは正常に起動しますが、時にはキーボードを選択して停止し、時にはエラーが発生します。"modprobe: module.depでvesafbモジュールが見つかりません"
このインストールのために以下のリンクをたどりました。
- PXE サーバーのインストールの場合、https://wiki.debian.org/PXEBootInstall
- Clonezilla インストールの場合、http://clonezilla.org/livepxe.php
1.2.0-25、2.4.2-10、2.4.2-10-2、2.4.2-10-i586、2.4.2-17、20150608-vivid-amd64などの他のバージョンのclonezillaを試しましたが、いいえキーマッピング後、clonezillaが正常に開始されました。
私の/srv/tftp/の内容は次のとおりです。
root@debian-kavin:/srv/tftp# tree -L 3
.
├── ]
├── debian-installer
│ └── amd64
│ ├── bootnetx64.efi
│ ├── boot-screens
│ ├── grub
│ ├── initrd.gz
│ ├── linux
│ ├── pxelinux.0
│ └── pxelinux.cfg
├── filesystem.squashfs
├── initrd.img
├── ldlinux.c32 -> debian-installer/amd64/boot-screens/ldlinux.c32
├── pxelinux.0 -> debian-installer/amd64/pxelinux.0
├── pxelinux.cfg -> debian-installer/amd64/pxelinux.cfg
├── version.info
└── vmlinuz