Danke Holger, ich werde es gleich mal testen. Muss ich die ganzen Sachen einfügen, oder nur einzelne "Abschnitte"?
Wie gesagt. Windows1 liegt auf sda1 Windows2 auf sda2 Kein Autostart erwünscht. Das soll der Benutzer selbst entscheiden. Mit freundlichen Grüßen Stefan Lerch Landkreis Eichsfeld Friedensplatz 8 37308 Heilbad Heiligenstadt Stefan Lerch Hauptamt/SG EDV Mail: [email protected] Tel.: 03606 650-1237 / Fax : 03606 650-911230 ________________________________________ Von: linuxmuster-user [[email protected]]" im Auftrag von "Holger Baumhof [[email protected]] Gesendet: Montag, 24. August 2015 23:09 An: Discussions about using linuxmuster.net Betreff: Re: [lmn] start.conf Hallo, > hat keiner eine Idee? :-( .. soweit kommts noch :-) Ich würde sagen: man muß die Auswahl des Windows ja nicht in linbo treffen: das kann man ja auch im grafischen pyelinux.cfg machen. Versuch also mal diese pxelinux.cfg Datei so an zu passen, dass zwei Windowse drin stehen. VIele Grüße Holger ----------------- DEFAULT /vesamenu.c32 # nach Ablauf des Timeouts wird Windows XP mit synchronisiertem Autostart gebootet. ONTIMEOUT winxpsync #ONTIMEOUT linbo #ONTIMEOUT ubuntu PROMPT 30 # STARTE winxpsync nach 5 Sek. Untätigkeit, wird durch Tastendruck des Anwenders unterbrochen. TIMEOUT 51 # 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 Aenderung 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 14.04 - Sync+Start KERNEL linbo APPEND initrd=linbofs.lz 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.lz 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.lz; # nach Uwe: neue Version #APPEND --config-file=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 lokal; find --set-root --ignore-floppies --ignore-cd /linbofs.lz; kernel /linbo vga788 quiet autostart=1; initrd /linbofs.lz; 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 vga=788; initrd (pd)/linbofs.lz; # direkter Start des Ubuntu-Systems aus der 2. Partition LABEL ubuntu MENU LABEL ^3. Ubuntu 14.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 14.04 - Sync+Start KERNEL linbo APPEND initrd=linbofs.lz vga=788 quiet autostart=2 # LINBO-PXE-Boot ohne Autostart eines Systems LABEL linbo MENU LABEL ^5. LINBO PXE KERNEL linbo APPEND initrd=linbofs.lz vga=788 quiet autostart=0 # LINBO-PXE-Boot im Debug-Modus #LABEL debug #MENU LABEL ^6. LINBO PXE debug #KERNEL linbo #APPEND initrd=linbofs.lz 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.lz; kernel /linbo vga=788 quiet autostart=0; initrd /linbofs.lz; # 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.lz; kernel /linbo vga=788 quiet autostart=0; initrd /linbofs.lz; _______________________________________________ linuxmuster-user mailing list [email protected] https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user ________________________________ Bitte nutzen Sie die E-Mail-Verbindung mit uns ausschließlich zum Informationsaustausch. Der Inhalt dieser Nachricht ist vertraulich und nur für den angegebenen Empfänger bestimmt. Jede Form der Kenntnisnahme oder Weitergabe durch Dritte ist unzulässig. Sollte diese Nachricht nicht für Sie bestimmt sein, so bitten wir Sie, sich mit uns per E-Mail oder telefonisch in Verbindung zu setzen. Dieser Kommunikationsweg steht ausschließlich für Verwaltungsangelegenheiten zur Verfügung. Es wird darauf hingewiesen, dass mit diesem Kommunikationsmittel Verfahrensanträge nicht wirksam eingereicht werden können. Sollte Ihre Nachricht einen entsprechenden Schriftsatz enthalten, ist eine Wiederholung der Übermittlung mittels Telefax oder auf dem Postweg erforderlich. Durch eine Übermittlung auf diesem Kommunikationsweg können keine Fristen gewahrt werden. _______________________________________________ linuxmuster-user mailing list [email protected] https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user
