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.winxp_kubuntu

    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 = 1. Partition auf erster IDE-Platte) 
     20Dev = /dev/sda1          # Device-Name der Partition (sda1 = 1. 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 = 2. Partition auf erster IDE-Platte) 
     27Dev = /dev/sda2          # Device-Name der Partition (sda2 = 2. 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 = 3. Partition auf erster IDE-Platte) 
     34Dev = /dev/sda3          # Device-Name der Partition (sda3 = 3. 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 = 4. Partition auf erster IDE-Platte) 
     40Dev = /dev/sda4          # Device-Name der Partition (sda4 = 4. 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 FAT32 
    47 Dev = /dev/hda5          # Device-Name der Partition (hda5 = 5. Partition auf erster IDE-Platte) 
     47Dev = /dev/sda5          # Device-Name der Partition (sda5 = 5. Partition auf erster IDE-Platte) 
    4848Size = 31457280          # Partitionsgroesse in kB (Bsp.: 30G) 
    4949Id = c                   # 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 = 6. Partition auf erster IDE-Platte) 
     54Dev = /dev/sda6          # Device-Name der Partition (sda6 = 6. Partition auf erster IDE-Platte) 
    5555Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 18G) 
    5656Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) 
     
    6565Image =                              # erst eintragen, wenn es erzeugt werden soll 
    6666BaseImage  = winxp.cloop             # Dateiname des Basisimages (Erweiterung .cloop) 
    67 Boot = /dev/hda1                     # Partition, die Kernel & Initrd enthaelt 
    68 Root = /dev/hda1                     # Rootpartition, in die das BS installiert ist 
     67Boot = /dev/sda1                     # Partition, die Kernel & Initrd enthaelt 
     68Root = /dev/sda1                     # Rootpartition, in die das BS installiert ist 
    6969                                     # bei Windows ist Boot und Root immer dieselbe Partition 
    7070Kernel = grub.exe                    # Relativer Pfad zum Kernel, bei Windows immer grub.exe 
    7171Initrd =                             # Relativer Pfad zur Initrd, bei Windows immer leer 
    7272                                     # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 
    73                                      # bei SATA-Platten statt /dev/hda /dev/sda eintragen 
    74 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/hda 
     73                                     # bei SATA-Platten statt /dev/sda /dev/sda eintragen 
     74Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/ntldr; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 
    7575StartEnabled = yes                   # "Start"-Button anzeigen 
    7676SyncEnabled = yes                    # "Sync+Start"-Button anzeigen 
     
    8686Image =                              # erst eintragen, wenn es erzeugt werden soll 
    8787BaseImage = hardy.cloop              # Dateiname des Basisimages (Erweiterung .cloop) 
    88 Boot = /dev/hda2                     # Partition, die Kernel & Initrd enthaelt 
    89 Root = /dev/hda2                     # Rootpartition, in die das BS installiert ist 
     88Boot = /dev/sda2                     # Partition, die Kernel & Initrd enthaelt 
     89Root = /dev/sda2                     # Rootpartition, in die das BS installiert ist 
    9090Kernel = vmlinuz                     # Relativer Pfad zum Kernel 
    9191Initrd = initrd.img                  # Relativer Pfad zur Initrd 
Note: See TracChangeset for help on using the changeset viewer.