Am Mittwoch, 22. Juni 2016, 16:47:01 CEST schrieb Jürgen Horzella: > Hallo Frank, > > jetzt hab ich mal den Reboot-Workaround bei einer alten Kiste mit normalem > BIOS gemacht. Gleiches Verhalten wie auf den Neuen mit UEFI :-( > Vermutlich liegt es also doch irgendwie am Linbo, deswegen würde ich mal > Linbo 2.3 ausprobieren > > Gibt es eine Beschreibung, wie man auf Linbo 2.3 kommt? Habe im Wiki nichts > gefunden. > Oder soll ich gleich auf linuxmuster 6.2 umsteigen, geht das einigermaßen > gefahrlos? > Wenn ja, wie macht man das? > Hallo Jürgen, seit kurzem läuft der öffentliche Betatest für die 6.2.
Die Anleitung zum Upgrade sind hier: http://www.linuxmuster.net/wiki/entwicklung:betatest-babo62 Dort steht alles Wichtige. Gruß, Frank > Viele Grüße aus dem sonnigen Nördlingen > Jürgen > > Am 22. Juni 2016 um 15:23 schrieb Frank Schütte <[email protected]>: > > Am Mittwoch, 22. Juni 2016, 12:35:25 CEST schrieb Jürgen Horzella: > > > Hallo Stefan, > > > > > > danke, die Einstellung habe ich überprüft, war bereits auf Other OS. Und > > > sonst steht "eigentlich" alles auf Legacy. > > > > Hallo Jürgen, > > ich hatte solch ein Problem mal mit einem UEFI-Rechner. > > Boot per Netzwerk, Absturz von pxelinux, > > Boot per Netzwerk, ... > > > > Bei mir hat geholfen, die Rechner im UEFI-Modus mit Linbo 2.3 zu > > konfigurieren. > > > > Gruß, > > Frank > > > > > Viele Grüße > > > Jürgen > > > > > > 2016-06-22 10:46 GMT+02:00 Stefan Leßmann < > > > > [email protected]>: > > > > Hallo Jürgen, > > > > > > > > ich hatte so ein Reboot-Schleifen-Problem gerade eben an zwei Rechnern > > > > auch und konnte es beheben (wobei ich nicht weiß und nicht weiter > > > > nachgeforscht habe, woran es lag...): Ich bin zwischen den Reboots ins > > > > BIOS, habe dort etwas geändert (bei mir stand bei Secure Boot als OS > > > > noch Windows drin, bin auf "Other OS"), danach hat er korrekt > > > > gebootet, ohne Endlosschleife. > > > > > > > > Grüße, > > > > Stefan > > > > > > > > Stefan Leßmann > > > > > > > > Laura-Schradin-Schule Reutlingen > > > > Bismarckstr. 17 > > > > 72764 Reutlingen > > > > > > > > Tel.: 07121/485-211 > > > > Fax: 07121/485-490 > > > > > > > > > > > > 2016-06-22 9:47 GMT+02:00 Jürgen Horzella < > > > > [email protected] > > > > > > > Hallo, > > > > > > > > > > ich probiers nochmal unter einem neuen Betreff. > > > > > > > > > > Beim Reboot-Workaround bin ich in einer Endlosschleife gefangen, es > > > > wird > > > > > > > immer nach Linbo gebootet. > > > > > Angehängt ist die start.conf sowie die pxelinuxx.cfg > > > > > Im Abschnitt reboot der pxelinux.cfg habe ich beide Zeilen > > > > ausprobiert. > > > > > > > Hat jemand eine Idee? > > > > > > > > > > Viele Grüße > > > > > Jürgen > > > > > > > > > > pxelinux.cfg/trusty714reboot > > > > > > > > > >> # 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 reboot # 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; > > > > >> APPEMD --config-file=root (hd0,0); kernel /vmlinuz ro quiet splash > > > > >> root=/dev/sda1; initrd /initrd.img; # 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 > > > > > > > > > > start.conf.trusty714reboot > > > > > > > > > >> # 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 reboot > > > > >> # 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; > > > > >> APPEND --config-file=root (hd0,0); kernel /vmlinuz ro quiet splash > > > > >> root=/dev/sda1; initrd /initrd.img; > > > > >> # 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 > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > _______________________________________________ > > 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
