PC Review Forums Newsgroups Windows XP Windows XP Embedded componentize "ntoskrnl.exe"

Reply

componentize "ntoskrnl.exe"

 
Thread Tools Rate Thread
Old 13-04-2006, 10:48 AM   #1
twicave
Guest
 
Posts: n/a
Default componentize "ntoskrnl.exe"


For change boot screen appearance, I modified "ntoskrnl.exe".
But when i compose component for the modify. I got problem:
the target image always include the original file, not the modified
"ntoskrnl.exe".

which one can help me solve it? thanks a lot


  Reply With Quote
Old 13-04-2006, 10:52 AM   #2
Sean Liming \(eMVP\)
Guest
 
Posts: n/a
Default Re: componentize "ntoskrnl.exe"


Instead of modifing the kernel binary, you could use the boot.ini option
/bootlogo /noguiboot with a boot.bmp (640x480 4BPP -16colors) file saved in
the c:\Windows folder.

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Embedded"
/fastdetect /bootlogo /noguiboot


Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.


"twicave" <twicave@126.com> wrote in message
news:OpEIQbtXGHA.4424@TK2MSFTNGP05.phx.gbl...
> For change boot screen appearance, I modified "ntoskrnl.exe".
> But when i compose component for the modify. I got problem:
> the target image always include the original file, not the modified
> "ntoskrnl.exe".
>
> which one can help me solve it? thanks a lot
>
>



  Reply With Quote
Old 18-04-2006, 10:09 AM   #3
Angel
Guest
 
Posts: n/a
Default Re: componentize "ntoskrnl.exe"

Don't wrtie the original "ntoskrnl.exe", simply use another name

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Embedded
(Boot-Logo)" /fastdetect /KERNEL=NTOSBOOT.EXE

and call "NTOSBOOT.EXE" to the modified kernel

Remember to write this component in the last FBA Phase

"twicave" <twicave@126.com> escribió en el mensaje
news:OpEIQbtXGHA.4424@TK2MSFTNGP05.phx.gbl...
> For change boot screen appearance, I modified "ntoskrnl.exe".
> But when i compose component for the modify. I got problem:
> the target image always include the original file, not the modified
> "ntoskrnl.exe".
>
> which one can help me solve it? thanks a lot
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off