TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Install Windows the Arch Linux Way

329 pointsby judiisisover 1 year ago

22 comments

joemelonyeahover 1 year ago
Microsoft actually has a guide for manual partitioning, which this guide does not follow. [1] The Microsoft guide cleans the whole disk and ensures the 100MB EFI partition is before the 16MB MSR partition.<p>[1] <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows-hardware&#x2F;manufacture&#x2F;desktop&#x2F;configure-uefigpt-based-hard-drive-partitions?view=windows-11" rel="nofollow noreferrer">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows-hardware&#x2F;manufactu...</a>
greatcircleover 1 year ago
I installed Windows 10 the other week - it kinda blew my mind how poor the install experience was.<p>The iso contained files greater than 4GB, which breaks fat32, which I&#x27;m sure many people are still using on flash drives. So I had to use an MS cmd-line tool to split the wim files manually and edit the install files. Why doesn&#x27;t the installer just use smaller archive files?
评论 #37593954 未加载
评论 #37597773 未加载
评论 #37594068 未加载
评论 #37594382 未加载
评论 #37594784 未加载
评论 #37593930 未加载
评论 #37594643 未加载
评论 #37593953 未加载
评论 #37594080 未加载
评论 #37595159 未加载
评论 #37594092 未加载
评论 #37598276 未加载
评论 #37596631 未加载
评论 #37595307 未加载
评论 #37595320 未加载
评论 #37597015 未加载
评论 #37594129 未加载
评论 #37594084 未加载
mjevansover 1 year ago
The very best was for last... After all the files are in place but before the reboot (or even during setup if using offline media) remain offline until you&#x27;ve signed in.<p>In fact, don&#x27;t even set a _password_ initially. Change that AFTER the first boot so the installer doesn&#x27;t interrogate for recovery information &#x2F; etc.<p>&quot;&quot;&quot; Bypass OOBE<p>The Out of Box Experience is changing all the time. The requirement to be online or only use a Microsoft account. Bypass it with this command and using Shift+F10 to bring up the command prompt. NOTE: DISCONNECT FROM INTERNET before booting!<p>oobe\BypassNRO<p>System will restart after executing the command. Select Continue with limited Setup and name the device and create a local account. &quot;&quot;&quot;
Zetobalover 1 year ago
I don&#x27;t even want to install Arch the Arch way.
评论 #37594702 未加载
评论 #37594869 未加载
评论 #37594437 未加载
tommicaover 1 year ago
Huh, for some reason I expected it to be more complex, but this looks quite smooth
SanjayMehtaover 1 year ago
I’ve learnt the hard way that it’s best to let Windows do whatever it wants on the entire drive or virtual machine. Anything out of the ordinary gets broken in the next update.<p>Hardware is much cheaper than time.
评论 #37594304 未加载
pyrophaneover 1 year ago
It is nice to know that there is still a simple-ish way to bypass linking your account to a Microsoft Account at install time.<p>A couple of days ago I was reinstalling Windows on a machine that was new enough that the wireless drivers weren&#x27;t available on install, and was surprised that the installer just would not let me proceed with the install like used to.<p>Of course, even if you manage to install Windows with a local-only account, that doesn&#x27;t mean that it is going to be easy to keep it that way. At least you&#x27;ll get to have your choice of username, though!
评论 #37598389 未加载
pyr0huover 1 year ago
Thanks for the article, just what I needed. I ran into a dreaded &quot;Setup was unable to create a system partition&quot; and couldn&#x27;t find any solution, but with these steps, it worked!
deafpolygonover 1 year ago
I find it funny that the title is &quot;the Arch Linux Way&quot;. I remember a time, as young man (in my 20s) when you couldn&#x27;t reasonably expect a GUI installer for Linux. When Anaconda came out, that blew everybody&#x27;s mind (at the time). It really depended on which distro-sphere you frequented as I know there were newer graphical installers that came before Anaconda, but were not as widely distributed.
BxGyw2over 1 year ago
Just the other night I was looking at the way a Windows 10 install wrote the EFI partition to some random disk it was not installed on at all, and wishing for this, the GUI installer just does ridiculous shit and is really not up to par with even some no name Linux distro&#x27;s Calamares. I have no idea why people buy this shit, it&#x27;s Microsoft&#x27;s luck that it comes preinstalled and most users never touch it
评论 #37594932 未加载
评论 #37597399 未加载
评论 #37594621 未加载
yonatan8070over 1 year ago
If you install Windows a lot, get yourself an answer file for unattended installs (you can generate one oneline). It turns all the clicking and typing into booting the ISO (potentially through Ventoy, which would allow you to pick between answer files), and waiting for the desktop to show up
jakogutover 1 year ago
This reminds me of a tool I built a number of years ago to do unattended installs of Windows over PXE, for an IT services company I worked for at the time. It completed much faster than using DVDs or thumb drives, and could serve many machines at once.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jakogut&#x2F;kiwi">https:&#x2F;&#x2F;github.com&#x2F;jakogut&#x2F;kiwi</a>
runjakeover 1 year ago
This method is obviously exploratory and tongue-in-cheek but Titus has a great, more serious Windows 11 installation and configuration post and YouTube video here:<p><a href="https:&#x2F;&#x2F;christitus.com&#x2F;windows-11-perfect-install&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;christitus.com&#x2F;windows-11-perfect-install&#x2F;</a>
jcrbenover 1 year ago
It mentions hitting Shift+F10. Wish it mentioned how to that non-interactively.
评论 #37593936 未加载
评论 #37593940 未加载
timetraveller26over 1 year ago
Look what they need to mimic a fraction of our power
nullindividualover 1 year ago
Tip: diskpart.exe only needs the first three letters of a command:<p>&gt; ass letter=c<p>Certain subcommands also support three letters, such as create partition primary:<p>&gt; cre par pri
z3t4over 1 year ago
I installed Windows recently and it didn&#x27;t want to create a partition. Tried all kind of black magic (you can do a lot of stuff using the tools on the install media). Finally I copied the windows usb onto the hdd and booted from it, that did the trick.
评论 #37596034 未加载
consoomerover 1 year ago
The thing is, no one says, &quot;I use Windows, btw.&quot;
SuperNinKenDoover 1 year ago
Cool. Some useful take home tricks from reading this too.
lakomenover 1 year ago
Why would I want that when I have a GUI?
itomatoover 1 year ago
Isn’t this technically more like the VMS or CP&#x2F;M way?
CodeCompostover 1 year ago
It&#x27;s basically headless Windows, isn&#x27;t it?
评论 #37593661 未加载