MSFN Forum: hlp,modifying the bootlogo seen during instalation - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

hlp,modifying the bootlogo seen during instalation how to? Rate Topic: -----

#1 User is offline   GEnto 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 16-May 04

Posted 06 June 2004 - 06:14 AM

I have changed ntkrnlmp.ex _ and ntoskrnl.ex _ in the directory i386 and into sp1.cab. But it does not work. my computer is 3,2 ghz Hyperthread.

some suggestion?

sorry for my bad explanation, i am spanish one


#2 User is offline   bonedaddy 

  • Bonafide Member
  • PipPipPip
  • Group: Members
  • Posts: 454
  • Joined: 20-October 03

Posted 06 June 2004 - 06:26 AM

@ GEnto

do a search, or perhaps Alanoll will come by
and do a same tutorial for us, I believe he has
a hack or two that will help this work.

search hyperthread ntkrnlmp

I can't get this to work with my hyperthread mb
as well

bonedaddy

#3 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 06 June 2004 - 09:03 AM

actually since he changed both the dual and single kernel processors, on the install source, the batch file is not neccessary.

but I do prefer my method, as it retains the original kernels as well as the modified ones.

do you get any errors during setup or the original XP logo just shows up? Do you have any hotfixes that run during SVCPACK.INF? if so, they will overwrite you modified kernel.

I use this to edit the kernel: http://www.msfn.org/board/index.php?showto...indpost&p=86883

I use this to autoselect the right kernel : http://www.msfn.org/board/index.php?showto...indpost&p=71175

I usually run it as the last thing in my Install routine typically at GUIRunOnce or so. I'd also place it in its own batch file.

I've since modified it slightly, but only because I've started using XPlode and I pass a variable to it, instead of ripping it from the registry.

#4 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 24 July 2004 - 04:28 PM

GEnto wanted to reply to this thread, but he reported it to a moderator instead :) Here it is:

Sometimes I've got an error at minute 36 of the instalation. Now no error but the logo shown during the instalation is the windows xp logo, after instalation is shown my modified logo.

I want to know if it is posible to see my modified logo during the instalation too.

On my start.cmd:

REM ntkrnlpa.exe for HT and ntoskrnl.exe for uniproccesors


FOR /F "tokens=3 delims= " %%A IN ('REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS') DO SET NUMBER_OF_PROCESSORS=%%A

bootcfg /copy /D "Windows XP Professional" /ID 1
if %NUMBER_OF_PROCESSORS%==2 goto DUAL
REM ---- For Single proc ---- ntoskrnl.exe for uniproccesors

bootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 2

:DUAL
REM ---- For Multiprocess/Hyperthread proc ---- ntkrnlpa.exe for HT

bootcfg /RAW "/Kernel=dualKrnl.exe" /A /ID 2

bootcfg /Timeout 0
bootcfg /Default /ID 2

it works OK after instalation.

thank everybody

#5 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 24 July 2004 - 04:56 PM

if you see the screen with the logo saying "Please Wait" that is NOT the kernel, it is rather OOBE running in the background.

I wouldn't recommend changing the kernel until after first boot, as there might or might not be a few check.


On another note, ntoskrnl.exe is the single kernel, ntkrnlmp.exe is the multikernel.

I would recommend NOT replacing the kernels as they're named on the source (in I386) but to rename them like you have. Without knowing the error I don't believe I know what you're talking about :rolleyes:


Thanks Aaron for forwarding this :)

#6 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 July 2004 - 05:12 PM

Alanoll, on Jul 25 2004, 04:26 AM, said:

if you see the screen with the logo saying "Please Wait" that is NOT the kernel, it is rather OOBE running in the background.

Ah!
So that explains one more mystery.

In SP2 RC2, the bootlogo has changed to not display any "Home edition" or "Professional" text. And the year of copyright (1981-2001) has been cut out.
But at first-boot (after setup finishes), when the screen auto-resizes itself according to the resolutions specified in winnt.sif, you see (for barely a few seconds) the old-style boot-screen (at higher resolution, and occupying only a small,central part of the otherwise-black display). That is the first and last time you see the old-type boot-screen on SP2.
So that 'boot-screen' actually isn't that ?.......
It is OOBE ?......
Well, makes sense, doesn't it?

[/satisfied]

#7 User is offline   GEnto 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 16-May 04

Posted 31 July 2004 - 01:02 AM

Upppssss !! what a error, thanks Aaron and everybody.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy