Hallo Matthias,

Holger hatte mal eine Beispieldatei gepostet:

-----------------------pxelinux.cfg/<HWK>-----------------------------
DEFAULT /vesamenu.c32
# nach Ablauf des Timeouts wird Windows XP mit synchronisiertem Autostart
gebootet.
ONTIMEOUT winxpsync
#ONTIMEOUT linbo
PROMPT 0
# STARTE winxpsync nach 5 Sek. Untätigkeit, wird durch Tastendruck des
Anwenders unterbrochen.
TIMEOUT 5
# starte auf jeden Fall das Defaultsystem nach 5 Sek.,
# auch wenn der Anwender den Autostart unterbrochen hat.
TOTALTIMEOUT 100
KBDMAP /german.kbd
DISPLAY /boot.msg
# verbietet die Änderung der APPEND-Zeile
ALLOWOPTIONS 0

# Layout-Definitionen fuer das Menue
MENU AUTOBOOT Automatischer Start von "Windows XP - Sync+Start" in #
Sekunde{n}...
MENU BACKGROUND /logo.16
MENU TITLE Boot-Menue der Gruppe GSR-LMG alle
MENU color title        1;36;44    #ffffffff #00000000 std
MENU color sel          7;37;40    #ffffffff #ffdaa520 all
MENU color hotsel       1;7;37;40  #ffffffff #ffdaa520 all
MENU WIDTH 80
MENU MARGIN 10
MENU ROWS 12
MENU ENDROW 24
MENU TIMEOUTROW 18
MENU VSHIFT 2

# LINBO-Start mit synchronisiertem Autostart des Ubuntu-Systems
LABEL ubuntusync
MENU LABEL ^1. Ubuntu 12.04 - Sync+Start
KERNEL linbo
APPEND initrd=linbofs.gz vga=788 quiet autostart=2

# direkter Start des Windows-XP-Systems aus der 1. Partition
#LABEL winxp
#MENU LABEL ^2. Windows XP - Start
#KERNEL grub.exe
#APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0;
hiddenmenu; title Partition 1; errorcheck off; configfile
(hd0,0)/boot/grub/menu.lst; configfile (hd0,0)/menu.lst; chainloader +1;
errorcheck on;

# LINBO-Start mit synchronisiertem Autostart des Windows-XP-Systems
#LABEL winxpsync
#MENU LABEL ^3. Windows XP - Sync+Start
#KERNEL linbo
#APPEND initrd=linbofs.gz vga=788 quiet autostart=1
### winxpsync mit reboot nach Uwe Seckinger
LABEL winxpsync
MENU LABEL ^2. Windows XP - Sync+Start
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 /menu.lst;
ls /menu.lst && configfile /menu.lst; chainloader +1; title LINBO PXE;
kernel (pd)/linbo vga=788 dhcpretry=5 quiet autostart=1; initrd
(pd)/linbofs.gz;

# direkter Start des Ubuntu-Systems aus der 2. Partition
LABEL ubuntu
MENU LABEL ^3. Ubuntu 12.04 - Start
KERNEL grub.exe
#APPEND keeppxe --config-file=pxe basedir /; default 0; timeout 0;
hiddenmenu; title Partition 1; errorcheck off; configfile
(hd0,1)/boot/grub/menu.lst; configfile (hd0,1)/menu.lst; chainloader +1;
errorcheck on;
APPEND --config-file=root (hd0,1); kernel /vmlinuz ro quiet splash
root=/dev/sda2; initrd /initrd.img;

# LINBO-Start mit synchronisiertem Autostart des Ubuntu-Systems
LABEL ubuntusync
MENU LABEL ^4. Ubuntu 12.04 - Sync+Start
KERNEL linbo
APPEND initrd=linbofs.gz vga=788 quiet autostart=2

# LINBO-PXE-Boot ohne Autostart eines Systems
LABEL linbo
MENU LABEL ^5. LINBO PXE
KERNEL linbo
APPEND initrd=linbofs.gz vga=788 quiet autostart=0

# LINBO-PXE-Boot im Debug-Modus
#LABEL debug
#MENU LABEL ^6. LINBO PXE debug
#KERNEL linbo
#APPEND initrd=linbofs.gz vga=788 debug autostart=0

# lokaler LINBO-Boot
#LABEL linbo-lokal
#MENU LABEL ^6. LINBO lokal
#KERNEL grub.exe
#APPEND --config-file=default 0; timeout 0; hiddenmenu; title LINBO lokal;
find --set-root --ignore-floppies --ignore-cd /linbofs.gz; kernel /linbo
vga=788 quiet autostart=0; initrd /linbofs.gz;

# lokaler LINBO-Boot im Debug-Modus
#LABEL debug-lokal
#MENU LABEL ^8. LINBO lokal debug
#KERNEL grub.exe
#APPEND --config-file=default 0; timeout 0; hiddenmenu; title LINBO lokal
debug; find --set-root --ignore-floppies --ignore-cd /linbofs.gz; kernel /
linbo vga=788 quiet autostart=0; initrd /linbofs.gz;

Am 11. März 2016 um 08:43 schrieb Schule Führinger <
[email protected]>:

> Hallo Matthias,
>
> meinst Du das nicht-grafische Linbo-pxe-Bootmenü? Ich verwende das
> zwar nicht, aber schau mal bei /var/linbo/pxelinux.cfg/<rechnerklasse>
>
> LG
> Max
>
> Am 11. März 2016 um 08:37 schrieb Matthias Müller <[email protected]
> >:
> > Danke. Ich weiß. Aber das was ich meine ist eine eigene
> Konfigurationsdatei
> > gewesen. Alles erscheint auch beim Start in einem eigenen Menü. Das wurde
> > mal hier in der Liste vorgschlagen…
> >
> >
> >
> > Gruß,
> >
> > Matthias
> >
> >
> >
> > Von: linuxmuster-user
> > [mailto:[email protected]] Im Auftrag von
> Alois
> > Raunheimer
> > Gesendet: Freitag, 11. März 2016 08:17
> > An: Discussions about using linuxmuster.net
> > <[email protected]>
> > Betreff: Re: [lmn] Konfiguration Autostart
> >
> >
> >
> > Hallo Matthias,
> >
> > ob automatisch gestartet wird steht in der jeweiligen start.conf-Datei
> der
> > Rechnersorte.
> >
> > Gruß
> >
> > Alois
> >
> >
> >
> > Am 11. März 2016 um 08:06 schrieb Matthias Müller <
> [email protected]>:
> >
> > Hallo,
> >
> >
> >
> > nach Neuinstallation wegen Umzug auf ML6 wurde auch neue Hardware
> > eingebunden. Da ich dies nicht mehr alleine mache sondern nur noch
> zuarbeite
> > meine Frage:
> >
> > Wo liegt die Datei, die beim Start statt Linbo erscheint, dass man
> innerhalb
> > definierter Sekunden entscheiden muss, ob synchronisierter Start , Linbo
> > oder Administrationsmenü gestartet wird. Ansonsten startet er
> > unsychronisiert.
> >
> > Das ganze gilt für eine bestimmte Hardwareklasse.
> >
> >
> >
> > Die alten Rechner starten noch damit. Ich weiß halt nur nicht mehr wo die
> > liegen und was man tun musste um diese einzupflegen.
> >
> >
> >
> > Vielen Dank für Hinweise!! :)
> >
> > Matthias
> >
> >
> > _______________________________________________
> > 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
> >
>
>
>
> --
> Max Führinger
>
> Eichendorff-Gymnasium Ettlingen
> -------------------------------------------------------------------------
> System:
> - Virtualisiert mit KVM auf Ubuntu 12.04
> - IPFire 2.17, Core 97 (linuxmuster-ipfire 1.2.6-0ubuntu0)
> - linuxmuster.net 6.1.2-0ubuntu0
>   mit Linbo 2.2.14-0 (für IBM T41) bzw. Linbo 2.2.16-0
> Erweiterungen: Openschulportfolio, mrbs, apt-cacher (separater virt.
> server), OwnCloud
> Clients: Ubuntu 12.04 32bit und 14.04 64bit.
> -------------------------------------------------------------------------
> _______________________________________________
> 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