I would suggest a bit change in this command Code: oscdimg -bootdata:2#p0,e,bD:\windows_8_x64\boot\etfsboot.com#pEF,e,bD:\windows_8_x64\efi\Microsoft\boot\efisys.bin -o -h -u2 -m -lHRM_CSLA_X64FREO_EN-US_DV5 D:\windows_8_x64\ D:\Win_8_Sing_Lang_En_X64.iso the bootdata now will add a boot sector for bios and efi systems both and the -o parameter saves a 100mb size of iso
Have downloaded it from that crappy mirror. So it is the real thing and not shot like the other? I'll check the Servicing.
With the converted ru-RU image the Servicing Packages (C:\Windows\Servicing\Packages) missed the CoreSingleLanguage ones. Additionally, C:\Windows\Servicing\Editions had no valid files in it (CoreSingleLanguageEdition, EditionMatrix, UpgradeMatrix). C:\Windows missed the CoreSingleLanguage.xml, and had the normal Core.xml, that can cause various issues. And, as expected, Windows Updates failed to install. Due to the missing Servicing Packages, Windows Edition isn't defined correctly. Code: Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Windows\system32>dism /online /get-currentedition Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Current edition is: Error: 0x800f0805 The specified package is not valid Windows package. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log C:\Windows\system32> Doesn't look healthy, correct?
I have install.wim file in recovery partition. How do i use it to create an iso to do fresh install ?? Do you need to do all those imagex stuff ?
have you tried replacing the install.wim from a iso with the one you have in your recovery partition? Honestly if all you're going to do is reinstall using that one you should just use the recovery partition the way it is meant to be- by booting to it.
I get quite a few of these on laptops as I work in China. What I would like to do is to change the language pack in the recovery install.wim. That way if I need to perform a recovery for someone latter I don't have to do this more than once. I also don't have to go hunting for drivers etc. The normal bloat isn't a big problem for me. I would need to be able to do this from usb using some sort of PE environment I suppose? I really have no idea about this. Any help would be appreciated.
Hi BTOR, thank you so much for your detailed guide. I have two question; 1) STEP 5. Change other few settings also. How can i find Turkish Input Locale ID? For example, while adding EN-US language pack to HRM_CSLA_X64FREO_RU-RU_DV5.ISO the input locale id should be type is 0409:00000409 in your thread. I find a little info about input locale for Turkey but i think this is just for Windows 7. Here is the screenshot: If you know these details, could you customize the codes of STEP 5 for my country? 2) "imagex" and "oscdimg" commands are not working on my PC. I'm using Windows 7 Ultimate (64-Bit). Is this relevant to my operating system? Am i supposed to work especially on Windows 8 for making a Windows 8 Single Language Turkish (64-Bit)? Any help will be appreciated.
Dear Tito, you and Daz the reasons that i love MyDigitalLife that much. Thank you! Should i enter these: Code: Dism /image:D:\MOUNT /Set-SKUIntlDefaults:tr-TR Dism /image:D:\MOUNT /Set-InputLocale:1055:00001055 /Set-InputLocale:1055:00001055 Dism /image:D:\MOUNT /Set-TimeZone:"GTB Standard Time" Am i correct?