www.knoppix.net
 Permission to use these pages kindly granted by www.knoppix.net.
 These pages are a static version of those available at www.knoppix.net. Please check there for the latest information. Converted on 9/5/2003.
 Thanks to the many contributors to www.knoppix.net!

 Howto Install Over Net

Klonen einer Festplatteninstallation über Netz:

Diese Info habe ich aus dem Knoppix-Forum (von einem Gast) und aus dem Englischen übertragen. Korrekturen erwünscht. Der Urtext wird nach einer Woche entfernt. Hamatoma, 2002.01.10 (Attention, this HOwTO is liked by an english index. Don't just remove the english text - split it into two files. Write in first line a link to the new German file. Robert Michel 2002.03.01)

Because of the simplicity of it and the netboot option, we are able to use Knoppix to clone computers without having to purchase a Norton Ghost license for each system. Here is how I use Knoppix on a daily basis.

Weil es so einfach ist, und weil es die Netzwerk-Boot-Funktion gibt, können wir Rechner legal klonen, ohne für jedes System z.B. eine Norton-Ghost-Lizenz kaufen zu müssen. So nutze ich Knoppix täglich:

Vielleicht lieber nicht so woertlich:

We have several computers that are configured identically for the product that we sell. So I start one "set" up. One acts as the knoppix boot server and the others net boot off of it. Then I connect a long ethernet cable to a "fresh" set that has not had the OS or our special software loaded yet and net boot them off of the knoppix server.

Wir haben mehrere Rechner, die identisch für das Produkt sind, das wir verkaufen. So gehe ich vor um einen herzurichten. Einer dient als Knoppix-Boot-Server und die anderen booten mithilfe dieses Servers. Dann verbinde ich eine "frische" Gruppe, die noch kein OS oder unsere spezielle Software geladen hat, mit einem langen Ethernet-Kabel und boote sie mittels des Knoppix-Servers.

Then one by one I execute a command like this to clone them.

Dann führe ich folgende Befehle für jedes Gruppenmitglied durch:

On the machine I want to copy from:

  1. Open 2 root windows
  2. start xload on one of them
  3. cat /dev/hda | gzip -9 | nc -l -p 5030

Auf dem Master-Rechner:

  1. 2 root-Konsolen öffnen
  2. xload in einem starten
  3. cat /dev/hda | gzip -9 | nc -l -p 5030

On the machine I copy to:

Auf dem Zielrechner:

When the xload drops down to zero, then I know it is done. I can typically start about 2 or 3 clients to copy them.

Wenn xload auf 0 geht, weiß ich, dass der Vorgang fertig ist. Typischerweise kann ich 2 oder 3 Clients gleichzeitig klonen.

For Windows 9x systems. I do a format c: /s from dos and then untar a tarred backup that I made using knoppix.

Für Windows-9x-Systeme führe ich "format c: /s" unter DOS aus und entpacke ein tar-Archiv, das ich mit Knoppix erstellt habe.

Since Knoppix auto configures the hardware, I don't have to mess with making boot floppies or keeping track of them.

Da Knoppix die Hardware selber konfiguriert, habe ich kein Problem mit dem Erstellen von Boot-Floppies oder dem Aufbewahren solcher Floppies.


Last edited on March 1, 2003 9:39 am.