Deployment
rm /etc/udev/rules.d/70-persistent-net.rules
Ausgangsrechner mit Knoppix (oder anderem Live-System) starten
Zielrechner mit Knoppix (oder anderem Live-System) starten. SSH Server starten, root-Passwort vergeben…
Festplatte entsprechend partitionieren bzw. formartieren
Zielpartition mounten
Am Quellrechner rsync aufstarten:
rsync -av -P /mnt/sdXx/ -e ssh root@192.168.1.2:/mnt/sdXx/.
mount -o bind /dev /mnt/sdXx/dev
chroot /mnt/sdXx
mount /proc
mount /sys
mkinitrd
mount -o bind /dev /mnt/sdXx/dev
chroot /mnt/sdXx
mount /proc
mount /sys
grub
root (hd0,1)
setup (hd0) (hd0,1)
setup --stage2=/boot/grub/stage2 (hd0) (hd0,1)
quit