Ignore:
Timestamp:
11/26/08 21:40:07 (3 years ago)
Author:
tschmitt
Message:
  • grub4dos auf 0.4.4-11-19 aktualisiert.
  • in den start.conf-Beispielen hda nach sda geändert;
  • Kernel auf 2.6.27.7 aktualisiert.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/trunk/examples/start.conf.win2k_xp_kubuntu_versionen

    r329 r366  
    99 
    1010[LINBO]                  # globale Konfiguration 
    11 Cache = /dev/hda6        # lokale Cache Partition 
     11Cache = /dev/sda6        # lokale Cache Partition 
    1212Server = 10.16.1.1       # IP des TFTP-Servers, der Images vorhaelt 
    1313RootTimeout = 600        # automatischer Rootlogout nach 600 Sek. 
     
    1818 
    1919[Partition]              # Start einer Partitionsdefinition, Windows XP mit FAT32 
    20 Dev = /dev/hda1          # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte) 
     20Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 
    2121Size = 5192000           # Partitionsgroesse in kB (Bsp.: 5G) 
    2222Id = c                   # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    2525 
    2626[Partition]              # Start einer Partitionsdefinition, Kubuntu 
    27 Dev = /dev/hda2          # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte) 
     27Dev = /dev/sda2          # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 
    2828Size = 6291456           # Partitionsgroesse in kB (Bsp.: 6G) 
    2929Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    3232 
    3333[Partition]              # Definition der Swappartition 
    34 Dev = /dev/hda3          # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte) 
     34Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 
    3535Size = 1048576           # Partitionsgroesse in kB (Bsp.: 1G) 
    3636Id = 82                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) 
     
    3838 
    3939[Partition]              # Erweiterte Partition 
    40 Dev = /dev/hda4          # Device-Name der Partition (hda4 = vierte Partition auf erster IDE-Platte) 
     40Dev = /dev/sda4          # Device-Name der Partition (sda4 = vierte Partition auf erster IDE-Platte) 
    4141Size =                   # Partitionsgroesse in kB (leer bei erweiterter Partition) 
    4242Id = 5                   # Partitionstyp (5 = erweiterte Partition) 
     
    4545 
    4646[Partition]              # Start einer Partitionsdefinition, Datenpartition mit NTFS 
    47 Dev = /dev/hda5          # Device-Name der Partition (hda5 = fünfte Partition auf erster IDE-Platte) 
     47Dev = /dev/sda5          # Device-Name der Partition (sda5 = fünfte Partition auf erster IDE-Platte) 
    4848Size = 36700160          # Partitionsgroesse in kB (Bsp.: 35G) 
    4949Id = 7                   # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    5252 
    5353[Partition]              # Definition der Cache-Partition 
    54 Dev = /dev/hda6          # Device-Name der Partition (hda6 = sechste Partition auf erster IDE-Platte) 
     54Dev = /dev/sda6          # Device-Name der Partition (sda6 = sechste Partition auf erster IDE-Platte) 
    5555Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 8G) 
    5656Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) 
     
    6464Image = win2k.rsync                  # Dateiname des differentiellen Images (Erweiterung .rsync) 
    6565BaseImage = win2k.cloop              # Dateiname des Basisimages (Erweiterung .cloop) 
    66 Boot = /dev/hda1                     # Partition, die Kernel & Initrd enthaelt 
    67 Root = /dev/hda1                     # Rootpartition, in die das BS installiert ist 
     66Boot = /dev/sda1                     # Partition, die Kernel & Initrd enthaelt 
     67Root = /dev/sda1                     # Rootpartition, in die das BS installiert ist 
    6868                                     # bei Windows ist Boot und Root immer dieselbe Partition 
    6969Kernel = grub.exe                    # Relativer Pfad zum Kernel, bei Windows immer grub.exe 
    7070Initrd =                             # Relativer Pfad zur Initrd, bei Windows immer leer 
    7171                                     # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 
    72                                      # bei SATA-Platten statt /dev/hda /dev/sda eintragen 
    73 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/hda 
     72                                     # bei SATA-Platten statt /dev/sda /dev/sda eintragen 
     73Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 
    7474StartEnabled = no                    # "Start"-Button deaktiviert 
    7575SyncEnabled = yes                    # "Sync+Start"-Button anzeigen 
     
    8484Image =                              # kein differentielles Image definiert 
    8585BaseImage = win2k.cloop              # Dateiname des Basisimages (Erweiterung .cloop) 
    86 Boot = /dev/hda1                     # Partition, die Kernel & Initrd enthaelt 
    87 Root = /dev/hda1                     # Rootpartition, in die das BS installiert ist 
     86Boot = /dev/sda1                     # Partition, die Kernel & Initrd enthaelt 
     87Root = /dev/sda1                     # Rootpartition, in die das BS installiert ist 
    8888                                     # bei Windows ist Boot und Root immer dieselbe Partition 
    8989Kernel = grub.exe                    # Relativer Pfad zum Kernel, bei Windows immer grub.exe 
    9090Initrd =                             # Relativer Pfad zur Initrd, bei Windows immer leer 
    9191                                     # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 
    92                                      # bei SATA-Platten statt /dev/hda /dev/sda eintragen 
    93 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/hda 
     92                                     # bei SATA-Platten statt /dev/sda /dev/sda eintragen 
     93Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 
    9494StartEnabled = no                    # "Start"-Button deaktiviert 
    9595SyncEnabled = yes                    # "Sync+Start"-Button anzeigen 
     
    104104Image = winxp.rsync                  # Dateiname des differentiellen Images (Erweiterung .rsync) 
    105105BaseImage  = winxp.cloop             # Dateiname des Basisimages (Erweiterung .cloop) 
    106 Boot = /dev/hda1                     # Partition, die Kernel & Initrd enthaelt 
    107 Root = /dev/hda1                     # Rootpartition, in die das BS installiert ist 
     106Boot = /dev/sda1                     # Partition, die Kernel & Initrd enthaelt 
     107Root = /dev/sda1                     # Rootpartition, in die das BS installiert ist 
    108108                                     # bei Windows ist Boot und Root immer dieselbe Partition 
    109109Kernel = grub.exe                    # Relativer Pfad zum Kernel, bei Windows immer grub.exe 
    110110Initrd =                             # Relativer Pfad zur Initrd, bei Windows immer leer 
    111111                                     # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 
    112                                      # bei SATA-Platten statt /dev/hda /dev/sda eintragen 
    113 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/hda 
     112                                     # bei SATA-Platten statt /dev/sda /dev/sda eintragen 
     113Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 
    114114StartEnabled = no                    # "Start"-Button deaktiviert 
    115115SyncEnabled = yes                    # "Sync+Start"-Button anzeigen 
     
    124124Image =                              # kein differentielles Image definiert 
    125125BaseImage  = winxp.cloop             # Dateiname des Basisimages (Erweiterung .cloop) 
    126 Boot = /dev/hda1                     # Partition, die Kernel & Initrd enthaelt 
    127 Root = /dev/hda1                     # Rootpartition, in die das BS installiert ist 
     126Boot = /dev/sda1                     # Partition, die Kernel & Initrd enthaelt 
     127Root = /dev/sda1                     # Rootpartition, in die das BS installiert ist 
    128128                                     # bei Windows ist Boot und Root immer dieselbe Partition 
    129129Kernel = grub.exe                    # Relativer Pfad zum Kernel, bei Windows immer grub.exe 
    130130Initrd =                             # Relativer Pfad zur Initrd, bei Windows immer leer 
    131131                                     # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 
    132                                      # bei SATA-Platten statt /dev/hda /dev/sda eintragen 
    133 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/hda 
     132                                     # bei SATA-Platten statt /dev/sda /dev/sda eintragen 
     133Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 
    134134StartEnabled = no                    # "Start"-Button deaktiviert 
    135135SyncEnabled = yes                    # "Sync+Start"-Button anzeigen 
     
    144144Image =  hardy.rsync                # Dateiname des differentiellen Images (Erweiterung .rsync) 
    145145BaseImage = hardy.cloop             # Dateiname des Basisimages (Erweiterung .cloop) 
    146 Boot = /dev/hda2                    # Partition, die Kernel & Initrd enthaelt 
    147 Root = /dev/hda2                    # Rootpartition, in die das BS installiert ist 
     146Boot = /dev/sda2                    # Partition, die Kernel & Initrd enthaelt 
     147Root = /dev/sda2                    # Rootpartition, in die das BS installiert ist 
    148148Kernel = vmlinuz                    # Relativer Pfad zum Kernel 
    149149Initrd = initrd.img                 # Relativer Pfad zur Initrd 
     
    165165Image =                             # kein differentielles Image 
    166166BaseImage = hardy.cloop             # Dateiname des Basisimages (Erweiterung .cloop) 
    167 Boot = /dev/hda2                    # Partition, die Kernel & Initrd enthaelt 
    168 Root = /dev/hda2                    # Rootpartition, in die das BS installiert ist 
     167Boot = /dev/sda2                    # Partition, die Kernel & Initrd enthaelt 
     168Root = /dev/sda2                    # Rootpartition, in die das BS installiert ist 
    169169Kernel = vmlinuz                    # Relativer Pfad zum Kernel 
    170170Initrd = initrd.img                 # Relativer Pfad zur Initrd 
Note: See TracChangeset for help on using the changeset viewer.