Booting from created run_time image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have gone through the steps to build the runtime image and we have
built the run time image for our local system. we then tried to reboot the
system from windows embedded os that we have created. But we are getting
the following error.

In Win 2000 System we got the error:

corrupt or missing file ntoskrnl.exe

In Win XP System we got error:

corrupt or missing file hal.dll
 
embedded_msit,

That would help if you explained your target setup (dual boot? Win2k, XPe?).

Make sure to use ntldr on your system partition that is from XPe Repository (not the one from Win2K).
 
I should have mentioned that you need to check the boot.ini ARC paths and directory structure of your image.

If you are not sure, please post here your boot.ini and show us the HDD/partition setup and directory structure under root of boot
partitions.

KM
 
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Embedded

this is the path
My system conatains both windows XP and windows embedded..(dual boot)

while booting this is prompting to select the os whether to boot from
windows xp (or) windows embedded.
In Win XP System we got error:
corrupt or missing file hal.dll
If we run the same image on windows 2000 and windows embedded .. error is
corrupt or missing file ntoskrnl.exe
 
The files related to runtime image are there in folder D:/Windows
Embedded.(windows,program files and Documents and settings , all the 3
directories are in D:/Windows Embedded/ ). Here D: is FAT32 file system.
 
embedded_msit,

I am not sure I understand what exactly dual boot setup you've got there on the machine. You mention XP, XPe and Windows 2000 so it
must be a triple boot there.

Anyway, the problem you are having now with the XPe image is trivial: please move all the image folder the one level up. Basically,
you should have them all under the root of D: (where D: is probably the drive letter of the XPe partition while you are under XP
Pro?).

Also, please be careful with the drive letter assigments you use in the Configuration settings page in TD when you build the image.
Please read this tip page first to understand what is going on there:
http://msdn.microsoft.com/embedded/community/community/tips/xp/rtpartin/default.aspx .

KM
 
We created a run-time image and copied this image( i.e windows ,program files
and documentsand set...) onto the other system..
So here basically we have
one PC with windows 2000 and windows embedded..
and the other system with windowsXP and windows Embedded ...

I ll get back to u after i move all the contents one level up an restart the
pc..

thanq..
Nandan.
 
After moving the folders onelevel up i.e after moving into D: , everything
worked fine...in windows XP OS..machine(windowsXP +windows Embedded on one
machine). Now we r able to login to the system .

However, we got an error while running thru windows 2000 machine (windows200
+windows Embedded on one machine) we got an error BAD_SYSTEM_Config_info .

It suggested to ..
- check to make sure any h/w or s/w is properly installed
-disable or remove any newly installed h/w or s/w
-Disable BIOS memory operations such as caching or shadowing..
 
embedded_msit,
After moving the folders onelevel up i.e after moving into D: , everything
worked fine...in windows XP OS..machine(windowsXP +windows Embedded on one
machine). Now we r able to login to the system .

However, we got an error while running thru windows 2000 machine (windows200
+windows Embedded on one machine) we got an error BAD_SYSTEM_Config_info .

It suggested to ..
- check to make sure any h/w or s/w is properly installed
-disable or remove any newly installed h/w or s/w
-Disable BIOS memory operations such as caching or shadowing..


As I said earlier, make sure you use ntldr from XPe Repository on the system partition.
 
Back
Top