boot.ini Problem - Multi-Boot-System, Linux, XP und XP64 - Datei fehlt in der System32-Nachricht

2270
nicorellius

Ich habe ein interessantes Thema, das mich stumpft. Nicht dass ich ein Computerfreak bin oder so. Ich habe ein Multi-Boot-System mit zwei Festplatten: Ein Laufwerk verfügt über CentOS und Windows XP 64-Bit, das andere über Windows XP 32-Bit. Der CentOS Grub-Bootloader funktioniert einwandfrei und ich habe ihn standardmäßig auf Windows gesetzt. Aber das ist das Problem. Meine boot.ini-Datei scheint in Ordnung zu sein, dennoch gibt es immer noch einen Fehler, wenn ich das Standard-Betriebssystem (das folglich XP32 ist) auswähle:

Windows could not start because the following file is missing or corrupt:  (Windows root) \system32\ntoskrnl.exe. Please re-install a copy of the above file. 

Wenn ich jedoch die tatsächliche Start-ID wähle, dh auf die Windows XP Pro-Auswahl umschalte, wird der Startvorgang problemlos ausgeführt. In der boot.ini-Datei ist der Eintrag für XP 32 derselbe:

[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Pro" /noexecute=optin /fastdetect /usepmtimer [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Pro" /noexecute=optin /fastdetect /usepmtimer multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Windows XP Pro x64" /noexecute=optin /fastdetect /usepmtimer 

Was vermisse ich?

2

1 Antwort auf die Frage

2
nicorellius

Changed boot.ini a bit and made it work. Installed Ubuntu 10.04 in place of CentOS and adjusted the partitions. THe 64-bit XP became the third partition on the second drive so I adjusted the boot.ini like thus:

[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Pro" /noexecute=optin /fastdetect /usepmtimer

[operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Pro" /noexecute=optin /fastdetect /usepmtimer

multi(0)disk(0)rdisk(1)partition(3)\WINDOWS="Windows XP Pro x64" /noexecute=optin /fastdetect /usepmtimer

And voila! Everything works like a charm.