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

    r329 r366  
    66 
    77[LINBO]                  # globale Konfiguration 
    8 Cache = /dev/hda3        # lokale Cache Partition 
     8Cache = /dev/sda3        # lokale Cache Partition 
    99Server = 10.16.1.1       # IP des TFTP-Servers, der Images vorhaelt 
    1010RootTimeout = 600        # automatischer Rootlogout nach 600 Sek. 
     
    1515 
    1616[Partition]              # Start einer Partitionsdefinition, Windows 98SE 
    17 Dev = /dev/hda1          # Device-Name der Partition (hda1 = erste Partition auf erster IDE-Platte) 
     17Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste Partition auf erster IDE-Platte) 
    1818Size = 2097152           # Partitionsgroesse in kB (Bsp.: 2G) 
    1919Id = c                   # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    2222 
    2323[Partition]              # Start einer Partitionsdefinition, Datenpartition 
    24 Dev = /dev/hda2          # Device-Name der Partition (hda2 = zweite Partition auf erster IDE-Platte) 
     24Dev = /dev/sda2          # Device-Name der Partition (sda2 = zweite Partition auf erster IDE-Platte) 
    2525Size = 14680064          # Partitionsgroesse in kB (Bsp.: 14G) 
    2626Id = c                   # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, 7 = NTFS, ...) 
     
    2929 
    3030[Partition]              # Definition der Cache-Partition 
    31 Dev = /dev/hda3          # Device-Name der Partition (hda3 = dritte Partition auf erster IDE-Platte) 
     31Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte Partition auf erster IDE-Platte) 
    3232Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe = Rest der Platte, ca. 4GB) 
    3333Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32, ...) 
     
    4242Image =                              # erst eintragen, wenn es erzeugt werden soll 
    4343BaseImage  = win98se.cloop           # Dateiname des Basisimages (Erweiterung .cloop) 
    44 Boot = /dev/hda1                     # Partition, die Kernel & Initrd enthaelt 
    45 Root = /dev/hda1                     # Rootpartition, in die das BS installiert ist 
     44Boot = /dev/sda1                     # Partition, die Kernel & Initrd enthaelt 
     45Root = /dev/sda1                     # Rootpartition, in die das BS installiert ist 
    4646                                     # bei Windows ist Boot und Root immer dieselbe Partition 
    4747Kernel = grub.exe                    # Relativer Pfad zum Kernel, bei Windows immer grub.exe 
    4848Initrd =                             # Relativer Pfad zur Initrd, bei Windows immer leer 
    4949                                     # Kernel-Parameter fuer Windows-Boot aus 1. Partition der 1. IDE-Festplatte 
    50                                      # bei SATA-Platten statt /dev/hda /dev/sda eintragen 
    51 Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/io.sys; rootnoverify(hd0,0) --device-map=(hd0) /dev/hda 
     50                                     # bei SATA-Platten statt /dev/sda /dev/sda eintragen 
     51Append = --config-file=map(rd) (hd0,0); map --hook; chainloader (hd0,0)/io.sys; rootnoverify(hd0,0) --device-map=(hd0) /dev/sda 
    5252StartEnabled = no                    # "Start"-Button deaktiviert 
    5353SyncEnabled = yes                    # "Sync+Start"-Button anzeigen 
Note: See TracChangeset for help on using the changeset viewer.