The problem you're perhaps encountering is that periodically Vista will
update certain operating system files which may include winload.exe and
winload.exe.mui. If it does that, then it will throw out changes you've made
at an earlier time.
What I do with XP and what I'd recommend for Vista is NOT to write over the
operating system file, in this case winload.exe.mui - there's actually no
need, and for system stability it's better not to- you can achieve the same
by making a copy in the same place that includes your changes and calling
it say something like JonsWinload.exe.mui (you may prefer another name
-) ).
To be able to do that, at the same time you'd make a copy of Winload.exe in
the system32 directory, calling it with the same prefix as with the new mui
file (this is important since it's used to reference the other file), so in
this case it would be JonsWinload.exe. This won't upset code signing or code
integrity checks since it would basically be the same old Winload.exe, only
renamed.
Finally to finish things off nicely it would help to have 2 boot entries in
your startup menu - one for your modified boot files and one for the
standard loaders. That way if anything goes haywire you can choose the
standard startup, rather than your super logo. If you play around with
bcdedit and its syntax, then you'll probably be able to work out how to do
that, but I just had a play with this and here's an example of a
configuration that works using new logo files ......
#----------------------------------------------------------------------------------
Windows Boot Loader
-------------------
identifier {fce3eef2-0a40-11dd-b526-00402b449c4b}
device partition=C:
path \Windows\system32\JonsWinload.exe
description Windows Vista (boot logo)
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
kernel Ntoskrnl.exe
resumeobject {dadbd8bf-ce3c-1222-b7e9-82407a617fcd}
nx AlwaysOff
quietboot Yes
sos No
#----------------------------------------------------------------------------------
--
Jon
"Davekyn" <Davekyn.3802j5@xxxxxx-mx.forums.net> wrote in message
news

avekyn.3802j5@xxxxxx-mx.forums.net...
Quote:
>
> Once again for those that can't understand me or what I want to do.....:
>
> Sorry Jack,
> I am trying to coppy over a file called "winload.exe.mui" )which I
> generated via a specialized program) and have it execute on bootup to
> show me the awesome art I designed for my bootup screen.
>
> I followed the instructions based on the program and elsewhere on the
> net by first going runing ms-config and enabling [No GUI] on boot
> up...After restarting and seeing the original vista "aorua background" I
> knew things were going OK...I generated a "winload.exe.mui" file by
> following the instructions of the program called "Vista Boot Logo
> Generator"...and after giving myself permissions copied and replaced the
> original "winload.exe.mui" in the specified directory.......
>
> This worked the first time around I tried it...However after I did my
> second fresh install and after I tweaked my system...I have been
> unsuccessful trying it out a second time...However the second time
> around...I just copied other the "winload.exe.mui" file from my storage
> drive instead of re-creating another one...On reboot...I still get the
> original "aorua background" but without the "Windows Vista is Loading
> text"...not only should the original not be there, it no longer works
> properly as it should (as per the missing text)...
>
> What do I want to do........LOL....a solution would be great...but some
> discussion on why this may have happened would be good too...
>
> I'll check that link out... but is'nt that buble thing...(as good as it
> looks a desktop thingy and not a boot thingy?....I'll go check it
> out....cheers
>
>
> --
> Davekyn