Hallo Jonas, in der globalen Konfiguration fehlt noch etwas bei Dir.
Hier meine Konfiguration: [LINBO] # globale Konfiguration SystemType = bios KernelOptions = Cache = /dev/sda5 # lokale Cache Partition Server = 10.16.1.1 # IP des TFTP-Servers, der Images vorhaelt Group = op760 RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. AutoPartition = no # automatische Partitionsreparatur beim LINBO-Start AutoFormat = no # kein automatisches Formatieren aller Partitionen beim LINBO-Start AutoInitCache = no # kein automatisches Befuellen des Caches beim LINBO-Start DownloadType = multicast # Image-Download per torrent|multicast|rsync, default ist rsync BackgroundFontColor = white # Bildschirmschriftfarbe (default: white) ConsoleFontColorStdout = lightgreen # Konsolenschriftfarbe (default: white) ConsoleFontColorStderr = orange # Konsolenschriftfarbe fuer Fehler-/Warnmeldungen (default: red) Am 28. Juli 2016 um 13:16 schrieb Alois Raunheimer < [email protected]>: > Hallo Jonas, > > ich meine die letzte Partition muss die Cachepartition sein. > > Gruß > > Alois > > Am 28. Juli 2016 um 13:10 schrieb Jonas Ditter < > [email protected]>: > >> Hallo, >> >> >> ja, das stand wirklich so drin. Habe ich korriegiert und Windows nochmals >> installiert. Hat leider auch nichts geändert. Immer noch der gleiche >> Fehler. >> >> >> Hier nochmals die korrigierte start.conf Datei. >> >> >> # LINBO start.conf Beispiel mit >> # Windows 7 auf Partition 1 (NTFS) >> # Cache auf Partition 2 >> # Daten auf Partition 3 >> # Festplatte 160G >> >> [LINBO] # globale Konfiguration >> Server = 10.16.1.1 # IP des Linbo-Servers, der das Linbo-Repository >> vorhält >> Group = win7testvm # # für die diese Konfigurationsdatei gilt >> # Achtung: Server und Group werden beim Workstationsimport automatisch >> gesetzt! >> Cache = /dev/sda2 # lokale Cache Partition >> RootTimeout = 600 # automatischer Rootlogout nach 600 Sek. >> AutoPartition = yes # 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 = torrent # Image-Download per torrent|multicast|rsync, >> default ist rsync >> BackgroundFontColor = white # Bildschirmschriftfarbe (default: >> white) >> ConsoleFontColorStdout = lightgreen # Konsolenschriftfarbe (default: >> white) >> ConsoleFontColorStderr = orange # Konsolenschriftfarbe für >> Fehler-/Warnmeldungen (default: red) >> SystemType = bios # moeglich ist >> bios|bios64|efi32|efi64 (Standard: bios fuer bios 32bit) >> KernelOptions = quiet splash # Beispiele: >> #KernelOptions = acpi=noirq irqpoll # LINBO Kerneloptionen (z. B. >> acpi=off), m. Leerz. getrennt >> #KernelOptions = server=10.16.1.5 # Abweichende Linbo-Server-IP als >> Kerneloption gesetzt >> # falls gesetzt wird diese IP beim >> Workstationsimport verwendet >> >> [Partition] # Start einer Partitionsdefinition fuer ein >> Betriebssystem (Windows) >> Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste >> Partition auf erster Platte) >> Label = windows # Partitionslabel >> Size = 60G # Partitionsgroesse 30G, ist keine Einheit (M, G >> oder T) angegeben, wird kiB angenommen >> Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, 7 = NTFS, ...) >> FSType = ntfs # Dateisystem ext4 >> Bootable = yes # Bootable-Flag >> >> [Partition] # Start einer Partitionsdefinition, >> Cachepartition >> Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite >> Partition auf erster Platte) >> Label = cache # Partitionslabel >> Size = # Partitionsgroesse 30G >> Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = >> FAT32, 7 = NTFS, ...) >> FSType = ext4 # Dateisystem ext4 >> Bootable = no # Bootable-Flag >> >> >> [OS] # Beginn einer Betriebssystemdefinition >> Name = Windows 7 # Name des Betriebssystems >> Version = # Version (unbenutzt, leer lassen) >> Description = Windows 7 SP1 # Beschreibung >> IconName = winxp.png # Icon für den Startbutton, muss unter >> /var/linbo/icons abgelegt sein >> Image = # differentielles Image (Erweiterung .rsync, >> Verwendung nicht empfohlen) >> BaseImage = win7testvm.cloop # Dateiname des Basisimages >> (Erweiterung .cloop) >> Boot = /dev/sda1 # Bootpartition (unbenutzt, immer gleich >> Rootpartition) >> Root = /dev/sda1 # Rootpartition, in die das BS installiert >> ist >> Kernel = auto # Windows: auto (LINBO & Grub erkennen die >> Startparameter automatisch) >> Initrd = # Windows: leer >> Append = # Windows: leer >> StartEnabled = yes # "Start"-Button anzeigen >> SyncEnabled = yes # "Sync+Start"-Button anzeigen >> NewEnabled = yes # "Neu+Start"-Button anzeigen >> Autostart = no # automatischer Start des Betriebssystems >> (yes|no) >> AutostartTimeout = 5 # Timeout in Sekunden für Benutzerabbruch >> bei Autostart >> DefaultAction = start # Standardaktion bei Autostart: >> start|sync|new >> Hidden = yes # verstecke OS-Reiter (unbenutzte Option, >> auf "yes" lassen) >> >> Grüße Jonas >> >> >> >> Mit freundlichen Grüßen >> >> Jonas Ditter >> [ Technik ] >> >> >> >> >> >> >> *mars solutions GmbH Robert-Bosch-Strasse 8 73037 Göppingen * >> Telefon: 07161 / 65492 - 60 >> Fax: 07161 / 65492 - 79 >> E-Mail: [email protected] >> <http://[email protected]>Web: >> http://www.mars-solutions.de >> >> --- >> >> HRB 534036 - Amtsgericht Ulm >> Geschäftsführer: Ralf Schwarzmaier, Sebastian Krajenski >> >> -----Ursprüngliche Nachricht----- >> *Von:* Thomas Schmitt <[email protected]> >> *Gesendet:* Don 28 Juli 2016 12:08 >> *An:* [email protected] >> *Betreff:* Re: [lmn] Windows 7 bootet nicht mehr richtig >> >> Hallo! >> >> Am 28.07.2016 um 11:15 schrieb Jonas Ditter: >> > Hallo, >> > >> > der letzte Test gerade eben war in meiner VM mit einem Windows 7 64 bit, >> > das macht keinen Unterscheid, ob 32 oder 64 bit. >> > >> > >> > Windows 7 64 bit ist auch keine Option, da es an der Schule Software >> > gibt, die nur unter Windows 7 32 bit läuft. >> > >> > >> > Medium halte ich für ausgeschlossen, ich boote über VMware aus einer ISO >> > raus, mit der ich heute auch schon ein anderes Windows 7 ohne linbo >> > installiert habe. Das Medium/ISO ist funktionsfähig. >> > >> > >> > Linbo zeigt mir aber beim jedem unsynchronisierten Start, dass der Grub >> > geschrieben wird. Liegt hier möglicherweise der Fehler? >> >> Nope, das gehört so. >> >> > >> > Hier noch die start.conf Datei: >> > >> > # LINBO start.conf Beispiel mit >> > # Windows 7 auf Partition 1 (NTFS) >> > # Cache auf Partition 2 >> > # Daten auf Partition 3 >> > # Festplatte 160G >> > >> > [LINBO] # globale Konfiguration >> > Server = 10.16.1.1 # IP des Linbo-Servers, der das >> > Linbo-Repository vorhält >> > Group = ftsesprimomobileür die diese Konfigurationsdatei gilt >> >> Steht das wirklich so drin? >> >> -- >> Viele Grüße >> Thomas Schmitt >> >> _______________________________________________ >> 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
