(no title)
sdlion | 4 years ago
The best solution so far I've found is to manually partition the USB into a 1GB FAT32 partition and the rest NTFS. Then you extract the files where needed [0]
I learned this method just last year but it seems it's pretty universal. At least for Win10 ISOs. And I don't have to boot Windows and wait for its updates!
[0] https://techbit.ca/2019/02/creating-a-bootable-windows-10-ue...
Stratoscope|4 years ago
That's what I've done lately, and it works every time with no fuss.
https://www.microsoft.com/en-us/software-download/windows10
Edit: I just remembered that you might not be on a Windows device, in which case you may well want to download the ISO and use Rufus to make a bootable stick from it.
chrisandchris|4 years ago
At least that‘s how I do it.
Strom|4 years ago
You download the tool and want to create a Windows 10 bootable USB, so you run the executable.
Then you find out that it won't let you choose where to save the temporary ISO file that it wants to download. It's hardcoded to the C:\ drive which can easily be a small SSD that is already almost full. You grumble a bit, proceed to delete/move some files off of C:\ so that it could download the ISO and then restart the tool.
This time the download finishes successfully, but after the download you get an error because it turns out it wants to extract what it downloaded - and of course hardcoded to the C:\ drive. You moan a bit, proceed to delete/move even more files off of C:\ and restart the tool.
Third time's the charm right? Well after waiting around forever, it has once again downloaded the ISO and this time also extracted it. Then it informs you that it can't actually create the bootable USB stick because it needs to be run as an administrator. You scratch your head in disbelief, wondering why instead of giving you an error message it doesn't just launch a privilege escalation prompt - or at least have the privilege requirement defined in its manifest.
The fourth time has to work. You manually run it as administrator, it re-downloads & re-extracts the ISO, and you still get the error message that it needs to run as an administrator. What is going on? You google for answers and realize that you've found the only Windows app in existence that is not satisfied with mere privilege escalation but instead demands you to be running directly as the administrator.
You log out of your regular user account, log in as the administrator, re-download & re-extract the ISO - and then finally the tool is willing to create the bootable USB.
...
On the other hand it is possible to create the Windows 10 bootable USB with just the command line [1] and this can be done without having the ISO on your C:\ drive, without having to extract the ISO files to a temporary location before being copied to the USB, or having to directly log in as administrator. A simple escalated privilege command prompt will do just fine.
Thus I'm left wondering what is going on at Microsoft. Did they assign some random intern to create the Windows 10 installation media tool? It is very incompetently made.
--
[1] https://davidzych.com/install-windows-10-from-a-usb-flash-dr...
Nexxxeh|4 years ago
So long as you enable updates (to enable online functionality), the "SELECT" button has a dropdown to change it to "DOWNLOAD".
Click "DOWNLOAD", it walks you through a script ("Fido") that grabs the latest Windows 10 ISO (and lets you download it directly or using a browser). You can then use that ISO to make your bootable USB.
verst|4 years ago
unknown|4 years ago
[deleted]
sascha_sl|4 years ago
https://github.com/pbatard/rufus/wiki/FAQ#blah-uefi-blah-fat...
You probably left Secure Boot on. That prevents loading the NTFS UEFI driver.
sdlion|4 years ago
Sadly most of my clients won't just accept the option of installing Linux ;)
pxeboot|4 years ago
https://wimlib.net/man1/wimsplit.html
jevinskie|4 years ago
It is still annoying to have to use Windows to run NTLite. ;)
https://evanshortiss.com/create-a-windows-install-usb-via-ma...
vxNsr|4 years ago
VMtest|4 years ago
I tried to dig into my documentation for the link that I saved, it doesn't seem like I saved the google search terms for it, but they can be deduced from the link anyway.
1. https://win10.guru/usb-install-media-with-larger-than-4gb-wi...