Hallo,
hat sich schon eine Lösung ergeben? Ich habe nämlich das selbe Problem:
Kein Linbo-Autostart bei Linbo 2.2.16-0 mit Autostart = yes in start.conf
(nach Anleitung http://www.linuxmuster.net/wiki/dokumentation:handbuch51:clients:linbo:os_starten)
MfG
Stefan
Hier noch meine 2 Dateien:
------------------------------
start.conf.qiana:
# Ubuntu auf Partition 1
# Swap auf Partition 2
# Virtualbox auf Partition 3
# Cache auf Partition 4
# Festplatte 120G
[LINBO] # Start der globalen Konfiguration
Cache = /dev/sda4 # lokale Cache Partition
Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt
Group = qiana
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 = black # Konsolenschriftfarbe (default: white)
ConsoleFontColorStderr = darkorange # 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 = 39997440 # 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 = Linux Mint 17 Qiana Xfce # Name des Betriebssystems
Version = # Version (optional)
Description = Mint 17 Qiana Xfce (Ubuntu 14.04) Sen # Beschreibung
IconName = qiana.png # Icon für die Startseite, muss unter /var/linbo/icons abgelegt sein
Image = qiana.rsync # erst eintragen, wenn es erzeugt werden soll
BaseImage = qiana.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 = vmlinuz # 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 = yes # 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
[OS]
Name = Virtualbox # Name des Betriebssystems
Version = # Version (optional)
Description = Virtualbox # Beschreibung
IconName = vbox.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
-----------------------
pxelinux.cfg/qiana:
# template for the default pxelinux config file
#
# if you don't want this file being overwritten by workstations import remove the following line
# ### managed by linuxmuster.net ###
#
# [email protected]
# 10.02.2014
#
# use "reboot" instead of "linbo" for clients which need the reboot workaround
DEFAULT linbo
# you have to uncomment next line if you want to be able to type options on the boot prompt
#PROMPT 1
# 3 secs boot prompt timeout
TIMEOUT 30
KBDMAP /german.kbd
DISPLAY /boot.msg
# the default boot method, pxelinux boots linbo kernel directly
LABEL linbo
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 quiet splash splash autostart=0
# boot method to use with reboot workaround
LABEL reboot
KERNEL grub.exe
APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0; hiddenmenu; title REBOOT; fallback 1; find --ignore-floppies --ignore-cd --set-root /.linbo.reboot; cmp /.linbo.reboot /.grub.reboot || ls FALLBACK; write /.grub.reboot DONE; ls /boot/grub/menu.lst && configfile /boot/grub/menu.lst; ls /menu.lst && configfile /menu.lst; chainloader +1; title LINBO PXE; kernel (pd)/linbo quiet splash vga=788 splash autostart=0; initrd (pd)/linbofs.lz;
# to boot LINBO in debug mode simply type "debug" on boot prompt and press ENTER
LABEL debug
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 debug splash autostart=0
Am 06.01.2015 14:51, schrieb Wilfried Larisch:
hat sich schon eine Lösung ergeben? Ich habe nämlich das selbe Problem:
Kein Linbo-Autostart bei Linbo 2.2.16-0 mit Autostart = yes in start.conf
(nach Anleitung http://www.linuxmuster.net/wiki/dokumentation:handbuch51:clients:linbo:os_starten)
MfG
Stefan
Hier noch meine 2 Dateien:
------------------------------
start.conf.qiana:
# Ubuntu auf Partition 1
# Swap auf Partition 2
# Virtualbox auf Partition 3
# Cache auf Partition 4
# Festplatte 120G
[LINBO] # Start der globalen Konfiguration
Cache = /dev/sda4 # lokale Cache Partition
Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt
Group = qiana
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 = black # Konsolenschriftfarbe (default: white)
ConsoleFontColorStderr = darkorange # 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 = 39997440 # 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 = Linux Mint 17 Qiana Xfce # Name des Betriebssystems
Version = # Version (optional)
Description = Mint 17 Qiana Xfce (Ubuntu 14.04) Sen # Beschreibung
IconName = qiana.png # Icon für die Startseite, muss unter /var/linbo/icons abgelegt sein
Image = qiana.rsync # erst eintragen, wenn es erzeugt werden soll
BaseImage = qiana.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 = vmlinuz # 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 = yes # 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
[OS]
Name = Virtualbox # Name des Betriebssystems
Version = # Version (optional)
Description = Virtualbox # Beschreibung
IconName = vbox.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
-----------------------
pxelinux.cfg/qiana:
# template for the default pxelinux config file
#
# if you don't want this file being overwritten by workstations import remove the following line
# ### managed by linuxmuster.net ###
#
# [email protected]
# 10.02.2014
#
# use "reboot" instead of "linbo" for clients which need the reboot workaround
DEFAULT linbo
# you have to uncomment next line if you want to be able to type options on the boot prompt
#PROMPT 1
# 3 secs boot prompt timeout
TIMEOUT 30
KBDMAP /german.kbd
DISPLAY /boot.msg
# the default boot method, pxelinux boots linbo kernel directly
LABEL linbo
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 quiet splash splash autostart=0
# boot method to use with reboot workaround
LABEL reboot
KERNEL grub.exe
APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0; hiddenmenu; title REBOOT; fallback 1; find --ignore-floppies --ignore-cd --set-root /.linbo.reboot; cmp /.linbo.reboot /.grub.reboot || ls FALLBACK; write /.grub.reboot DONE; ls /boot/grub/menu.lst && configfile /boot/grub/menu.lst; ls /menu.lst && configfile /menu.lst; chainloader +1; title LINBO PXE; kernel (pd)/linbo quiet splash vga=788 splash autostart=0; initrd (pd)/linbofs.lz;
# to boot LINBO in debug mode simply type "debug" on boot prompt and press ENTER
LABEL debug
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 debug splash autostart=0
Am 06.01.2015 14:51, schrieb Wilfried Larisch:
Hallo Holger,
Am 06.01.2015, 12:24 Uhr, schrieb Holger Baumhof <[email protected]>:
Hallo Wilfried,
die größte linboversionsnummer die ich bisher gesehen habe war 2.2.x
Eine 2.12 kenne ich nicht.
du hast recht: 2.2.12-0
.. da hab ich noch nicht so viel mit rumgespielt.
Was mir aufgefallen ist:
in deiner start.conf steht ganz oben im Bereich wo der cache Definiert
wird, auch ein Eintrag:
KernelOptions
Der normalerweise in die pxelinux.cfg gehört.
Da wurde mit 2.2 folgendes geändert:
ein import_workstations erzeugt für jeden host, für den noch keine pxe
Datei besteht, eine pxe Datei.
Falls schon ein vorhanden ist, wird diese ersetzt, wenn in ihrem Kopf
### managed by linuxmuster.net ###
steht.
Schau mal hier in den Tread:
https://www.mail-archive.com/[email protected]/msg00756.html
ich brauche das Ganze erst Ende Februar, stehe also nicht unter Zeitdruck und kann in Ruhe alles ausprobieren. Über die Ergebnisse werde ich berichten. Vielen Dank für deine Hinweise!
Viele Grüße
Wilfried
_______________________________________________
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
