So, hier die Dateien, die ich bringen sollte.

Danke und Gruß
Christoph

start.conf
----------------------------------------------------------------------------------------------
# LINBO start.conf fuer Windows XP
# Windows XP System auf Partition 1 (FAT32)
# Daten auf Partition 2
# Cache auf Partition 3
# Festplatte 20G (IDE)

[LINBO]                  # globale Konfiguration
Cache = /dev/sda3        # lokale Cache Partition
Server = 10.16.1.1
Group = inf2
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
ConsoleFontColorStdout = white
ConsoleFontColorStderr = red
KernelOptions =

[Partition]              # Start einer Partitionsdefinition, Windows XP
Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte)
Size = 20971520           # Partitionsgroesse in kB (Bsp.: 5G)
Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...)
FSType = vfat            # Dateisystem auf der Partition
Bootable = no            # Bootable-Flag

[Partition]              # Start einer Partitionsdefinition, Datenpartition
Dev = /dev/sda2 # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte)
Size = 10485760          # Partitionsgroesse in kB (Bsp.: 10G)
Id = c # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...)
FSType = vfat            # Dateisystem auf der Partition
Bootable = no            # Bootable-Flag

[Partition]              # Definition der Cache-Partition
Dev = /dev/sda3 # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) Size = # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 5GB) Id = 83 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...)
FSType = ext4        # Dateisystem fuer Cache-Partition (reiserfs empf.)
Bootable = no            # Bootable-Flag

[OS] # Beginn einer Betriebssystemdefinition
Name = Windows XP                            # Name des Betriebssystems
Version = # Version (optional, frei waehlbar)
Description = Windows XP
#Image = winxp-fat.rsync # Dateiname des differentiellen Images (Erweiterung .rsync)
#Image =
IconName = winxp.png
Image =
BaseImage = inf2.cloop
Boot = /dev/sda1 # Partition, die Kernel & Initrd enthaelt Root = /dev/sda1 # Rootpartition, in die das BS installier ist # bei Windows ist Boot und Root immer dieselbe Partition Kernel = grub.exe # Relativer Pfad zum Kernel, bei Windows immer grub.exe Initrd = # Relativer Pfad zur Initrd, bei Windows immer leer # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte # bei SATA-Platten statt /dev/sda /dev/sda eintragen
Append =                                     # bleibt bei Windows leer
StartEnabled = yes                           # "Start"-Button anzeigen
SyncEnabled = yes                            # "Sync+Start"-Button anzeigen
NewEnabled = yes                             # "Neu+Start"-Button anzeigen
Hidden = yes                                 # verstecke OS-Reiter
Autostart = yes # kein automatischer synchronisierter Start des Betriebssystems
AutostartTimeout = 7
DefaultAction = start


/var/linbo/pxelinux.cfg/<hwk>
----------------------------------------------------------------------------------------------
# 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, pxe boots linbo kernel directly
LABEL linbo
KERNEL linbo
APPEND initrd=linbofs.lz vga=788 quiet

# 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 vga=788; 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





Am 25.03.2015 23:12, schrieb Holger Baumhof:
Hallo Christoph,

OK, interessant, da muss ich nochmal nachfragen:
Mit der menu.Ist wird linbo komplett übersprungen?!?

ja und nein: linbo kann gebootet werden, muß aber nicht.
Trotzdem hängt auch dieser grub von den grubdateien im Cache ab: welche
bei dir ja regelmäßig kaputt gehen: dann geht das auch nciht mehr.

Wilslt du unabhängig davon werden, dann boote die CLients mit grafischem
grub über PXE: dann ist es wurscht, was im linbo cache los ist: die
Clietns müssen aber am Netz sein.

Wird die Datei mit in die linbo-Partition lokal auf den Rechnern kopiert?

ja.

Und falls das so stimmt, wie kommt man dann wieder in linbo rein?

einer der Einträge in der menu.lst ist natürlich linbo lokal.

VIele Grüße

Holger--
Mein öffentlicher PGP-key ist hier hinterlegt: pool.sks-keyservers.net
_______________________________________________
linuxmuster-user mailing list
linuxmuster-user@lists.linuxmuster.net
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

_______________________________________________
linuxmuster-user mailing list
linuxmuster-user@lists.linuxmuster.net
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an