Hallo Markus,

danke fürs Mitdenken. Das war nicht die start.conf, sondern nochmal die
pxelinux.cfg (PICNIC!). Hier ist die start.conf.

VG - Jürgen

# LINBO start.conf, Beispiel fuer Ubuntu
> # Ubuntu auf Partition 1
> # Swap auf Partition 2
> # Virtualbox auf Partition 3
> # Cache auf Partition 4
> # Festplatte 160G
>
> [LINBO]                             # Start der globalen Konfiguration
> Cache = /dev/sda4                   # lokale Cache Partition
> Server = 10.16.1.1                  # IP des TFTP-Servers, der Images
> vorhaelt
> Group = trusty714reboot
> RootTimeout = 600                   # automatischer Rootlogout nach 600
> Sek.
> Autopartition = no                  # keine automatische
> Partitionsreparatur beim LINBO-Start
> AutoFormat = no                     # kein automatisches Formatieren aller
> Partitionen beim LINBO-Start
> AutoInitCache = no                  # kein automatisches Befüllen des
> Caches beim LINBO-Start
> DownloadType = rsync              # Image-Download per
> torrent|multicast|rsync, default ist rsync
> BackgroundFontColor = white         # Bildschirmschriftfarbe (default:
> white)
> ConsoleFontColorStdout = white      # Konsolenschriftfarbe (default: white)
> ConsoleFontColorStderr = orange     # Konsolenschriftfarbe für
> Fehler-/Warnmeldungen (default: red)
> KernelOptions = splash autostart=0
>
> [Partition]              # Betriebssystem (Ubuntu)
> Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste
> Partition auf erster Platte)
> Size = 19998720          # Partitionsgroesse in kB (Bsp.: ca. 10G)
> Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c =
> FAT32, 7 = NTFS, ...)
> FSType = ext4            # Dateisystem ext4
> Bootable = no            # Bootable-Flag
>
> [Partition]              # Swap
> Dev = /dev/sda2          # Device-Name der Partition (sda2 = zweite
> Partition auf erster Platte)
> Size = 2529280           # Partitionsgroesse 8388608 kB (Bsp.: ca. 10G)
> Id = 82                  # Partitionstyp (83 = Linux, 82 = swap, c =
> FAT32, 7 = NTFS, ...)
> FSType = swap            # Dateisystem ext4
> Bootable = no            # Bootable-Flag
>
> [Partition]              # Virtualbox
> Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte
> Partition auf erster Platte)
> Size = 12083200          # Partitionsgroesse in kB (Bsp.: ca. 2G)
> Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c =
> FAT32, ...)
> FSType = ext4            # Dateisystem swap
> Bootable = no            # Bootable-Flag
>
> [Partition]              # Cachepartition
> Dev = /dev/sda4          # Device-Name der Partition (sda4 = vierte
> Partition auf erster Platte)
> Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe =
> Rest der Platte, ca. 138G)
> Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c =
> FAT32, 7 = NTFS, ...)
> FSType = ext4            # Dateisystem ext4
> Bootable = no            # Bootable-Flag
>
> [OS]
> Name = Ubuntu 14.04 Linuxmuster LTS             # Name des Betriebssystems
> Version =                           # Version (optional)
> Description = Ubuntu 14.04 Trusty    # Beschreibung
> IconName = ubuntu.png               # Icon für die Startseite, muss unter
> /var/linbo/icons abgelegt sein
> #Image =  ubuntu.rsync              # Dateiname des differentiellen Images
> (Erweiterung .rsync)
> Image =                             # erst eintragen, wenn es erzeugt
> werden soll
> BaseImage = trusty714.cloop         # Dateiname des Basisimages
> (Erweiterung .cloop)
> Boot = /dev/sda1                    # Partition, die Kernel & Initrd
> enthaelt
> Root = /dev/sda1                    # Rootpartition, in die das BS
> installiert ist
> Kernel = reboot                     # Relativer Pfad zum Kernel
> Initrd = initrd.img                 # Relativer Pfad zur Initrd
> Append = ro splash                  # Kernel-Append-Parameter, ggf.
> anpassen
> StartEnabled = yes                  # "Start"-Button anzeigen
> SyncEnabled = yes                   # "Sync+Start"-Button anzeigen
> NewEnabled = yes                    # "Neu+Start"-Button anzeigen
> Hidden = yes                        # verstecke OS-Reiter
> Autostart = no                      # automatischer synchronisierter Start
> dieses Betriebssystems: yes|no
> AutostartTimeout = 5                # Timeout in Sekunden für
> Benutzerabbruch bei Autostart
> DefaultAction = start                # DefaultAction bei Autostart:
> start|sync|new
>
> [OS]
> Name = Virtualbox                   # Name des Betriebssystems
> Version =                           # Version (optional)
> Description = Virtualbox            # Beschreibung
> IconName = ubuntu.png               # Icon für die Startseite, muss unter
> /var/linbo/icons abgelegt sein
> #Image =  ubuntu.rsync              # Dateiname des differentiellen Images
> (Erweiterung .rsync)
> Image =                             # erst eintragen, wenn es erzeugt
> werden soll
> BaseImage = vbox.cloop         # Dateiname des Basisimages (Erweiterung
> .cloop)
> Boot = /dev/sda3                    # Partition, die Kernel & Initrd
> enthaelt
> Root = /dev/sda3                    # Rootpartition, in die das BS
> installiert ist
> Kernel = vmlinuz                    # Relativer Pfad zum Kernel
> Initrd = initrd.img                 # Relativer Pfad zur Initrd
> Append = ro splash                  # Kernel-Append-Parameter, ggf.
> anpassen
> StartEnabled = no                  # "Start"-Button anzeigen
> SyncEnabled = no                   # "Sync+Start"-Button anzeigen
> NewEnabled = yes                    # "Neu+Start"-Button anzeigen
> Hidden = yes                        # verstecke OS-Reiter
> Autostart = no                      # automatischer synchronisierter Start
> dieses Betriebssystems: yes|no
> AutostartTimeout = 5                # Timeout in Sekunden für
> Benutzerabbruch bei Autostart
> DefaultAction = sync                # DefaultAction bei Autostart:
> start|sync|new
>

Am 22. Juni 2016 um 15:44 schrieb Markus Rupprecht <
[email protected]>:

> Hallo,
> ich weiß jetzt nicht, ob es daran liegt, aber in deiner start.conf gibt es
> label und kernel mehrmals. Das habe ich so noch nicht gesehen. Müsste da
> nicht etwas auskommentiert sein?
>
> Hier ist eine start.conf von mir. Da gibt es "Kernel" nur einmal und da
> steht dann eben reboot.
>
> Gruß,
> Markus
>
> 15:39/0 server ~ # more /var/linbo/start.conf.optiplex780
> [LINBO]
> KernelOptions =
> ConsoleFontColorStderr = red
> ConsoleFontColorStdout = white
> BackgroundFontColor = white
> Cache = /dev/sda2
> Server = 10.16.1.1
> Group = Optiplex780
> RootTimeout = 600
> AutoPartition = no
> AutoFormat = no
> AutoInitCache = yes
> DownloadType = torrent
> [Partition]
> Dev = /dev/sda1
> Size = 26000000
> Id = c
> FSType = vfat
> Bootable = no
>
> [Partition]
> Dev = /dev/sda2
> Size =
> Id = 83
> FSType = reiserfs
> Bootable = no
>
> [OS]
> AutostartTimeout = 5
> DefaultAction = sync
> IconName = default.png
> Name = Windows XP
> Version =  E60 945G
> Description = Windows XP
> BaseImage = winxp-optiplex780.cloop
> Boot = /dev/sda1
> Root = /dev/sda1
> Kernel = reboot
> Initrd =
> Append = --config-file=map(rd) (hd0,0); map --hook; chainloader
> (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda
> StartEnabled = no
> SyncEnabled = yes
> NewEnabled = yes
> Hidden = yes
> Autostart = no
>
>
>
> ---
> Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
> https://www.avast.com/antivirus
>
>
> _______________________________________________
> linuxmuster-user mailing list
> [email protected]
> https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user
>
_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an