Thanks; Down an a few
.
EDIT: I only got 19042.928. on Release.
.
Not getting 19043.xxx
.
My Beta is at 19043.928
Build 19043.928 out to Beta & Release Channel + ISO for 19043.928
Windows Insider program | Program announcements and registration | Communications and announcements
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
63 answers
Sort by: Newest
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Anonymous
2021-05-15T16:51:24+00:00 -
Anonymous
2021-05-02T03:04:46+00:00 @Saltgrass,
Here is the Multi Editions install.esd:
Details for image : E:\Sources\Install.esd
Index : 6
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,043,016,056 bytes
C:\WINDOWS\system32>
Here is one with install.swm and install2.swm, splitting the install.wim seems a quicker process than converting to install.esd.
Split install.wim to install.swm
Dism /Split-Image /ImageFile:D:\Temp\install.wim /SWMFile:D:\Temp\install.swm /FileSize:4000
Boots fine on any machine, Legacy Bios, UEFI only or UEFI + Legacy Bios machines.
Formatted as MBR FAT32 with Primary Partition set Active.
Details for image : K:\sources\install.swm
Index : 1
Name : Windows 10 Home
Description : Windows 10 Home
Size : 14,792,353,972 bytes
Index : 2
Name : Windows 10 Home N
Description : Windows 10 Home N
Size : 14,016,607,690 bytes
Index : 3
Name : Windows 10 Home Single Language
Description : Windows 10 Home Single Language
Size : 14,795,189,589 bytes
Index : 4
Name : Windows 10 Education
Description : Windows 10 Education
Size : 15,046,065,741 bytes
Index : 5
Name : Windows 10 Education N
Description : Windows 10 Education N
Size : 14,277,676,117 bytes
Index : 6
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,043,016,056 bytes
Index : 7
Name : Windows 10 Pro N
Description : Windows 10 Pro N
Size : 14,271,923,209 bytes
Index : 8
Name : Windows 10 Pro Education
Description : Windows 10 Pro Education
Size : 15,046,004,159 bytes
Index : 9
Name : Windows 10 Pro Education N
Description : Windows 10 Pro Education N
Size : 14,277,613,635 bytes
Index : 10
Name : Windows 10 Pro for Workstations
Description : Windows 10 Pro for Workstations
Size : 15,046,034,950 bytes
Index : 11
Name : Windows 10 Pro N for Workstations
Description : Windows 10 Pro N for Workstations
Size : 14,277,644,876 bytes
The operation completed successfully.
C:\WINDOWS\system32>
-
Anonymous
2021-05-01T23:41:31+00:00 I did check on Rufus and it does as expected but you have to disable Secure Boot when you use that format.. not that great..
I was looking at your DISM /export-image command and you are using Index 1 for Win 10 Home?
I used Index 6 for Pro and it came out to 3.35 GBs.. So doing it that way isn't really that hard.
As far as I know, all UEFI machines support Legacy and UEFI Bios. How it installs just depends on how you boot the media.
1) Rufus can be a pain, and it does not make a media that is compatible with all configurations.
2)That sample had index 1 because it was probably only win 10 Pro x64 in that specific case. Index 6 is correct for Win 10 Pro if you get the Multi editions ISO.
3) As for UEFI machines the newer ones are UEFI only, like my Dell XPS 8930 or the Lenovo Yoga 920.
The ones that support both UEFI and Legacy BIOS are older machines or older motherboards.
Just F.Y.I. These are all Intel Machines:
Lenovo Yoga 920 was from 12/08/2017 UEFI only, already dropped Legacy Bios support
Dell XPS 8930 was from 05/20/2020 UEFI only, already dropped Legacy Bios support
Dell XPS 8700 Was from 2014 and has both UEFI and Legacy Bios support
MSI GT70-0NC is from 2015 and only has Legacy Bios.
Dell XPS 8300 Is much older and only has Legacy Bios.
https://www.anandtech.com/show/12068/intel-to-remove-bios-support-from-uefi-by-2020
4)The one you are using ASUS Z490 has both Modes and can boot from NTFS regardless of the mode it is set, the same on my Dell XPS 8700. You can also boot from MBR NTFS on those machines even when set for UEFI and Secure boot on.
Just use an Installation USB flash MBR FAT32 with the Partition set active and it will work with everything 😉
You still need an ISO editor to replace the original install.wim with the install.esd you create.
If you create an ISO from uupdump, when you download the zip file with the commands, you have the option to specify install.esd instead of install.wim, clearly the process is much longer for the conversion.
-
Anonymous
2021-05-01T23:24:52+00:00 I did check on Rufus and it does as expected but you have to disable Secure Boot when you use that format.. not that great..
I was looking at your DISM /export-image command and you are using Index 1 for Win 10 Home?
I used Index 6 for Pro and it came out to 3.35 GBs.. So doing it that way isn't really that hard.
As far as I know, all UEFI machines support Legacy and UEFI Bios. How it installs just depends on how you boot the media.