Jump to content

Win 8 unattended shows language selection screen.


Recommended Posts

Hi,

I am not sure why, but my unattended installation shows the language screen while it seems to be clearly set to not display one. I don't know why. Also, the display portion of the WindowsPE clearly doesnt work (Still 800*600 resolution or something).

Here it is;

Thanks for the help guys!

AutoUnattend.xml

Edited by MasterBash
Link to comment
Share on other sites


Your missing a language setting in the oobe pass. You've only configured the windowsPE pass for the first portion (winPE) of the install, and you'll need a second oobe setting to suppress the language page for the OS. See post 432 for details

<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <InputLocale>en-US</InputLocale>            <SystemLocale>en-US</SystemLocale>            <UILanguage>en-US</UILanguage>            <UILanguageFallback>en-US</UILanguageFallback>            <UserLocale>en-US</UserLocale>        </component>
Edited by MrJinje
Link to comment
Share on other sites

I have another problem it seems. After I enter my product key, it asks for a product to choose, and I only got Windows 8 Pro available as an option. is there a way to skip that screen?

Here is my new file. I am using UEFI btw and I modified with WinReducer.

Thanks.

EDIT: Fixed it, now I am stuck with a problem of Windows could not apply unattend settings during pass offlineServicing...

=( Even on a non-modified installation (Only adding usb3 drivers). I think I know what the problem is though.

AutoUnattend.xml

Edited by MasterBash
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...