Live data from Hacker News

Install Windows the Arch Linux Way

christitus.com

61–70 of 139 posts

Re: Install Windows the Arch Linux Way

#62

Earlier quoted context omitted.

Basically nothing compares to the portability of FAT based.

Which doesn't matter for windows installation media

It does. It has to boot in the first place. Only after windows kernel is running, it can read filesystems it supports.

Re: Install Windows the Arch Linux Way

#63

I installed Windows 10 the other week - it kinda blew my mind how poor the install experience was. The iso contained files greater than 4GB, which breaks fat32, which I'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't the installer just use smaller archive files?

The installer is built for the Media Creation Tool, which handles this.

Other option: https://learn.microsoft.com/en-us/windows-hardware/manufactu...

Other other option: https://rufus.ie/en/

Re: Install Windows the Arch Linux Way

#64
post #49

Earlier quoted context omitted.

I imagine that very few people who use Windows have USBs on fat32. In fact, Windows format by defaults on NTFS with the option format on exFAT. There is no option fo format on FAT32, you need to use a specific tool. More so, most people just burn the iso to the usb, deleting everyhing on it.

Windows ISO files are iso9660, so you cannot "burn them" into the usb; only to optical drive. For USB, Microsoft provides media creation tool, which will format the usb to FAT32, and then copy the files there. As said elsewhere in this thread, it will use esd instead of wim container, which has better compression, so it will fit. The install USB can be neither NTFS nor exFAT, because neither of these filesystems are…

The Rufus author has capital O Opinions on this: https://github.com/pbatard/rufus/wiki/FAQ#user-content-Blah_...

Re: Install Windows the Arch Linux Way

#65
post #29

I don't even want to install Arch the Arch way.

It sounds like you're the kind of person who wants a computer that "just works" with user-friendly point/click software out of the box. You're absolutely not the target audience of Arch Linux, nor this "Arch-like" Windows install guide. Personally, I learned more about modern Linux userspace by following the Arch install process (and subsequently maintaining an Arch install for daily-driver use) than I ever did from…

I guess I'm not the target audience either because all I did was use the archinstall script that comes with the ISO and had an arch installation on btrfs with KDE up and running in about 5 minutes tops.

Re: Install Windows the Arch Linux Way

#66

Earlier quoted context omitted.

Windows ISO files are iso9660, so you cannot "burn them" into the usb; only to optical drive. For USB, Microsoft provides media creation tool, which will format the usb to FAT32, and then copy the files there. As said elsewhere in this thread, it will use esd instead of wim container, which has better compression, so it will fit. The install USB can be neither NTFS nor exFAT, because neither of these filesystems are…

The Rufus author has capital O Opinions on this: https://github.com/pbatard/rufus/wiki/FAQ#user-content-Blah_...

He is wrong; UEFI does specify FAT (section 13.3). It does not prevent supporting other filesystems, as well as other partition schemes or volume formats (nothing prevents UEFI from supporting LVM, for example), but only FAT and GPT are mandatory (i.e. "must"). Thus only FAT and GPT are implemented in 100% of shipped computers.

Yes, you can get Intel NUC and yes, it does support NTFS in UEFI. It is also compliant with UEFI (i.e. "can"). But is is completely useless, if you are shipping media, that should be bootable by 100% of UEFI-using machines. It is usefull, only when you are targeting such machines specifically.

Re: Install Windows the Arch Linux Way

#67
I find it funny that the title is "the Arch Linux Way". I remember a time, as young man (in my 20s) when you couldn't reasonably expect a GUI installer for Linux. When Anaconda came out, that blew everybody'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.

Re: Install Windows the Arch Linux Way

#68

I installed Windows 10 the other week - it kinda blew my mind how poor the install experience was. The iso contained files greater than 4GB, which breaks fat32, which I'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't the installer just use smaller archive files?

> fat32, which I'm sure many people are still using on flash drives

Why on earth would you do that? People have been using exFAT for many years now.

Re: Install Windows the Arch Linux Way

#69

I installed Windows 10 the other week - it kinda blew my mind how poor the install experience was. The iso contained files greater than 4GB, which breaks fat32, which I'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't the installer just use smaller archive files?

The Win10/11 setup uses 640x480 resolution or such nonsense on my system with 4k monitor, RX6*** card, so I have a teeny-tiny view of the interactive elements. Gave me a good laugh each time.

Re: Install Windows the Arch Linux Way

#70

I installed Windows 10 the other week - it kinda blew my mind how poor the install experience was. The iso contained files greater than 4GB, which breaks fat32, which I'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't the installer just use smaller archive files?

I tried installing it too, but oddly enough, it lacked drivers. Linux on the same machine runs flawlessly. I needed it for testing a new piece of software i am working on. I managed to install it after downloading a bunch of extras. Once installed it started downloading updates..and it went on and on and on. It’s such a low quality os it’s hilarious.

> oddly enough, [Windows] lacked drivers.

This is the situation with the upcoming 13-inch AMD Framework, by the way: apparently the official Windows 11 installation image doesn’t include drivers for the AMD/Mediatek RZ616 Wi-Fi card (2021), so they’re going to have to tell people to use Rufus to inject one. Fedora reportedly works out of the box.

Post reply on HN