2 Pages V   1 2 >  
Reply to this topic
 Win7PE with Vista loading bar ?
post Dec 17 2009, 01:23 PM
Post #1
giorgosg
Newbie   *
Group: Members

  Joined: 1-February 09
Posts: 22
Thank(s): 0


Greece


hello to all,
i recently deployed my pe on windows 7, with waik 3.
the problem is when i boot it from pxe tftp server, it shows vista loading bar and not the windows 7 animated logo "starting windows".
any ideas for this?
is it a problem of the wim or of boot files (boot.sdi pxeboot.n12 etc.. ) ?


+Quote Post
post Dec 17 2009, 04:02 PM
Post #2
PaPeuser
Silver Member   ****
Group: Advanced user

  Joined: 31-August 08
Posts: 718
Thank(s): 164


United States


QUOTE (giorgosg @ Dec 17 2009, 08:23 AM) *
hello to all,
i recently deployed my pe on windows 7, with waik 3.
the problem is when i boot it from pxe tftp server, it shows vista loading bar and not the windows 7 animated logo "starting windows".
any ideas for this?
is it a problem of the wim or of boot files (boot.sdi pxeboot.n12 etc.. ) ?


Hello

First can I assume that you are using Multi 7 PE..

Multi 7PE can be built using either a Vista or Win7 source,

In Winbuilder make sure your source directory is correct.

I have built Multi 7PE’s using either Vista or Win 7 source files.

So far most app or scripts work with either build all you have to do is change sources

I have not tried this with WinRescuePE
+Quote Post
post Dec 17 2009, 04:36 PM
Post #3
dera
Gold Member   *****
Group: .script developer

  Joined: 17-January 07
Posts: 1,154
Thank(s): 268


Hungary


yes,
the first question:
exactly which project do you use?

first
at the postconfig.script don't use the script line:
bcdedit.exe /store %TargetDir%\boot\bcd /set {default} quietboot on

second
copy %BootSRC%\Windows\system32\%DistLang%\bootres.dll.mui
to %TargetDir%\Windows\system32\en-us\bootres.dll.mui
+Quote Post
post Dec 17 2009, 06:28 PM
Post #4
ludovici
Frequent Member   ***
Group: Advanced user

  Joined: 1-November 07 From: France

Posts: 409
Thank(s): 114


France


Hi everybody wink.gif
If,%DistLang%,NotEqual,"en-US",Begin
System,ERROROFF
DirDelete,"%TargetDir%\windows\en-US"
System,ERROROFF
DirDelete,"%TargetDir%\windows\system32\0409"
System,ERROROFF
FileDelete,"%TargetDir%\windows\system32\en-US\*.*"
System,ERROROFF
FileCopy,"%BootSRC%\Windows\system32\%DistLang%\bootres.dll.mui","%TargetDir%\windows\system32\en-US\"
System,ERROROFF
FileCopy,"%BootSRC%\Windows\system32\%DistLang%\bootstr.dll.mui","%TargetDir%\windows\system32\en-US\"
System,ERROROFF
#FileCopy,"%BootSRC%\Windows\system32\boot\%DistLang%\winload.exe.mui","%TargetDir%\windows\system32\boot\en-US\"
System,ERROROFF
#FileCopy,"%BootSRC%\Windows\system32\boot\%DistLang%\winresume.exe.mui","%TargetDir%\windows\system32\boot\en-US\"
End
+Quote Post
post Dec 18 2009, 07:04 AM
Post #5
giorgosg
Newbie   *
Group: Members

  Joined: 1-February 09
Posts: 22
Thank(s): 0


Greece


thanks for your answers.
i was finally told by msdn partners that the reason of not showing logo, is the pxe boot.
i tried remaking the pe to a usb stick, i booted from there and the logo showed up correctly.
weird eh?
+Quote Post
post Dec 18 2009, 10:32 AM
Post #6
dera
Gold Member   *****
Group: .script developer

  Joined: 17-January 07
Posts: 1,154
Thank(s): 268


Hungary


for me via Tftpd32 the win7 boot logo showed up correctly
building with the Win7RescuePE project, the source is 7600.16385 en-us DVD
+Quote Post
post Dec 19 2009, 07:10 PM
Post #7
giorgosg
Newbie   *
Group: Members

  Joined: 1-February 09
Posts: 22
Thank(s): 0


Greece


QUOTE (dera @ Dec 18 2009, 10:32 AM) *
for me via Tftpd32 the win7 boot logo showed up correctly
building with the Win7RescuePE project, the source is 7600.16385 en-us DVD


strange dera, but thanks for this!
the good news is that its not a big problem for me, the bad is i have to give a deep search for it dry.gif
+Quote Post
post Feb 3 2010, 12:03 AM
Post #8
Stephanowicz
  
Group: Members

  Joined: 2-February 10
Posts: 5
Thank(s): 0


Germany


Hi,

I use win7pe rescue and when booting the cd image, I can see the logo whilst booting the same boot.wim with usbstick I see the vista load bar ... merc.gif
+Quote Post
post Feb 3 2010, 02:38 PM
Post #9
was_JFX
Frequent Member   ***
Group: Advanced user

  Joined: 13-December 07
Posts: 486
Thank(s): 249


Germany


QUOTE (Stephanowicz @ Feb 3 2010, 12:03 AM) *
I use win7pe rescue and when booting the cd image, I can see the logo whilst booting the same boot.wim with usbstick I see the vista load bar ... merc.gif

Support for different languages is sadly very bad in Vista/Seven project's.

I your case there is maybe only in Boot\BCD the wrong language defined.

If you not familiar with bcdedit commandline use jianliulin BCD Editor and check if your laguage is choosen.

cheers.gif


--------------------
+Quote Post
post Feb 3 2010, 05:07 PM
Post #10
Stephanowicz
  
Group: Members

  Joined: 2-February 10
Posts: 5
Thank(s): 0


Germany


QUOTE (JFX @ Feb 3 2010, 02:38 PM) *
Support for different languages is sadly very bad in Vista/Seven project's.

I your case there is maybe only in Boot\BCD the wrong language defined.

If you not familiar with bcdedit commandline use jianliulin BCD Editor and check if your laguage is choosen.

cheers.gif


Hi,

thanx 4 the answer! Though my comment was morelikely meant as a hint for the problem of giorgosg... biggrin.gif
Nevertheless I tried it and finally think I can say that @ least in my case I did not copy all the files that r on cd to my stick:
like in the boot folder the language folders and the fonts folder....
I'm quite sure it was the missing fonts folder!

Interestingly I also tried other wims - one is from the orig MS recovery console - it looks like it wants to show the animated boot logo but then immediatly switches to the vista style load bar...

Whatever, hope this may help a little bit!

Cheers,

Steph

+Quote Post

2 Pages V   1 2 >
Reply to this topic
2 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No new Pinned: Topic has attachmentsVistaPE Leopard Beta 3
April 25 2010
72 Max_Real Qnx 9,707 1st September 2010 - 12:36 PM
Last post by: Max_Real Qnx
No New Posts Win7PE Side-by-Side Fix (.NET Framework 2.0 & C++ 2005/2008)
5 AgentGOD 779 30th August 2010 - 06:52 PM
Last post by: vvurat
No New Posts Win7PE script for TrueImage Seagate/WD Editions
Free software available for download from Seagate/WD
10 oriensol 1,699 21st August 2010 - 07:40 PM
Last post by: Rui Paz
No New Posts vista & seven usb install with (( cmd )) is there asubject about it
2 albarwn 377 11th August 2010 - 09:13 PM
Last post by: albarwn
No New Posts Win7pe hardware detection not working
4 esgaroth 525 6th August 2010 - 05:13 PM
Last post by: patsch