<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="de">
  <siteinfo>
    <sitename>Linupedia.org</sitename>
    <dbname>linupediadb</dbname>
    <base>https://linupedia.org/opensuse/Hauptseite</base>
    <generator>MediaWiki 1.31.0</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Medium</namespace>
      <namespace key="-1" case="first-letter">Spezial</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Diskussion</namespace>
      <namespace key="2" case="first-letter">Benutzer</namespace>
      <namespace key="3" case="first-letter">Benutzer Diskussion</namespace>
      <namespace key="4" case="first-letter">Linupedia.org</namespace>
      <namespace key="5" case="first-letter">Linupedia.org Diskussion</namespace>
      <namespace key="6" case="first-letter">Datei</namespace>
      <namespace key="7" case="first-letter">Datei Diskussion</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki Diskussion</namespace>
      <namespace key="10" case="first-letter">Vorlage</namespace>
      <namespace key="11" case="first-letter">Vorlage Diskussion</namespace>
      <namespace key="12" case="first-letter">Hilfe</namespace>
      <namespace key="13" case="first-letter">Hilfe Diskussion</namespace>
      <namespace key="14" case="first-letter">Kategorie</namespace>
      <namespace key="15" case="first-letter">Kategorie Diskussion</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>MosNis-Wikibook/Installation/Integration der Wartungstools/Knoppix Linux 5</title>
    <ns>0</ns>
    <id>5572</id>
    <revision>
      <id>23653</id>
      <parentid>23652</parentid>
      <timestamp>2008-01-14T18:09:13Z</timestamp>
      <contributor>
        <username>DerMani</username>
        <id>274</id>
      </contributor>
      <minor/>
      <comment>1 Versionen</comment>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text xml:space="preserve" bytes="4289">====KNOPPIX 5.0.1====

(Bitte zunächst die Hinweise unter der Menükonfigurationsdatei beachten)
Nachdem das KNOPPIX 5.01 DVD-Image eruntergeladen wurde oder die DVD im DVD-Laufwerk liegt, muss Knoppix zuerst einmal auf den mit 

 mkdir /media/knoppix

anzulegenden Mountpoint gemountet werden mit

 mount /dev/dvd /media/knoppix

bzw. aus dem Verzeichnis heraus in dem das ISO-Image liegt

 mount -o loop -t iso9660 ./knoppix.iso /media/knoppix

um es dann als Ganzes in das mit

 mkdir -p /Installserver/Knoppix/5.01

anzulegende Verzeichnis per
 
 cp -R /media/knoppix /Installserver/Knoppix/5.01

zu kopieren. Danach kann man /media/knoppix wieder entfernen mit

 umount /media/knoppix
 rmdir /media/knoppix


Aus dem Verzeichnis ''/Installserver/Knoppix/5.01/boot/isolinux'' kopieren wir dann die Dateien ''minirt.gz'' sowie ''linux'' in das mit 
 
 mkdir -p /tftpboot/Knoppix/5.01   

anzulegende Verzeichnis. Danach legen wir die folgende in der Tool-Auswahl bereits verankerte Knoppix-Menükonfigurationsdatei an:


/tftpboot/KNOPPIX.conf

 DEFAULT menu.c32
 PROMPT 0
 MENU TITLE Knoppix Linux 5.01
 
 APPEND nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de ramdisk_size=655350 \
  root=/dev/ram0 init=/etc/init apm=power-off nomce vga=791 initrd=Knoppix/5.01/miniroot.gz \
  quiet BOOT_IMAGE=KNOPPIX
 
 DISPLAY boot.msg
 
 # KNOPPIX Normaler Modus über NFS
 LABEL knoppix
  MENU LABEL Knoppix 5.01
  KERNEL Knoppix/5.01/vmlinuz
  APPEND nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de ramdisk_size=100000 \
   init=/etc/init apm=power-off nomce vga=791 initrd=Knoppix/5.01/miniroot.gz quiet \
   BOOT_IMAGE=KNOPPIX knoppix_dir=nfs://192.168.2.1/Installserver/Knoppix/5.01/KNOPPIX
 
 # KNOPPIX Textmode
 LABEL knoppix-txt
  MENU LABEL Knoppix 5.01 Textmode
  KERNEL vmlinuz
  APPEND secure nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de \
   ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=normal \
   initrd=Knoppix/5.01/miniroot.gz BOOT_IMAGE=KNOPPIX/KNOPPIX
 
 # KNOPPIX Expertenmodus
 LABEL expert
  MENU LABEL Knoppix 5.01 Expertmode
  KERNEL vmlinuz
  APPEND secure nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de \
   ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 \
   initrd=Knoppix/5.01/miniroot.gz BOOT_IMAGE=expert
 
 # KNOPPIX Framebuffer 1280x1024
 LABEL fb1280x1024
  MENU LABEL Knoppix 5.01 1280x1024
  KERNEL vmlinuz
  APPEND secure nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de \
   ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 xmodule=fbdev \
   initrd=Knoppix/5.01/miniroot.gz BOOT_IMAGE=knoppix
 
  # KNOPPIX Framebuffer 1024x768
 LABEL fb1024x768
  MENU LABEL Knoppix 5.01 1024x768
  KERNEL vmlinuz
  APPEND secure nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de \
   ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=791 xmodule=fbdev \
   initrd=Knoppix/5.01/miniroot.gz BOOT_IMAGE=knoppix
 
 # KNOPPIX Framebuffer 800x600
 LABEL fb800x600
  MENU LABEL Knoppix 5.01 800x600
  KERNEL vmlinuz
  APPEND secure nfsdir=192.168.2.1:/Installserver/Knoppix/5.01 dhcp lang=de \
   ramdisk_size=100000 init=/etc/init apm=power-off nomce vga=788 xmodule=fbdev \
   initrd=Knoppix/5.01/miniroot.gz BOOT_IMAGE=knoppix
 
 LABEL back
  MENU LABEL Zur Tools-Auswahl
  KERNEL menu.c32
  APPEND TOOLS.conf
 
 #Deutsche Tastaturbelegung
 KBDMAP german.kbd
 #Menüeinstellungen
 MENU WIDTH 80
 MENU MARGIN 10
 MENU ROWS 12
 MENU TABMSGROW 18
 MENU CMDLINEROW 12
 MENU ENDROW 24
 MENU TIMEOUTROW 20
 ONTIMEOUT back
 TIMEOUT 200
 
 #Hilfstexte
 F1 Hilfe.txt
 F2 KNOPPIX.txt
 

Diese Menükonfiguration sollte eigentlich funktionieren, jedoch scheint es so, als würde Knoppix zur Zeit die PXE-Bootvariante noch nicht unterstützen oder als würde ein Modul zusätzlich geladen werden müssen welches zum Bootzeitpunkt noch nicht verfügbar ist. Zumindest wird zur Zeit bei dieser Einstelung das KNOPPIX-Filesystem im Anschuß an die initrd nicht gefunden werden, weswegen dieser Menüpunkt des Tools-Auswahmenüs bisher nur als Draft-of-Concept zu verstehen ist und noch nicht als funktionsfähiger Zustand, an der Ursachenfindung wird jedoch bereits gearbeitet.
&lt;div class=&quot;noprint&quot;&gt;--[[Benutzer:TomcatMJ|TomcatMJ]] 04:40, 27. Sep 2006 (CEST)&lt;/div&gt;</text>
      <sha1>72y3gjq99pgxfn2av2ynevj9n0clpo9</sha1>
    </revision>
  </page>
</mediawiki>
