Windows 7 Resolving Ntoskrnl.exe Error After Dual Booting Windows 7 and XP on Same Partition

truecksuk

New Member
Joined
Dec 20, 2009
Messages
2
Hi guys, hope you all are well..

I stupidly installed 2x Operating Systems onto one partition, namely Win7 (which was already installed) and Xp...!

Initially I had installed Xp onto a USB drive, which was a complete FAIL, met with blue screen after blue screen... so i decided i wanted to go back to Win7 and try installing Xp again... so i went to the boot menu and told it to boot from the Hard drive(which only has win7 on it) ... after doing this it said that I needed to reinstall the operating system, (i dont see why this is the case because i didnt change anything on the main drive) anyway, so i decided the only way i can change the boot to start with Win 7 is to install Xp on the harddrive(same partition as Win7) and use Xp to change the boot.ini file to load Win 7..

i now get the error message ntoskrnl.exe is missing or corrupt.. Is there any easy way for the startup processes to detect and deploy Win 7 instead of any other OS, or other OS files...?

(winxp is 32bit, and Win7 64 ultimate)
 

Solution
It sounds like you've encountered a bit of a complex situation with multiple operating systems on the same partition and facing boot issues. Here's a step-by-step guide on how you can potentially resolve this issue:

Step 1: Repair Windows 7 Boot Configuration​

  1. Boot from Windows 7 Installation Disc:
    • Insert your Windows 7 installation disc and boot from it.
    []Access Command Prompt:
    • When you reach the installation screen, select "Repair your computer" instead of installing.
    [
    ]Repair Boot Configuration:
    • Open Command Prompt and type the following commands:
      Code:
       bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd

      Step 2: Repair Windows XP Boot Configuration​

      ...
It sounds like you've encountered a bit of a complex situation with multiple operating systems on the same partition and facing boot issues. Here's a step-by-step guide on how you can potentially resolve this issue:

Step 1: Repair Windows 7 Boot Configuration​

  1. Boot from Windows 7 Installation Disc:
    • Insert your Windows 7 installation disc and boot from it.
    []Access Command Prompt:
    • When you reach the installation screen, select "Repair your computer" instead of installing.
    [
    ]Repair Boot Configuration:
    • Open Command Prompt and type the following commands:
      Code:
       bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd

      Step 2: Repair Windows XP Boot Configuration​

    []Boot from Windows XP Installation Disc:
    • Insert your Windows XP installation disc and boot from it.
    [
    ]Access Recovery Console:
    • Press 'R' on the Windows XP setup screen to access the Recovery Console.
  2. Repair Boot Configuration:
    • Run the following command in the Recovery Console:
      Code:
       fixboot C:

      Alternative Steps:​

    • Using EasyBCD:
    • You can use a tool like EasyBCD (if accessible from Windows XP) to manage the boot configuration without going through the manual steps above.
    • Use EasyBCD to add an entry for Windows 7 in the boot menu.

      Important Notes:​

      • As you have a 32-bit Windows XP and a 64-bit Windows 7, ensure compatibility with boot files and settings.
      • Make sure to back up your important data before proceeding with any repair steps to prevent accidental data loss.
      By following these steps, you should be able to repair the boot configurations and set Windows 7 as the primary operating system for startup. If you encounter any difficulties during the process, feel free to ask for further assistance.
 

Solution
Back
Top