MaciekMR Posted September 19, 2007 Posted September 19, 2007 Anyone know what happens when I replace bootmgr.exe.mui from ie. PL-pl folder to US-us? This also change "Windows is loading files..." text to ie. PL version?
zorphnog Posted September 19, 2007 Posted September 19, 2007 I'm guessing you want to change the bootloader to another language? If that is the case, then placing the pl version of the bootmgr.exe.mui file in the ISO\boot\en-US folder should work. If that doesn't work, then you will have create a folder for pl, ISO\boot\pl-PL, and place the bootmgr.exe.mui file in there. Then you will have to change the bootmgr language to pl-PL by modifying the BCD (ISO\boot\bcd).
MaciekMR Posted September 19, 2007 Posted September 19, 2007 (edited) I'm guessing you want to change the bootloader to another language?Yep. I just try to change this "Windows is loading..." text without change in any file (copyrights)If that is the case, then placing the pl version of the bootmgr.exe.mui file in the ISO\boot\en-US folder should work.I try - I have only pl-pl folder: \boot\pl-pl\bootsect.exe.mui - still english text...If that doesn't work, then you will have create a folder for pl, ISO\boot\pl-PL, and place the bootmgr.exe.mui file in there. Then you will have to change the bootmgr language to pl-PL by modifying the BCD (ISO\boot\bcd).BCDEdit.exe. also works without Vista? AFAIK bcdedit can change boot option off installed OS...Best regardsMR Edited September 19, 2007 by MaciekMR
zorphnog Posted September 19, 2007 Posted September 19, 2007 If that is the case, then placing the pl version of the bootmgr.exe.mui file in the ISO\boot\en-US folder should work.I try - I have only pl-pl folder: \boot\pl-pl\bootsect.exe.mui - still english text...en-US is the default language. Its always going to be in English if you don't put bootmgr.exe.mui in a en-US folder or change the bcd. Rename the pl-pl folder to en-US: \boot\en-US\bootmgr.exe.muiBCDEdit.exe. also works without Vista? AFAIK bcdedit can change boot option off installed OS...Yes you can use bcdedit.exe. WinPE 2.0 is based off of the Vista kernel/architecture. Thats why it uses BCD and bootmgr to boot from rather than boot.ini and ntldr.
Stratuscaster Posted October 24, 2007 Posted October 24, 2007 Ok. I've got it to work by replacing the green bars with a picture (no animation).1. Download and install Vista Boot Logo Generator.2. Run the generator and add a 800x600 24-bit BMP and 1024x768 24-bit BMP.3. Save the file as winload.exe.mui.4. Copy and replace the winload.exe.mui file in the \Windows\System32\Boot\en-US directory of your boot image with the new one.xcopy /y c:\peimage\winload.exe.mui c:\peimage\mount\Windows\System32\Boot\en-US5. Capture or unmount your image to ISO\sources\boot.wim6. Disable the gui option of your bcd entry for WinPE.bcdedit /store c:\peimage\ISO\boot\bcd /set {default} quietboot yesNow the green bars will be replaced with your picture!I must give credit where credit is due, I modified the instructions from this website to work for PE:http://www.howtogeek.com/howto/windows-vis...-windows-vista/Kudos, as this works great - my WinPE CD shows my custom boot screen just fine.The boot.wim that I use on my PXE network doesn't show them, though. I think it's because we aren't changing anything - other than copying the MUI to the mount - before we capture/unmount the WIM.Any thoughts?
zorphnog Posted October 24, 2007 Posted October 24, 2007 (edited) You have to edit the BCD for your PXE boot as well. Did you perform step 6 for your PXE BCD? It should be located at <pxeroot>\boot\bcd. Edited October 24, 2007 by zorphnog
Ghost82 Posted December 3, 2007 Posted December 3, 2007 Does anyone have that PEChecksum tool somewhere? I can't get it from the code project (I keep getting an error) TIA!
brianjester Posted January 15, 2008 Posted January 15, 2008 Does anyone have that PEChecksum tool somewhere? I can't get it from the code project (I keep getting an error) TIA!I've attempted to attach the file here:PEChecksum.zip
n-ikeda Posted February 18, 2008 Posted February 18, 2008 Hi Zorphnog,Instructions for modifying the "Windows is loading files..." textis Greate !And I want to do same setting at "WinPE lanboot from Windows Deployment Service on Windows server 2003 std SP2.I custumized bootmgr.exe.mui at C:\RemoteInstall\Boot\x86\en-US.But "Windows is loading files..." message is not changed.It succesed at boot from DVD. Please tell me how can i set.Thank you .
zorphnog Posted February 18, 2008 Posted February 18, 2008 Try putting it in: C:\RemoteInstall\Boot\en-US
n-ikeda Posted February 19, 2008 Posted February 19, 2008 Try putting it in: C:\RemoteInstall\Boot\en-USThank 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 TechNetAssociate a language pack with an install imageYou 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 .
zorphnog Posted February 19, 2008 Posted February 19, 2008 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?
n-ikeda Posted February 23, 2008 Posted February 23, 2008 (edited) 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. Edited February 23, 2008 by n-ikeda
RBCC Posted March 2, 2009 Posted March 2, 2009 Has anybody figured out how to do the background and progress bar? John
RBCC Posted March 17, 2009 Posted March 17, 2009 Does anyone knoe how to edit the bootmgr.xml? to put a graphic in the background of windows is loading files?? John
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now