MSFN Forum: PE 2.0 Boot Screen - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

PE 2.0 Boot Screen Rate Topic: -----

#41 User is offline   n-ikeda 

  • Group: Members
  • Posts: 3
  • Joined: 15-February 08

  Posted 18 February 2008 - 11:48 PM

View Postzorphnog, on Feb 18 2008, 11:26 PM, said:

Try putting it in: C:\RemoteInstall\Boot\en-US


Thank you for your Help !!
I Tried it, but i did not success.

I put custumized bootmgr.exe.mui in C:\RemoteInstall\Boot\en-US & C:\RemoteInstall\Boot\x86\en-US.
I did "bcdedit /store c:\RemoteInstall\Boot\x86\default.bcd /set {bootmgr} locale en-US" .
I did "bcdedit /store c:\RemoteInstall\Boot\x86\test.wim.bcd /set {identifier} locale en-US" .

There is "Windows Deployment Services Role" at Microsot TechNet

Associate a language pack with an install image
You can associate multiple language packs with a single image, reducing the number of images you need to maintain. To use a language pack, create the appropriate folder structure and copy the language pack. Language packs are only supported on Windows Vista and Windows Server 2008 operating systems.

If I want to use bootmgr.exe.mui for "WDS", Do i need Windows 2008 server?

Thank you .


#42 User is offline   zorphnog 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 427
  • Joined: 25-July 06

Posted 19 February 2008 - 08:52 AM

You don't need Windows 2008. WinPE 2.0 is based off the vista architecture so you should be fine. I don't use WDS so I am not familiar with the folder and file structure. Since you say it works on DVD, then it should just be a matter of putting the bootmgr.exe.mui file in the right location. I can't really tell you where that is without seeing the folder structure. Mainly, where are the 'bootmgr' and 'BCD' files?

#43 User is offline   n-ikeda 

  • Group: Members
  • Posts: 3
  • Joined: 15-February 08

Posted 22 February 2008 - 10:40 PM

View Postzorphnog, on Feb 19 2008, 11:52 PM, said:

You don't need Windows 2008. WinPE 2.0 is based off the vista architecture so you should be fine. I don't use WDS so I am not familiar with the folder and file structure. Since you say it works on DVD, then it should just be a matter of putting the bootmgr.exe.mui file in the right location. I can't really tell you where that is without seeing the folder structure. Mainly, where are the 'bootmgr' and 'BCD' files?


Thank you zorphnog.

I tried several location to putting the bootmgr.exe.mui file in the WDS(Windows deployment service).
But I can't change Message Text & Color at the plogress bar .

I think WDS put the bootmgr.exe to Taget PC by tftp, but WDS does not put bootmgr.exe.mui file to target PC,though bootmgr.exe doesn't know the bootmgr.exe.mui.

Boot from DVD is OK, and boot from WDS with "BCD : quietboot yes" is OK.

If anybody know how to try with WDS, please teach me it.

Thank you everybody.

This post has been edited by n-ikeda: 22 February 2008 - 10:51 PM


#44 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 632
  • Joined: 09-July 04

Posted 02 March 2009 - 01:46 AM

Has anybody figured out how to do the background and progress bar? John

#45 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 632
  • Joined: 09-July 04

  Posted 16 March 2009 - 11:10 PM

Does anyone knoe how to edit the bootmgr.xml? to put a graphic in the background of windows is loading files?? John

#46 User is offline   Eagle710 

  • Member
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 06-November 08

Posted 06 April 2010 - 10:55 AM

Anyone try this one WinPE 3?

#47 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 06 April 2010 - 11:02 AM

It should be pretty similar to Win PE 2.x. The main differences between that and 3 are more back-end stuff.

#48 User is offline   jseaman111 

  • Group: Members
  • Posts: 1
  • Joined: 09-July 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 July 2010 - 01:00 PM

View PostTripredacus, on 06 April 2010 - 11:02 AM, said:

It should be pretty similar to Win PE 2.x. The main differences between that and 3 are more back-end stuff.


I have tried the procedure for WinPE 3.0 and the location of the message starts at a different place, but I edited it with the same rules. The only problem I have is with the PE Checksum tool. When trying to write the New Value it comes up with an error: Error writing new Checksum GetLastError() returned 32.

Ever see that happen?

#49 User is offline   babargud 

  • Group: Members
  • Posts: 2
  • Joined: 04-October 11
  • OS:none specified
  • Country: Country Flag

Posted 12 March 2012 - 09:02 AM

@jseaman111
same with me...
but when i opened the same bootmgr.exe.mui with the PE Checksum tool again...it shows me the existing & calculated values r same(????)

#50 User is offline   babargud 

  • Group: Members
  • Posts: 2
  • Joined: 04-October 11
  • OS:none specified
  • Country: Country Flag

Posted 12 March 2012 - 09:11 AM

To,
zorphnog & other members,

I have tried to modify the "Windows is loading files..." text in NTI Backup now recovery disc(iso) with the help of zorphnog's post.

I have done the following :-

1. Extracted BOOT.WIM from the ISO file.
2. Checked the locale of the extracted bcd file with
bcdedit /store bcd  /enum
, which was en-US.
3. Mounted the BOOT.WIM with IMAGEX tool in RW mode to edit the WIM file.
( I think it is a windows vista version BOOT.WIM file,coz the ISO shows the windows vista boot screen when it is booted... )
4. Edited the BOOT.WIM{mounted}\Windows\Boot\PCAT\en-US\bootmgr.exe.mui using HEX editor & PE checksum successfully, as described in the zorphnog's post.
5. Unmounted and saved the BOOT.WIM with the new bootmgr.exe.mui file.
6. Replaced the edited BOOT.WIM with the original BOOT.WIM in the ISO file.
7. Added {ISO}\BOOT\en-US\bootmgr.exe.mui from the edited "bootmgr.exe.mui" file, as the {ISO}\BOOT\en-US\bootmgr.exe.mui was not present by default in the ISO file.
8. BOOTED the New ISO image in vm player.

~~~~~ RESULT ~~~~~


Booted successfully with "Windows is loading files..." message instead of the expected new message !!!!!!!!!!!!!!!!!!!????????????????????????

NO CHANGE IN THE "Windows is loading files..." MESSAGE..... :no: :realmad: :realmad: :realmad:



Please help.......
sorry for my COLOURFUL post....

#51 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 13 March 2012 - 07:53 AM

View Postbabargud, on 12 March 2012 - 09:11 AM, said:

4. Edited the BOOT.WIM{mounted}\Windows\Boot\PCAT\en-US\bootmgr.exe.mui using HEX editor & PE checksum successfully, as described in the zorphnog's post.

7. Added {ISO}\BOOT\en-US\bootmgr.exe.mui from the edited "bootmgr.exe.mui" file, as the {ISO}\BOOT\en-US\bootmgr.exe.mui was not present by default in the ISO file.


Perhaps I am not reading your post correctly, but Zorphnog's instructions say to:
1. Mount boot.wim
2. Copy %imageroot%\Windows\Boot\PCAT\en-US\bootmgr.exe.mui to ISO\boot\en-US\bootmgr.exe.mui, noting that the new location does not have this file already.
3. Edit the newly copied file (not the original)

#52 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 632
  • Joined: 09-July 04

Posted 13 March 2012 - 02:16 PM

What kind of security is in boot-mgr in Win7? What happens when I change the boot-screen on a separate partition using sysprep? then I use imagex to create install.wim then copy that to another partition that the DVD setup files on it! when I run it in a vm I get the old boot-screen. Why? John :thumbup:whistle:

#53 User is offline   joakim 

  • Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 18-November 09
  • OS:none specified
  • Country: Country Flag

Posted 19 March 2012 - 12:06 PM

There is some rather detailed information to be found regarding tweaks in the early boot phaze of Windows 7; http://www.sevenforu...indows-7-a.html which covers modification of many binaries, and might be useful..

#54 User is offline   laddanator 

  • Member
  • PipPip
  • Group: Members
  • Posts: 126
  • Joined: 06-August 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 November 2012 - 02:29 PM

I know this thread is old but has anyone figured out a way to mod the Windows 7 SP1 bootmgr to change the "Windows is loading files" message

#55 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,362
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 November 2012 - 04:13 PM

laddanator, I did a search with Agent Ransack and found "Windows is loading files" (unicode) in two files - bootmgr.efi and bootx64.efi. I opened both in a resource editor and found the message in both. Strangely in both it started at 10E7E. I suggest you use a resource editor with the capability to rebuild the checksums and modify the message. I suspect if you stay with the same length, then you will be OK.

EDIT: I should have said that I did not find "Windows is loading files" in the 32 bit WinPE.

EDIT: Those identical addresses above must be relative. I opened the files in a hex editor and the sentence is at different addresses in the two files. It is in the BOOTMGR.XSL section of the resource editors.

This post has been edited by johnhc: 16 November 2012 - 06:52 PM


#56 User is offline   joakim 

  • Member
  • PipPip
  • Group: Members
  • Posts: 150
  • Joined: 18-November 09
  • OS:none specified
  • Country: Country Flag

Posted 17 November 2012 - 07:47 AM

@laddanator
Do you have a screenshot of what it looks like, the stuff you want to tweak? Is it efi system or not?

Btw, it's probably about time to start a new thread, and request help for a very specific challenge..

#57 User is offline   laddanator 

  • Member
  • PipPip
  • Group: Members
  • Posts: 126
  • Joined: 06-August 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 November 2012 - 09:37 AM

View Postjoakim, on 17 November 2012 - 07:47 AM, said:

@laddanator
Do you have a screenshot of what it looks like, the stuff you want to tweak? Is it efi system or not?

Btw, it's probably about time to start a new thread, and request help for a very specific challenge..


I am using a custom build Win7PE SE and would like to change the Message of "Windows is loading files.." To a custom message Like "Loading Win7PE SE.."

#58 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,362
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 November 2012 - 10:16 AM

laddanator, if your WinPE is 64 bit use the method I showed above. If 32 bit, sorry I don't have an answer. Please tell us more about what you are using - 32/64 bit, EFI or not (joakim's question), WinPE version, etc? Enjoy, John.

#59 User is offline   laddanator 

  • Member
  • PipPip
  • Group: Members
  • Posts: 126
  • Joined: 06-August 11
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 November 2012 - 06:01 PM

View Postjohnhc, on 17 November 2012 - 10:16 AM, said:

laddanator, if your WinPE is 64 bit use the method I showed above. If 32 bit, sorry I don't have an answer. Please tell us more about what you are using - 32/64 bit, EFI or not (joakim's question), WinPE version, etc? Enjoy, John.



Using 32 bit created with ChrisR Winbuilder 082. Not sure what you mean by EFI? Thanks for your help on this matter by the way. :thumbup

I also have hex searched every bootmgr file I could find and could not find the Loading file message.

This post has been edited by laddanator: 17 November 2012 - 06:23 PM


#60 User is offline   johnhc 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,362
  • Joined: 02-March 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 November 2012 - 06:43 PM

laddanator, I cannot find the message in the whole 32 bit WinPE folder. Using the hex editor fails also. In the 64 bit version it is quite visible, although I found a web page that said changing it did not change the message displayed. Right now I am at a loss. I hope someone sees this and helps. EFI is referring to Unified Extensible Firmware Interface. In WinPE 3, it only applies to 64 bit versions. If I learn anything new I will post. As suggested above, perhaps you should open a fresh thread. Enjoy, John.

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • 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 - 2013 msfn.org
Privacy Policy