Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Need Help To Fix Boot Logo

Reply
 
Old 04-18-2008   #11 (permalink)


Vista Home Premium 32bit
 
 

Re: Need Help To Fix Boot Logo

ok Jon...going to check it all out again...thanks for your patients.

My System SpecsSystem Spec
Old 04-18-2008   #12 (permalink)


Vista Home Premium 32bit
 
 

Re: Need Help To Fix Boot Logo

OK JON....I am geting there. After finding out how to run bcdedit, I am stuck with how to make the actuall changes.

I can see the list under two Headings "Windows Boot Manager" & Windows Boot loader"...Oh yea I found that file and have made both copies with my name as a prefix and saved them in the said directories. I just cant seem to be able to highlight or create another Bootloader...and if I could do I erase the other and save the text somewhere else?............... sorry I cant comprehend it any better...nearly there...will go back to see if I can somehow create or edit...seems like I only have to change one line in the boot loader hey?
My System SpecsSystem Spec
Old 04-18-2008   #13 (permalink)


Vista Home Premium 32bit
 
 

Re: Need Help To Fix Boot Logo

I've manage to make a BCD backup but come on man...I'm only a newbie and still cant work out how to add another entry like you...and even so with two boot loader entry how does it know which one to use? which is why I asked do you remove the orignal entry to get the newly created one to work.

How did you edit the path to you newly created jonwinload.exe.mui???
My System SpecsSystem Spec
Old 04-18-2008   #14 (permalink)


Vista Home Premium 32bit
 
 

Re: Need Help To Fix Boot Logo

i can change the path now but not th "nx" how do i switch that to always off
My System SpecsSystem Spec
Old 04-19-2008   #15 (permalink)


Vista Home Premium 32bit
 
 

Re: Need Help To Fix Boot Logo

I give up........I ended up being able to do it your way but I still must be doing something wrong.....check out this link and you will see my last ditch effort with screen shots....
Later & thanks anyways....I don't think it can be done with service pack 1 anymore...that sucks!!!!
Vista Getting WINLOAD.EXE.MUI to work in Service Pack 1 - Notebook Forums and Laptop Discussion
My System SpecsSystem Spec
Old 04-19-2008   #16 (permalink)
Jon


 
 

Re: Need Help To Fix Boot Logo

"Davekyn" <Davekyn.383w0z@xxxxxx-mx.forums.net> wrote in message
newsavekyn.383w0z@xxxxxx-mx.forums.net...
Quote:

>
> I give up........I ended up being able to do it your way but I still
> must be doing something wrong.....check out this link and you will see
> my last ditch effort with screen shots....
> Later & thanks anyways....I don't think it can be done with service
> pack 1 anymore...that sucks!!!!
> 'Vista Getting WINLOAD.EXE.MUI to work in Service Pack 1 - Notebook
> Forums and Laptop Discussion'
> (http://forum.notebookreview.com/showthread.php?t=241640)
>


Apologies for the delay. As Bryan Adams would say 'Don't give up'.

I think I see what you meant now in your original post. The 'Windows Vista
is starting' text that you get with RTM doesn't appear with SP1. It doesn't
appear either with the default 'Aurora' image, so I think that that is the
main change from RTM to SP1.

You can still get an alternative boot logo coming up though with SP1,
though. Assuming you've got an otherwise normally working SP1 installation,
these commands may help with that ..

#List current boot entries.....
bcdedit /enum
bcdedit /v


#Make a copy of the current boot entry
bcdedit /copy {current} /d "Windows Vista (boot logo)"

You should then get a successfully generated message containing a {guid} eg
{9ccd501b-0a1f-11dd-896d-00402b449c4b}
which you'd then use in the following


#Set a new path to a renamed winload.exe eg
bcdedit /set {guid} path "\windows\system32\JonsWinload.exe"
eg
bcdedit /set {9ccd501b-0a1f-11dd-896d-00402b449c4b} path
"\windows\system32\JonsWinload.exe"


#Set the 'noguiboot' (required)
bcdedit /set {guid} quietboot Yes

#Add the new boot entry to the boot entries list
bcdedit /displayorder {guid} /addlast

The 'nx' entry was a bit of a red herring, sorry - you can leave that one at
its default if you like.
+ in your screenshot you've got some strange additional entries such as
'detecthal' and 'usefirmwarepcisettings'

Getting rid of those may help (?)...

bcdedit /deletevalue {guid} detecthal
bcdedit /deletevalue {guid} usefirmwarepcisettings

The completed entry looking something like this ....

#----------------------------------
Windows Boot Loader
-------------------
identifier {9ccd501b-0a1f-11dd-896d-00402b449c4b}
device partition=C:
path \windows\system32\JonsWinload.exe
description Windows Vista (boot logo)
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {dadbd8bf-ce3c-1222-b7e9-82407a617fcd}
nx AlwaysOff
quietboot Yes
sos No
#----------------------------------

If I discover anything more about the missing text issue I'll post it in,
but I hope that helps anyhow.

--
Jon



My System SpecsSystem Spec
Old 04-21-2008   #17 (permalink)


Vista Home Premium 32bit
 
 

Re: Need Help To Fix Boot Logo

Thanks for getting back to me,
I also got side tracked and will have another go later today or tonight at it. I am glad for the chance to try again...give me 24 hours as of this post and I will be back to let you know how it goes...

I reinstalled with ulimate edition just to get the drem scenes happening
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vistax64 Boot Logo General Discussion
Vista logo missing on screensaver and boot Vista General
Vista wont Boot, don't even get to see a MS logo Vista General
Vista Boot Logo Generator 1.1 Software
Boot Logo Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46