Hallo Stefan,

> so etwas hatte ich auch schon vermutet - aber wie bekomme ich jetzt die
> 5 Partitionen hin - selbst wenn ich für die 5. Partition als Typ
> erweitert wähle, kommt die Fehlermeldung.
> 
> So hätte ich es gerne (Reihenfolge ist nicht wichtig)
> 
> sda1    Linux Mint             26214400
> sda2    Swap                   3145728
> sda3    Leoclient2 – WinXP     23068672
> sda4    LINBO Cache            52428800
> sda5    Homes lokale Benutzer  10485760

du nennst sda4 einfach "erweiterte" Partition.

Unten ist meine start.conf.

Viele Grüße

Holger

--------------------cat start.conf.hp
# LINBO start.conf Beispiel mit
# Windows 7 auf Partition 1 (NTFS)
# Ubuntu Lucid 10.4 auf Partition 2
# Swap auf Partition 3
# Daten auf Partition 5 (NTFS)
# Cache auf Partition 6
# Festplatte 160G

[LINBO]                  # globale Konfiguration
SystemType = bios
Server = 10.16.1.1
Group = hp    #r die diese Konfigurationsdatei gilt
# Achtung: Server und Group werden beim Workstationsimport automatisch
gesetzt!
Cache = /dev/sda6        # lokale Cache Partition
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 Befllen 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 fr
Fehler-/Warnmeldungen (default: red)
KernelOptions =          # 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, Windows 7
auf NTFS
Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste
Partition auf erster Platte)
Size = 47998976          # Partitionsgroesse in kB (Bsp.: ca. 30G)
Id = 7                   # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, 7 = NTFS, ...)
FSType = ntfs            # Dateisystem auf der Partition (NTFS)
Bootable = no            # Bootable-Flag

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

[Partition]              # Definition der Swappartition
Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte
Partition auf erster Platte)
Size = 4096000           # Partitionsgroesse in kB (Bsp.: ca. 2G)
Id = 82                  # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, ...)
FSType = swap            # Dateisystem auf der Partition (swap)

[Partition]              # Erweiterte Partition
Dev = /dev/sda4          # Device-Name der Partition (sda4 = vierte
Partition auf erster Platte)
Size =                   # Partitionsgroesse in kB (leer bei erweiterter
Partition)
Id = 5                   # Partitionstyp (5 = erweiterte Partition)
FSType =                 # Dateisystem auf der Partition (leer bei
erweiterter Partition)
Bootable = no            # Bootable-Flag

[Partition]              # Start einer Partitionsdefinition,
Datenpartition mit NTFS
Dev = /dev/sda5          # Device-Name der Partition (sda5 = fuenfte
Partition auf erster Platte)
Size = 2048          # Partitionsgroesse in kB (Bsp.: ca. 80G)
Id = 83                   # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, 7 = NTFS, ...)
FSType = ext4            # Dateisystem auf der Partition
Bootable = no            # Bootable-Flag

[Partition]              # Definition der Cache-Partition
Dev = /dev/sda6          # Device-Name der Partition (sda6 = sechste
Partition auf erster IDE-Platte)
Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe =
Rest der Platte, ca. 38G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c =
FAT32, ...)
FSType = ext4            # Dateisystem fuer Cache-Partition (ext4)
Bootable = yes            # Bootable-Flag

[OS]                           # Beginn einer Betriebssystemdefinition
Name = Windows 7               # Name des Betriebssystems
Version =                      # Version (optional, frei waehlbar)
Description = Windows 7 SP1    # Beschreibung
IconName = winxp.png           # Icon f die Startseite, muss unter
/var/linbo/icons abgelegt sein
Image =                        # kein differentielles Image definiert
BaseImage  = win7-hp.cloop        # Dateiname des Basisimages
(Erweiterung .cloop)
Boot = /dev/sda1               # Partition, die Kernel & Initrd enthaelt
Root = /dev/sda1               # Rootpartition, in die das BS
installiert ist
Kernel = grub.exe              # Relativer Pfad zum Kernel, bei Windows
immer grub.exe
Initrd =                       # Relativer Pfad zur Initrd, bei Windows
immer leer
Append =                       # bleibt bei Windows leer
StartEnabled = yes              # "Start"-Button deaktiviert
SyncEnabled = yes              # "Sync+Start"-Button anzeigen
NewEnabled = yes               # "Neu+Start"-Button anzeigen
Hidden = yes                    # zeige OS-Reiter an
Autostart = no                 # automatischer synchronisierter Start
dieses Betriebssystems: yes|no
DefaultAction = sync           # DefaultAction bei Autostart: start|sync|new
AutostartTimeout = 5           # Timeout in Sekunden fr Benutzerabbruch
bei Autostart

[OS]
Name = Ubuntu                   # Name des Betriebssystems
Version =                       # Version (optional)
Description = Ubuntu 16.04 Xenial # Beschreibung
IconName = ubuntu.png           # Icon r die Startseite, muss unter
/var/linbo/icons abgelegt sein
Image =                         # kein differentielles Image
BaseImage = xenial531.cloop        # Dateiname des Basisimages
(Erweiterung .cloop)
Boot = /dev/sda2                # Partition, die Kernel & Initrd enthaelt
Root = /dev/sda2                # Rootpartition, in die das BS
installiert ist
Kernel = vmlinuz                # Relativer Pfad zum Kernel
Initrd = initrd.img             # Relativer Pfad zur Initrd
Append = ro splash              # Kernel-Append-Parameter, ggf. anpassen
StartEnabled = no               # "Start"-Button deaktiviert
SyncEnabled = yes               # "Sync+Start"-Button anzeigen
NewEnabled = yes                # "Neu+Start"-Button anzeigen
Hidden = yes                     # zeige OS-Reiter an
Autostart = no                  # automatischer synchronisierter Start
dieses Betriebssystems: yes|no
DefaultAction = sync            # DefaultAction bei Autostart:
start|sync|new
AutostartTimeout = 5            # Timeout in Sekunden fr Benutzerabbruch
bei Autostart

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

Antwort per Email an