# LINBO start.conf fuer Windows 7 # Windows 7 System auf Partition 1 # Daten auf Partition 2 # Cache auf Partition 3 [LINBO] # globale Konfiguration Cache = /dev/sda3 # lokale Cache Partition Server = 10.16.1.1 Group = lzwin7 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 [Partition] # Start einer Partitionsdefinition, Windows XP Dev = /dev/sda1 # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) Size = 100000000 # Partitionsgroesse in kB (Bsp.: 5G) Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) FSType = ntfs # 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 = 100000000 # Partitionsgroesse in kB (Bsp.: 10G) Id = 7 # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) FSType = ntfs # Dateisystem auf der Partition Bootable = no # Bootable-Flag [Partition] Dev = /dev/sda3 Size = Id = 83 FSType = ext4 Bootable = yes [OS] Name = Windows 7 Version = Description = Windows 7 IconName = windows7.png Image = BaseImage = win7-lehrer.cloop Boot = /dev/sda1 Root = /dev/sda1 Kernel = grub.exe Initrd = StartEnabled = yes SyncEnabled = no NewEnabled = yes Hidden = yes Autostart = yes AutostartTimeout = 10 DefaultAction = start