A Wenn zuerst XP auf dem PC ist und danach W2K installiert wurde, so müssen anschliessend von der XP - CD die Dateien ntldr und ntdetect.com (aus dem Verzeichnis i386) auf die primäre, aktive Startpartition (in der Relgel C:\) kopiert werden.
A Eine Notdiskette von W2k machen.
Win98 Ordner von der Win98CD auf die Festplatte kopieren. (X)
Mit W-98 Startdiskette starten (vorausgesetzt C: ist Fat formatiert und nicht
NTFS) und Setup mit dem Befehl: X:\win98\setup /is /iq starten.
Win2K kannst du erst wieder starten wenn du "Reparatur" durgeführt
hast, bei der Installation die Taste "R " drücken, Notdiskette
bereit halten und das wars.
A Nach der Installation von W2K musst du den Treiber von W2K aus ntfs40.sys von der W2K CD nach \winnt\system32\ntfts.sys von NT4 kopieren
A. Bei W2K:
Schau mal unter den Eigenschaften vom Arbeitsplatz > "Erweitert">>
Systemleistungsoptionen > Button "ändern..." C:\ auswählen
min. 384 MB max. 768 MB bei 128 MB RAM.
Dann bei Win98:
Mit nachfolgenden Eintrag in der SYSTEM.INI unter [386Enh] erreicht man die
gemeinsame Nutzung:
PagingDrive=C:
PagingFile=C:\pagefile.sys
MinPagingFileSize=393216 (Hier die Daten aus den Angaben des Virtuellen Arbeitsspeichers
eintragen)
MaxPagingFileSize=786432 (Hier die Daten aus den Angaben des Virtuellen Arbeitsspeichers
eintragen)
A [boot loader]
timeout=10
default=multi(0)disk(0)rdisk(1)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(1)partition(2)\WINNT="Microsoft Windows 2000 Professional"
/fastdetect
C:\="Microsoft Windows"
A. Switch Description
/BASEVIDEO The computer starts up using the standard VGA video driver. If you
have installed a new video driver and it is not working correctly, you can select
the Windows 2000 entry with this switch to start the computer and change to
a different driver.
/BAUDRATE=nnnn Specifies the baud rate to be used for debugging. The default
baud rate is 9600 if a modem is attached, and 19200 for a null-modem cable.
Including this switch in the Boot.ini file causes the /DEBUG switch to activate.
/CRASHDEBUG The debugger is loaded when you start Windows 2000, but remains
inactive unless a kernel error occurs. This switch is useful if you are experiencing
random kernel errors.
/DEBUG The debugger is loaded when you start Windows NT, and can be activated
at any time by a host debugger connected to the computer. Use this switch when
you are debugging problems that are regularly reproducible.
/DEBUGPORT= comx Specifies the communications port to use for debugging, where
x is the communications port that you want to use. Including this switch in
the Boot.ini file causes the /DEBUG switch to activate.
/MAXMEM:n Specifies the maximum amount of RAM that Windows 2000 can use. Use
this switch if you suspect that a memory chip is bad.
/NODEBUG No debugging information is being used. NUMPROC=x Allows you to force
a multiprocessor computer to start up with < n processors.
/FASTDETECT =[COMx | COMx,y,z...] Turns off serial and bus mouse detection in
NTDETECT. Use this switch if you have a component other than a mouse attached
to a serial port during the startup process. If you use /FASTDETECT without
specifying a communications port, serial mouse detection is disabled on all
communications ports.
/SOS Displays the device driver names as they are being loaded. Use this switch
when startup fails (while loading drivers), to determine which driver is triggering
the failure.
/PAE Specify the /PAE switch with the corresponding entry in Boot.ini to allow
a computer that supports physical address extension (PAE) mode to start normally.
In safe mode, the computer starts using normal kernels even if the /PAE switch
is specified.
A 1) Linux in eine freie Partition installieren (/boot Partition
unter Zylinder 1024 alles andere kann stehen wo will! - meist kein Problem,
wenn inerhalb 7-8 GB)
2) Wenn LILO Setup erfolgt, LILO auf eine Diskette installieren lassen (- das
hat zunaechst den Vorteil, dass man, wenns Probleme gibt immer noch von dieser
Disk booten kann)
3) nach erfolgter Installation Linux von dieser Diskette booten
4) unter Linux mittels folgender Befehlszeile einen "Device Dump" der "LILO
Diskette" erzeugen (da dort ja jetzt der LILO untergebracht ist): dd if=/dev/fd0
of=/bootsect.lnx bs=512 count=1 Dies erzeugt eine Datei "bootsect.lnx" im Root-Verzeichnis
der Linux installation.
5) Diese Datei muss nun auf eine DOS formatierte (!) Diskette kopiert werden
6) Linux runter- und WinNT/2000 hochfahren
7) Die Datei "bootsect.lnx" von der DOS Diskette in das WinNT/2000 Root (zB.
c:\) kopieren
8) Die Datei "Boot.ini" (befindet sich im selben Verzeichnis/Laufwerk) oeffnen
und folgende Zeile unter [operating systems] eintragen: c:\bootsect.lnx="Linux
( hier beliebiger Text )" Achtung: "Boot.ini" ist mit dem Attribut
"versteckt" versehen (unter NT 4.0 noch dazu "schreibgeschuetzt) - man muss
daher vorher alle versteckten Dateien anzeigen lassen (unter NT40 Schreibschutz
aufheben)!
9) Boot.ini speichern
10) Fertig! Beim naechsten Bootvorgang kann man zwischen Windows NT/2000 und
Linux auswaehlen.
A 1. Lilo in die Linux-Root-Partition installieren
2. dd if=/dev/deine_linux_root_part bs=512 conut=1 of=/mnt/irgendwas_was_win2k_sieht/bootsec.lin
3. in boot.ini als letzte Zeile:
c:\bootsec.lin="Linux starten".