Results 1 to 8 of 8

Thread: XP/XP64 further dual boot issues. ntoskernel.exe

  1. #1
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts

    XP/XP64 further dual boot issues. ntoskernel.exe

    All,

    after your tips from my previous xp/xp64 dual boot configuration, I have reently solved my installation problems and actually managed to get both installs running. I installed XP then XP64 - on to the same sata disk on seperate partitions. so c:\windows = xp d:\windows = xp64

    The XP64 installation picked up the XP32 install and added it to the boot.ini for me. So now when I'm presented with the boot menu, I see xp and xp64, which is great.

    Xp32 boot works fine, however when I boot into xp64 I see

    warning <windowsroot>/ntoskernel.exe is missing

    however ntoskernel.exe is present in both c:\windows and d:\windows

    My boot.ini looks good

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

    Which also looks like the windows root variable is fine.

    Is there any other reasons that I'm overlooking of why this file cannot be accessed ?

    Thanks
    It is Inevitable.....


  2. #2
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    Quote Originally Posted by ikonia
    I installed XP then XP64 - on to the same sata disk on seperate partitions. so c:\windows = xp d:\windows = xp64
    ...
    Is there any other reasons that I'm overlooking of why this file cannot be accessed ?
    It could be the fact that you are using a SATA HDD and for some reason XP x64 does not have a driver present for the SATA controller.

    Did you have to do a bit of F6'ing during the install of XP x64 to feed it a driver for your SATA controller or did it work natively?

    The file ntoskrnl.exe should be present in %systemroot%\SYSTEM32, and is specific to the build of Windows on the partition - so the one on C: should be different to the one on D:

    XP x64 will need a later NTLDR on the active partition to boot properly too - if the 32-bit XP one is present then that might be a problem.

    Check the file size & date stamps on C:\NTLDR and C:\NTDETECT.COM against the ones in the I386 folder on your XP x64 CD/DVD to make sure they match.
    (dir c:\ /ah from a command prompt to view the hidden files)

    You could also try a repair install from the XP x64 CD/DVD.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  3. #3
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    Hello Paul,

    thanks for the input.

    To respond to your comment.

    First of all, yes the Sata drivers where loaded from a floppy at install time, which I am %100 certain of. more so because XP can't see my sata controller at all without the drivers, so for it to have installed at all suggests this wasn't a problem at all

    NTLDR, now this is interesting.

    In my head, there would be an NTLDR on each disk 32bit on c:\ 64 bit on d:\ then the boot loader would load the correct one based on the options (such as %winroot% or whatever) that are in the boot menu. eg: load the ntoskernel.exe from d: would use ntldr from d: However I don't think I understand the windows boot process enough for that to be true.

    This is backed up by there only being 1 ntldr file in existance, which is on c:\ - which as the 32bit install was last to be installed, I'd expect it to be the 32bit version of the file.

    My questions in regard to this is, what happened to the ntldr that would have been installed at the time of 64bit install, as I assume that must have been installed on d:\ as at that time there was nothing on c:\

    My second question is, although this clearly looks like a problem, this to me would not explain why the bootloader can't fine ntoskernel.exe for the 64bit install, as ntldr should be executed after ntoskernel.exe ?


    ntldr on the c:\ (32) is 250kb and on the XP64 cd its 289kb so clearly your initial comment is correct. the NTLDR is 32bit.

    Additional questions are - how do you manage this ? dual boot system then I assume 2 ntldrs will be needed, or can the 64bit one be used to boot the 32bit os.

    So many questions, that open more questions.

    Feedback appriciated.
    It is Inevitable.....


  4. #4
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    Hello Paul,

    thanks for the input.

    To respond to your comment.

    First of all, yes the Sata drivers where loaded from a floppy at install time, which I am %100 certain of. more so because XP can't see my sata controller at all without the drivers, so for it to have installed at all suggests this wasn't a problem at all

    NTLDR, now this is interesting.

    In my head, there would be an NTLDR on each disk 32bit on c:\ 64 bit on d:\ then the boot loader would load the correct one based on the options (such as %winroot% or whatever) that are in the boot menu. eg: load the ntoskernel.exe from d: would use ntldr from d: However I don't think I understand the windows boot process enough for that to be true.

    This is backed up by there only being 1 ntldr file in existance, which is on c:\ - which as the 32bit install was last to be installed, I'd expect it to be the 32bit version of the file.

    My questions in regard to this is, what happened to the ntldr that would have been installed at the time of 64bit install, as I assume that must have been installed on d:\ as at that time there was nothing on c:\

    My second question is, although this clearly looks like a problem, this to me would not explain why the bootloader can't fine ntoskernel.exe for the 64bit install, as ntldr should be executed after ntoskernel.exe ?


    ntldr on the c:\ (32) is 250kb and on the XP64 cd its 289kb so clearly your initial comment is correct. the NTLDR is 32bit.

    Additional questions are - how do you manage this ? dual boot system then I assume 2 ntldrs will be needed, or can the 64bit one be used to boot the 32bit os.

    So many questions, that open more questions.

    Feedback appriciated.
    It is Inevitable.....


  5. #5
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    appologies for the dual post. Not sure what happened there.
    It is Inevitable.....


  6. #6
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    Quote Originally Posted by ikonia
    In my head, there would be an NTLDR on each disk 32bit on c:\ 64 bit on d:\ then the boot loader would load the correct one based on the options (such as %winroot% or whatever) that are in the boot menu. eg: load the ntoskernel.exe from d: would use ntldr from d: However I don't think I understand the windows boot process enough for that to be true.
    Partition marked as active on the primary disk is the one with the bootstrap.

    Quick run-down of the boot process components (borrowed from Windows Internals):

    MBR (Master Boot Record)
    Reads and loads partition boot sectors (16-bit real mode)

    Boot sector
    Reads the root directory to load NTLDR (16-bit real mode)

    NTLDR
    Reads BOOT.INI, presents boot menu and loads NTOSKRNL.EXE, BOOTVID.DLL, HAL.DLL and boot-start device drivers. If a 32-bit installation is booted, switches to 32-bit protected mode; if a 64-bit installation is booted, switches to 64-bit long mode (16-bit real mode, 32/64-bit protected mode)

    Quote Originally Posted by ikonia
    My questions in regard to this is, what happened to the ntldr that would have been installed at the time of 64bit install, as I assume that must have been installed on d:\ as at that time there was nothing on c:\
    Woah, back up a sec - in your original post you said you installed XP and then XP x64, on C: and D: respectively... now you say C: was empty when you installed XP x64 on D: ?
    If you installed the 32-bit version of XP after the 64-bit, or ran some FIXMBR tool (or similar) in 32-bit XP then this would have overwritten the system partition's bootstrap code.

    Quote Originally Posted by ikonia
    My second question is, although this clearly looks like a problem, this to me would not explain why the bootloader can't fine ntoskernel.exe for the 64bit install, as ntldr should be executed after ntoskernel.exe ?
    See the boot process above, NTLDR switches to 32-bit or 64-bit and is responsible for loading the kernel - if your NTLDR is only 32-bit then I would assume it incapable of loading the 64-bit kernel or drivers.

    Quote Originally Posted by ikonia
    Additional questions are - how do you manage this ? dual boot system then I assume 2 ntldrs will be needed, or can the 64bit one be used to boot the 32bit os.
    Install 32-bit OS first, then 64-bit OS - otherwise you can run into this problem.

    I'm not at home for a few days and I don't have access to any 64-bit machines here to check what tools are on the OS CDs for fixing the bootstrap - you can try a repair from the XP x64 CD, and I'll try to dig up some info on FIXMBR or whatever and get back to you.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  7. #7
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    your bang on - I did install 64 then 32, c:\ wasn't empty.

    nice run down on the boot pocess, always handy to have it straight in my head.

    I see whats going on here and it makes sense in my head.

    Big thanks for the input and for making this so clear and simple
    It is Inevitable.....


  8. #8
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    all working.

    Spot on paul, it was actually the ntldr being 32bit that was the problem, nothing to actually do with ntoskernel.exe on either 32/64 installs.

    thanks for explaining the process, easy to fix a problem when someone makes it so clear.
    It is Inevitable.....


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dual Boot
    By Ferral in forum Software
    Replies: 5
    Last Post: 07-09-2005, 08:49 PM
  2. Partition Fun - Help Me get dual boot!
    By Trippledence in forum Help! Quick Relief From Tech Headaches
    Replies: 6
    Last Post: 20-04-2005, 11:30 AM
  3. dual boot and new harddrive.
    By harrykim in forum Help! Quick Relief From Tech Headaches
    Replies: 2
    Last Post: 18-04-2005, 01:01 PM
  4. Which key for dual boot A8n-sli deluxe
    By nur5ey in forum PC Hardware and Components
    Replies: 3
    Last Post: 16-02-2005, 08:45 PM
  5. Replies: 5
    Last Post: 28-10-2004, 06:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •