MosNis Installation/Integration der Betriebssysteme/openSUSE 10.1

Aus Linupedia.org
Wechseln zu: Navigation, Suche
Höhe=24px
Achtung dieser Artikel ist noch in Arbeit und dient vorläufig nur als Vorlage. Dieser Beitrag zu Linux oder der Abschnitt ist in Bearbeitung. Weitere Informationen findest du hier. Der Ersteller arbeitet an dem Beitrag oder Abschnitt und entsorgt den Wartungsbaustein spätestens 3 Tage nach der letzten Bearbeitung. Änderungen außer Rechtschreibkorrekturen ohne Absprache mit dem Urspungsautor sind möglichst zu vermeiden, solange dieser Baustein noch innerhalb der genannten Frist aktiviert ist.
--TomcatMJ 04:06, 12. Sep 2006 (CEST)

Opensuse.gif
Da bei openSUSE 10.1 sowohl die 32 Bit als auch die 64 Bit Version identisch zu handhaben sind, wird im weiteren nur von openSUSE, nicht jedoch von 32 Bit oder 64 Bit die Rede sein. Als erstes mounten wir die DVD oder das DVD-ISO-Image. Dann legen wir eine passende Verzeichnisstruktur im Installationsserververzeichnis an mit

mkdir /Installserver/openSUSE/10.1/32Bit

bzw.

mkdir /Installserver/openSUSE/10.1/64Bit

und kopieren den gesamten Inhalt der DVDs bzw. der ISO-Images dort hinein. Für den zu bootenden Kernel legen wir im Hauptverzeichnis des TFTP-Servers passende Unterverzeichnisse an in die wir die zur jeweiligen Architektur passenden Kernelimages und Initialramdiskimages legen. Dies erledigen wir wieder mit

mkdir /tftpboot/openSUSE/10.1/32Bit

und

mkdir /tftpboot/openSUSE/10.1/64Bit

Dorthin kopieren wir dann die Dateien

/Installserver/openSUSE/10.1/32Bit/boot/i386/loader/initrd 

und

/Installserver/openSUSE/10.1/32Bit/boot/i386/loader/linux 

bzw. Äquivalentes für die 64 Bit Version. Wenn mit Autoyast gearbeitet werden soll für unbeaufsichtigte Installationen, installieren wir noch das yast-autoyast Softwarepaket per Yast, Apt, Smart, Yum oder per rpm -Uvh <paketname> und erstellen damit eine passende Datei namens autoyast.xml (Näheres dazu dann später im AutoMosNis-Abschnitt). Diese benennen wir in z.B. a-yast1.xml um, da pxelinux leider eine Zeichenbegrenzung für Pfade plus Dateinamen von 127 Zeichen und die 8.3er DOS-Dateinamenskonvention zur Dateiunterscheidung einsetzt und legen noch ein Verzeichnis dafür im Installationsserververzeichnis an mit

mkdir /Installserver/openSUSE/10.1/autoyast

wohin wir die eben erstellte Datei dann kopieren oder verschieben. Danach legen wir die openSUSE- Menüdateien für den PXE-Linux Bootloader an:

Die openSUSE Hauptauswahl /tftpboot/openSUSE101.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1

# 64 Bit NFS
LABEL openSUSE 10.1 64 Bit NFS
 MENU LABEL openSUSE 10.1 64 Bit NFS
 KERNEL menu.c32
 APPEND OS64NFS.conf

# 64 Bit FTP
LABEL openSUSE 10.1 64 Bit FTP
 MENU LABEL openSUSE 10.1 64 Bit FTP
 KERNEL menu.c32
 APPEND OS64FTP.conf

# 64 Bit HTTP
LABEL openSUSE 10.1 64 Bit HTTP
 MENU LABEL openSUSE 10.1 64 Bit HTTP
 KERNEL menu.c32
 APPEND OS64HTTP.conf

# 64 Bit SMB
LABEL openSUSE 10.1 64 Bit SMB
 MENU LABEL openSUSE 10.1 64 Bit SMB
 KERNEL menu.c32
 APPEND OS64SMB.conf

# 32 Bit NFS
LABEL openSUSE 10.1 32 Bit NFS
 MENU LABEL openSUSE 10.1 32 Bit NFS
 KERNEL menu.c32
 APPEND OS32NFS.conf

# 32 Bit FTP
LABEL openSUSE 10.1 32 Bit FTP
 MENU LABEL openSUSE 10.1 32 Bit FTP
 KERNEL menu.c32
 APPEND OS32FTP.conf

# 32 Bit HTTP
 LABEL openSUSE 10.1 32 Bit HTTP
 MENU LABEL openSUSE 10.1 32 Bit HTTP
 KERNEL menu.c32
 APPEND OS32HTTP.conf

# 32 Bit SMB
LABEL openSUSE 10.1 32 Bit SMB
 MENU LABEL openSUSE 10.1 32 Bit SMB
 KERNEL menu.c32
 APPEND OS32SMB.conf

# Hauptauswahl
LABEL mainback
 MENU LABEL Zur Hauptauswahl
 KERNEL menu.c32
 APPEND MAIN.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 localboot
TIMEOUT 200

#Hilfstexte
F1 SuSE-Hilfe.txt
F2 SuSE-SMB.txt
F3 SuSE-FTP.txt
F4 SuSE-HTTP.txt
F5 SuSE-SMB.txt
F6 Hauptauswahl.txt


Die nachfolgenden in der openSUSE Auswahl genutzten openSUSE Menüs :

/tftpboot/OS64NFS.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per NFS

# 64Bit NFS install
LABEL Linux64NFSManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS install noacpi
LABEL Linux64NFSManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS install nolapic
LABEL Linux64NFSManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS failsafe
LABEL Linux64NFSfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \ 
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS rescue
LABEL Linux64NFSrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS autoyast
LABEL Linux64NFSautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \ 
  insmod=e1000 insmod=8139too insmod=forcedeth \ 
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=nfs://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64nfs.xml

# 64Bit NFS Remoteinstall mit VNC
LABEL Linux64NFSremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \ 
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \ 
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE	
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H2.txt
F2 SuSE_Auswahl.txt

/tftpboot/OS64FTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per FTP

# 64Bit FTP install
LABEL Linux64FTPManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP install noacpi
LABEL Linux64FTPManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP install nolapic
LABEL Linux64FTPManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP failsafe
LABEL Linux64FTPfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP rescue
LABEL Linux64FTPrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP autoyast
LABEL Linux64FTPautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=ftp://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64ftp.xml

# 64Bit FTP remoteinstall
LABEL Linux64FTPremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H2.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS64HTTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per HTTP

# 64Bit HTTP install
LABEL Linux64HTTPManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP install noacpi
LABEL Linux64HTTPManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP install nolapic
LABEL Linux64HTTPManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP failsafe
LABEL Linux64HTTPfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP rescue
LABEL Linux64HTTPrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP autoyast
LABEL Linux64HTTPautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=http://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64http.xml

# 64Bit HTTP remoteinstall
LABEL Linux64HTTPremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H2.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS64SMB.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per SMB

# 64Bit SMB install
LABEL Linux64SMBManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB install noacpi
LABEL Linux64SMBManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB install nolapic
LABEL Linux64SMBManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB failsafe
LABEL Linux64SMBfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB rescue
LABEL Linux64SMBrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB autoyast
LABEL Linux64SMBautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=smb://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64http.xml

# 64Bit SMB remoteinstall
LABEL Linux64SMBPremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H2.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32NFS.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per NFS

# 32Bit NFS install
LABEL Linux32NFSManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS install noacpi
LABEL Linux32NFSManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS install nolapic
LABEL Linux32NFSManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS failsafe
LABEL Linux32NFSfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS rescue
LABEL Linux32NFSrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS autoyast
LABEL Linux32NFSautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=nfs://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay32nfs.xml

# 32Bit NFS remoteinstall
LABEL Linux32NFSremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# openSUSE	
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H3.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32FTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per FTP

# 32Bit FTP install
LABEL Linux32FTPManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP install noacpi
LABEL Linux32FTPManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP install nolapic
LABEL Linux32FTPManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP failsafe
LABEL Linux32FTPfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP rescue
LABEL Linux32FTPrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP autoyast
LABEL Linux32FTPautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=ftp://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay32ftp.xml

# 32Bit FTP remoteinstall
LABEL Linux32FTPremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/


# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H3.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32HTTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per HTTP

# 32Bit HTTP install
LABEL Linux32HTTPManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP install noacpi
LABEL Linux32HTTPManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP install nolapic
LABEL Linux32HTTPManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP failsafe
LABEL Linux32HTTPfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP rescue
LABEL Linux32HTTPrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP autoyast
LABEL Linux32HTTPautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=http://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay32http.xml

# 32Bit HTTP remoteinstall
LABEL Linux32HTTPremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H3.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32SMB.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per SMB

# 32Bit SMB install
LABEL Linux32SMBManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB install noacpi
LABEL Linux32SMBManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB install nolapic
LABEL Linux32SMBManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB failsafe
LABEL Linux32SMBfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB rescue
LABEL Linux32SMBrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB autoyast
LABEL Linux32SMBautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=smb://192.168.2.1/Installserver/openSUSE/10.1/autoyast/a-y32smb.xml

# 32Bit SMB remoteinstall
LABEL Linux32SMBremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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 SuSE-H3.txt
F2 SuSE-Auswahl.txt

Hilfstexte:Werden noch folgen...

--TomcatMJ 04:06, 12. Sep 2006 (CEST)