why my customized startup flash make XPE image appear blue screen

  • Thread starter keey from China
  • Start date
K

keey from China

now i have a problem about startup flash.
My XPE shell has a customized shell which is in
fact an application program. Now in order to form a
independent product, i must replace microsoft's windows
flash with my own product flash. So i use a famous
software BootXP to produce a logo flash. The software
needs the ntoskrnl.exe file and a bmp format file and
produce a new logoos.exe file in c:\windows\system32\.
I copy the new logoos.exe file to the
corresponding path of my XPE image,and modified my
boot.ini as follows:
[boot loader]
timeout=30
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" /fastdetect /KERNEL=LOGOOS.EXE
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft
Windows XP Embedded" /fastdetect /KERNEL=LOGOOS.EXE

and then i indeed saw my product flash, but after this a
terrible bule screen appears with the messages as follows:
STOP: C0000021A {FATAL system error}
The session manager initialization system process
terminated unexpectedly with a status of 0xC0000263
(0x00000000 0x00000000)

Can u give me some suggestions?
 
S

Slobodan Brcin

You should search this news group for this subject.

You must not hack kernel this is not legal.

But you can prevent Windows from showing it's logo from boot.ini.

You can use /noguiboot switch.


Best regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top