@Chibi ANUBIS tested in a VM 1. If the VM is set to bios there is a continious loop and installation can't be done 2. If VM is set to UEFI vmware freezes and stop working I used the consumer v2004 x64. Any clue ?
I don't know why, me and AnarethoS had no problem, I check this later. EDIT : installation complete with success ! Try another ISO or check if you have no problem with your VMWare
FLASH NEWS ! I reupload all my project, what's new : + Add a ReadMe for Windows 7 + Add a ReadMe for Windows 8 + Changed script for WinPE, now can check if XML files are at the root before continue. if you update a old boot.wim you can add this in the integrate script : Code: if exist %MountTo%\Windows\System32\install.cmd DEL %MountTo%\Windows\System32\install.cmd
Hi dear friend @Chibi ANUBIS Could you tell me how do I apply your project to an installation that uses an SSD to System and one HDD for user profiles data? Is it possible? Thanks in advanced Regards @JeepWillys58
Hi again Dear @Chibi ANUBIS Could you give me an example of disk layout to do that? I'll use a 128GB SSD and a 1TB HDD fo user profiles. I don't know where I config the recovery partition... Thanks in advanced! Regards @JeepWillys58
Hi that's me again dear @Chibi ANUBIS This project will work if 2004 too? Thanks in advanced @JeepWillys58
Hi dear friend @Chibi ANUBIS I was talking about moving the entire "users" folder to another partition or disk when installing windows, using the autounattend.xml or unattend.xml answer file. Spoiler: autounattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <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>0416:00000416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UILanguageFallback>pt-BR</UILanguageFallback> <UserLocale>pt-BR</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <OOBE> <HideEULAPage>true</HideEULAPage> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>1</ProtectYourPC> <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>VwBTAEkATQBfAFUAbgBpAHYAZQByAHMAYQBsAFAAYQBzAHMAQABkAG0ALQBTAFMASQArADIAMAAyADAAKgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Description>Conta Principal de Administrador Local Universal</Description> <DisplayName>Administrador Local Universal</DisplayName> <Name>UniversalLocalAdmin</Name> <Group>Administradores</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization>Microsoft Corporation</RegisteredOrganization> <RegisteredOwner>Microsoft Corporation</RegisteredOwner> <TimeZone>E. South America Standard Time</TimeZone> <FolderLocations> <ProfilesDirectory>D:\UserProfiles</ProfilesDirectory> </FolderLocations> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" 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"> <OEMInformation> <Logo>\windows\SoftwareDistribution\OEM\OEMLogoSS.bmp</Logo> <Manufacturer>SS.</Manufacturer> <SupportURL>https://www.SS.com/contacts/</SupportURL> <SupportHours>Segunda à Sexta: 08:00 às 19:00</SupportHours> <SupportPhone>(XX) XXXXX-XXXX</SupportPhone> </OEMInformation> <CopyProfile>true</CopyProfile> <ComputerName>SSDESKTOP</ComputerName> <TimeZone>E. South America Standard Time</TimeZone> <OEMName>Microsoft Corporation</OEMName> <RegisteredOrganization>Microsoft Corporation</RegisteredOrganization> <RegisteredOwner>Microsoft Corporation</RegisteredOwner> </component> </settings> <cpifflineImage cpi:source="wim:/windowsimagingconfigurationdesigner/iso_files/sources/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
Hello ! I can update only this summer, for now is not possible for me to continue this project... I work every day IRL and is very difficult...