I’ve never “debloated” Windows so idk about the top half.
The bottom half is accurate. Debian, Fedora, and Mint are easier to install than Windows 10 or 11. Not that Windows is difficult, it’s just a bit clunky and idiosyncratic.
I assume Microsoft doesn’t care much about the installer since it’s generally only used by OEMs, whereas for Linux distros it’s a first impression so it has to be polished.
No excuse though. Try the “install as oem” of Linux Mint. You get an install with temporary oem account, you can update the system, install additional programs, then click “Prepare for shipping to end user” and on next boot you’re greeted with a setup screen.
That sounds pretty nice. More installers should have something like that
It’s very user friendly. I switched last year and haven’t looked back. I game on it constantly.
I had to install Windows 11 on something a few weeks ago so I decided to do it without an account, it was nowhere near as difficult to do it as this sub would lead you to believe. Pressed a key combination to load up the command prompt then typed in a relatively short command. The GUI restarted and that was it.
Yeh, it’s there.
But Linux installers would straight up ask you. So you don’t even need to hit the CLI
Well, if you want accuracy, then no the meme isn’t really that accurate.
On an updated Win11 system the Shift+ F10 command prompt “OOBE\BYPASSNRO” trick still works to setup a new system without Internet (and by extension, without a MS account) so that’s like most of the battle right there
The rest is taken care of with your choice of debloat scripts that are out there
compared to clicking “next” on Fedora, Debian, or Mint
I’d say using a simple straightforward GUI is much easier than an arcane combination of commands and keypresses
Wait, did we just reach a point where a command line input is needed for Windows and Linux just needs to press a few buttons??
I can’t find it now, but there was a meme about that here. How 20 years ago vs present the two are flipped.
Only if you don’t count installing drivers
Well, I didn’t say it should be ranked towards the bottom lol, if we want to make this graph accurate it would be below arch but above “Windows the normal way”
I think i misunderstood you my bad
I used AtlasOS on my windows partition. Had to cause for some reason steam streaming was borked and would only black screen. And now I’m too lazy to swap back over to cachyos. Lmao. Waiting to see that bug is fixed.
Almost everyone using Linux installed it. Almost no one using Windows installed it.
The latter usually have someone to install it for them.
Almost no one using Windows installed it.
I think Windows installs are really common, at least going off of the size of online gaming communities who generally build their own PCs.
This sub is delusional
Why?
Installing any operating system is often a hassle. This comes in part from my own experience trying to understand the unguided partition recommendations of a Bazzite (basically Fedora on low level) install. I got through it, but it was certainly no easier than Windows.
Do you mean using your existing Windows install, or installing it from scratch?
I’m not sure what you mean by an existing Windows install. If you mean going through launch screens on a new device that’s configured the OEM setup, then no, I have experience (granted, now in the past) with doing Windows installs from blank drives.
That answers my question, I meant the latter.
This isn’t true. Try Linux Mint or Ubuntu, their installers are much better. Those installers used by Fedora, RedHat, and even SUSE can be a bit weird.
They specifically say unbloated Windows as well which while it’s not as difficult as they make out is still somewhat annoying.
I’ve recently had a Windows installer fail to see my NVMe drives until I changed some random UEFI setting because it was missing a driver. Linux could see it just fine, as could Hirens boot.
Not to make a “Gotcha”, but Linux Mint was the other distro I tried, as I’ve complained about before. The first release I tried, which was less than a year old (on a 2+ year old computer) didn’t even run the wifi, audio, or bluetooth drivers correctly.
And, I had that same type of UEFI setting on Linux; Mint wanted to install on a GPT drive record, when my old drives (on Windows) used an MBT. It’s a conversion process both OSes will help with, but Mint gave some errors with it, and it was honestly easier to use Windows’ tools to get it done. Not even sure why Mint was insistent on it. Oh, and a mostly distro-agnostic annoyance: While attempting that conversion and making extra space for the GPT format, I ended up wiping more of the drives than needed during conversion because the partition manager used on several distributions uses bad messaging, and incorrectly refers to an individual partition under /dev/nvmesda0# as a “device”.
UEFI won’t boot from MBR drives unless it’s in BIOS compatibility mode. What format the drive is in isn’t determined by a firmware setting, though it can affect the boot process. I don’t think you actually understand what you are talking about here. The easiest way to install OSes both Windows and Linux is by wiping the drive, which would have solved this issue. Dual boot on single drive configurations normally have issues and will always be more complicated. It’s better to use two drives where possible in most cases. I suggest you read up on BIOS vs UEFI and how partition tables work if you want to do a complex setup like that.
Mint is known for having older kernels and therefore not supporting the latest hardware. They have a different edition for newer computers called Linux Mint Edge edition. Something Arch derived like CachyOS or another distro using recent kernels will always have the best support for bleeding edge hardware. The CachyOS installer is also pretty friendly, though maybe not as much as Mint.
Note that my post said “old drives” - plural. Mint was being installed on a secondary, formatted drive, and refused because that drive was not GPT-formatted (that record exists outside of the filesystem formatting). At the time, the BIOS was not set to force UEFI, so this was Mint’s decision, not the BIOS’s, and I don’t understand it. I left Windows alone on a different drive.
Believe me, I did plenty of reading up on BIOS UEFI settings just to resolve the issue. I still don’t claim to be a master, but I at least know enough to express how annoying the reconfiguration can be - independent of which OS you’re choosing.
Actually no. It’s not Mint’s decision whether to start the install USB with UEFI or BIOS. It actually depends on what the firmware chose to start and how the install medium is formatted. Some install media is only setup for BIOS booting, some for only UEFI, and some can do both. If the firmware detects the medium as supporting both then it should choose UEFI first but this depends on what settings you have in the firmware, and if you choose an option at a boot menu as boot menus allow you to override the default. When it comes to actually installing the OS most sane installation software will look at how it booted and install that way. So if it detects it was starting with UEFI it will configure the install to be UEFI, same if it was started with BIOS it will install as BIOS. How does it know? UEFI variables are one way. They can normally only be accessed if the system was started with UEFI.
If you truly wipe a drive you wipe the partition table as well. You say the table is outside the file system formatting, and this is sort of true, but they are both just data on the disk. Disk don’t care where the partition table ends and the file system begins. In fact you don’t even need a partition table at all. Unlike some other systems Linux will let you put a file system straight on the disk, the whole disk, with no partition table in sight. It’s not recommended mind you, because it will freak Windows out if it sees it. Windows will see it as a blank disk and not so helpfully offer to format the thing. When I say format a disk, I mean the whole thing, partition table and all. It’s also not possible to make a partition tableless disk bootable in UEFI. In BIOS it’s possible though as BIOS doesn’t read partition tables. It just needs a boot sector and that’s it.
Also if you’re trying to change a disk from MBR to GPT, and you don’t care about data, you shouldn’t be converting it. You should be formatting/wiping the whole thing and making a new partition table. Which is normally what it offers to do if you tell it to erase everything and install it.
Edit: Getting down voted for actually knowing how computers work and bothering to explain it. Shock horror.
Ubuntu install takes 20 mins, including download and burning the USB. Make it 30, maybe?
My only windows 11 install took 7 hours, multiple days, BIOS visits, searching for documentation and hair pulling, all with the same machine.
Yeah, there is a difference
I believe your anecdote, but my Linux Mint install also took multiple days, BIOS visits, and lots of documentation searching. It’s a factor of how much the OS makers anticipated the specific hardware configuration and how out of date the partitions are configured.
My main point is that both can be frustrating, and there’s nothing consistent.
Pretty sure mine took 20 minutes to burn to USB. Maybe I need better jump drives.
Oh so you’re bad at using computers. Got it. I can have windows 11 without telemetry in 10 minutes and with a local user profile instead of a Microsoft account. This argument about what you were able to do and how long it took you doesn’t make you look cool or smart. It makes you look like you have no idea what you’re doing.
He may have been trying to install it on a potato or on something atypical. I struggled to get a clean Windows 10 install on a system with an old ASUS motherboard using its RAID controller and AHCI. Support didn’t seem to understand the problem, but they were a good sounding board while I figured it out over 3 evenings. By contrast, Windows 11 took all of 10 minutes to install with Rufus on a modern system. Sometimes you just end up with a system configuration that isn’t quite supported out of the box by a given OS, and it takes some third party drivers and some intermediary configurations to get things to load before you can get things working properly.
This actually happened to me before recently and all it took is one firmware setting. So frustrating.
Yeah I was writing software since before you were born.
I’ve written multiple times in excruciating detail what horrors it was to install windows 11, and how fucking easy it was with Linux. Not going to repeat that, check my post history. But to be clear, I know what I’m doing and any normal person ehmoyldnt even have been able to do this windows install.
It doesn’t make me look bad it makes Microsoft look like shit because that’s what it is
Cool story bro. You must be so good at computer yet you can’t install windows. Also very cool that you think you know how old I am or what my experience is. I can do either blindfolded and have been doing so for decades. It’s really not that impressive. This is low level IT shit. Let’s all stand and applaud this guy who can’t install windows. Lol
And how many hours more to get all the drivers working properly?
If it takes multiple hours to install Windows for you, better to stick to OSes you do know.
9 out of 10 times?
Nothing, it all works out the box
Just to add another anecdatum, I had the exact same experience installing Windows 11 this year. I have never had this much trouble installing an OS in the 20 years I’ve been screwing with computers.
Damn, which part did you get stuck?
The clicking “next” part?
The unplugging of internet to get a local account?
Or the running of a debloating script?
Wow, you’re a jerk.
Yep and somehow people who don’t know better are up voting him. Not surprising for this platform.
Yeah it’s not always that simple. You haven’t been around long enough to see the stuff that can go wrong with installing Windows. For example I recently had Windows refuse to see both SSDs in a machine. All because of something called Intel VMD. Took me a handful of attempts before I found the problem.
When Windows installs work they are fairly simple if long, but when they don’t work oh boy.
The unplugging of internet to get a local account?
Also they disabled that for Windows Home.
Some Lemmy users are actually just wankers. I would like it if you all stopped. It’s especially great when I have people like you who probably aren’t even experienced in tech.
They disabled the local account for offline devices on all versions including IOT. The solution is to hit shift + f10 for CMD and then running OOBE\BYPASSNRO which enables that feature. But 90% of people setting up windows for the first time just create an account or use one they already have. Not that it’s better to do it that way. Just that it isn’t that difficult.
This community (we’re not that other site) has just delved into “windows bad” to the point of nauseating.
Probably going to filter this now especially after that idiotic chart that showed windows 8 being better than 10 with Linux having absolutely no problems whatsoever
debian should be a bit higher on that list, but it’s still easier than installing windows.
Why? I use Mac mostly, but recently built a PC. I installed two Linux distros on it without even worrying about what drivers I needed, and I even have an NVidia GPU.
I also created a Windows partition and neither WiFi nor Bluetooth worked out of the box. Linux was objectively easier.
Man, I spent like six hours getting my network drivers sorted out on my last debian install, and I could never get them working on mint. Clearly, my experience shows that linux must be fucking impossible to install. /s
Yes, mint is a huge leap forward. No longer will my mother be calling me up at four in the morning in tears, asking why tar -xv isn’t working to extract her crochet pattern archive. Nor will I have to have friends drive over to my house with a USB drive so I can give them a properly formatted bootable, or have to help my nephew build out a custom ubuntu server image for the r810 he wants to runs his minecraft server on. Now, we have one powerful solution! Anyone can run it, it’s got a nice UI! There’s uniform tools to manage deployment and user accounts across your entire IT infrastructure! Plug it in and it just… Works…
Wait.
Wait shit that’s just windows.I use linux every day, and mint really truly is a very good choice of OS for the average consumer. But the reasons it is a good choice for the average consumer (ease of maintenance, ease of install, compatibility, community) are all the same reasons windows is a good choice for the average consumer (ignoring privacy and FOSS philosophy, because holy shit does the average consumer not give a shit). Windows can be a pain in the ass, yes. “DLL hell” is a term for a reason. But linux can be equally awful to deal with when it breaks, especially for an inexperienced or non-tech-savvy user.
This sub can get really up it’s own ass about how easy linux is to work with. And, from our perspective, sitting here with our Tux tramp stamps, having used linux for twenty years, it is that easy. But we forget that nothing about computing is intuitive to the average person. This kind of Linux Supremacy bullshit just further entrenches the idea that linux users are all sweaty basement nerds and turns the people that could actually benefit from ditching M$ Home for Mint away from all of us sweaty, arrogant losers.
Mac users:
Where does a Hackintosh fall in?
At the top because you risk going to jail for violating the Apple terms of service/end user license agreement.
You do not risk going to jail, come on lol. People are so dramatic about doing the most minor unenforced crimes I swear
lol. They only ever pursed anyone for selling Mac clones or hardware for doing it. And the hardware was just a preconfigured usb drive with a motherboard connector on it. I think there were actual Apple devs moonlighting as hackintosh contributors.
The hardest one at all. You have to afford a new computer every 2 years.
I don’t think you know what a Hackintosh is.
This is also 99% of Windows users
Biased as fuck lol. Installing windows is not difficult. I did it first time at the age of 8 witn WIndows 98 and their newer installers are made so the general public can do it. And the bloat and spyware? Thats windows dude. Its not meant to be your OS, its meant to spy on your ass at the benefit of being familiar and (relative) easy to use. Anything you do to it post clean install is your own tinkering. Linux distros are great yall, but install difficulty is not a metric I would use to attack windows. Comparing between distros makes sense.
This doesn’t say it’s difficult, just says there are others which are less difficult. Even if you accept everything at default, windows installs take much longer.
I’m not sure why you even think this is an attack on windows really. You keep saying windows is for those who want easy to use, so why not include the whole process?
Longer != difficult. Windows installs are easy as fuck and id say its as simple as linux mint.
The debloating is a choice and id say thats the same amount of work as installing stuff in linux because what it comes with is very limited.
Im a linux mint user btwIt’s easier than even mint. Because I’ve installed windows dozens of times and it has always worked out of the box. Always.
Friend gave me their old laptop that was sluggish and asked me to reinstall windows. I proposed Linux and promised them it’d work even better, they reluctantly agreed. I install mint. Sound not coming through headphones. I update everything that’s there to update, tried a bunch of shit and waste like an hour before I finally find a thread that suggested manually updating to a newer kernel version. That fixes it.
Now I know something extra for next time but if it were someone less stubborn, they’d have given up and went back to windows. Most people don’t know and don’t care about debloating, trackers and whatnot.
Tldr; Windows is the easiest OS to install because it works right out of the box. Many Linux distros are even easier to install, but don’t always work out of the box.
Exactly. Linux mint was fine on my laptop, but only later i had to upgrade kernel for the amd drivers, but overall its the closest to a spotless experience ive had. But what you said is 1000% correct!
I believe you, but my experience is the opposite. Generally wifi doesnt work ootb on Windows for systems i’ve set up, and newer games are crashy until you install the latest chipset drivers. The drivers Windows installs seem to be many versions back and have been unstable IME
on Ubuntu or Fedora i’ve not had a single issue in over a decade. Not one time has a component not worked for me on the first boot. It’s been truly flawless. Games work at full performance right away.
My only possible explanation is that we must be working with pretty different hardware
Linux has made leaps and bounds with usability and ease of installation but it’s no better than any other modern OS - which is a good thing. Installing Windows from a USB stick is not difficult - the simple path is literally, pick a language, select your wifi, choose who is logging in, click install and go grab a coffee. About the only difficulty if you can call it one is that some installs will ask for a serial number because it’s a commercial product.
Also, the number of questions & buttons during installation is one thing but the certainty of a functioning system is another. Linux is better at supporting old hardware, Windows is better at supporting new hardware. Choose accordingly if that matters.
Linux installs like Ubuntu take about 20 minutes.
The last time I installed windows 11 (thank God only once) it took me a total of 7 hours divided over 3 days. It was hell, requiring multiple iso downloads, multiple tries to burn a USB with a variety of tools, loads of searching and reading documentation, multiple BIOS settings and a BIOS update, multiple install attempts, searching, downloading and installing drivers, then finally on the winning install it still took like an hour with god knows how many “fuck off and do your job” clicks.
Mind you, this was on the same machine where right before I installed Linux on a separate M2 device
Windows installations are a horror show.
I kind of miss the Win98 install process. I did it so many times… Tried making a Win98 virtual machine, but it just wasn’t the same without all the real floppies. The boot disk, the drivers. The JazzJ Jackrabbit shareware. Good times.
As someone who has tried to install Windows from Linux, and Linux from Windows… The meme is accurate. Even getting the official Windows ISO on a USB from Linux or MacOS is a multi-hour journey. Want to only install Windows on part of your hard drive? There goes another 15 minutes. Maybe 30 minutes because it wiped your GRUB partition. Honestly, try to do anything but the default options in the Windows install and you’ll lose 2 hours.
Installing Linux? I’ve installed Arch Linux in under 10 minutes. Manjaro is literally flash ISO to USB using any program (Windows, Linux or Mac) and watch an installer spin for 20 minutes. Windows? You’ll be spending 20 minutes on your first “update”.
What an absurdly sycophantic graph.
I can agree that installing Arch is easier than installing a debloated Windows. But Gentoo? I spent 2 weeks trying to install it, but couldn’t get past partitioning the drive.
…paritioning the drives is exactly the same for Arch as it is Gentoo lol if you did it for Arch, why can’t you do it for Gentoo?
I meant, I partitioned the drives, but could not complete the steps after that. I couldn’t use that tar file to compile the kernel.
Well, configuring the kernel is where things get tricky and is the major difference between the Gentoo and Arch installation, so that makes sense.
To be annoyingly pendantic, you did get past partitioning the drivea, then!
I think “couldn’t get past partitioning the drive” means they managed to partition the drive but couldn’t get beyond it ie couldn’t do any more after that.
I’m genuinely curious as an Arch user. Does gentoo not come with fdisk?
As a Gentoo user who has used Arch in the past, I have no clue what problems this commenter could have run into because paritioning the drives is exactly the same for both distributions… if they were able to figure it out for Arch, then they can do it for Gentoo
Or you know, gparted, arch bootable, Windows Drive Management, Ubuntu…
I mean out of all the things I’d THINK you’d have trouble in, partitioning and formatting is…. not one of them.
Yes it does. And while time-consuming it’s actually not too bad if you just follow the guide and don’t just skim through it.
There are certain parts of the guide where i really wish it went into more detail.
Last time i installed Gentoo i had the Arch wiki open alongside the guide to help translate
Yeah to be fair it does make some assumptions about you knowing how to do something or know what you want.
The arch wiki is a good substitute, but the gentoo wiki when it was still around and at its peak was amazing.
But I agree… Gentoo is not quite keeping up with a lot of details. Like experimenting with refind, dracut, efistubs, I felt I was in the dark a lot of the time. I ended up making very few mistakes, because the distro is very good at working for special cases even if all the details are not explained. Still my favourite distro.
Oh, it does: https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks
Look at that manual, isn’t it nice?
Ma-ma-manual?
I thought there were only automatics nowadays!
No wonder Linux is so hard
man fdisk
I mean, that you couldn’t get past drive partitioning doesn’t make it difficult to install for everyone.
But it does make it more difficult relative to the others, which is all that any unitless chart is ever saying.
Lol what? As the other comment says, partitioning disks for Gentoo is exactly the same thing as partitioning disks for Arch. If the problem is a PEBKAC thing you can’t just blame the distro.
The alleged “difficulty” of installing Gentoo is just about reading docs and waiting for it to compile stuff, it’s no rocket science as you people are trying to FUD.
Reread what I said.
A>B is a relative statement that gives no information on the absolute values of either. If I say that Miami’s elevation is greater than New Orleans’, that doesn’t mean that I’m saying Miami’s equal to the top of Mount Everest.
I don’t even know what this graph is even supposed to mean. Bitch about Windows all you like but the installation process is typically very simple.
There is no X axis so I’m going to assume it means potatoes per guinea pig
I guess it means that no one here knows what Windows Debloated is and didn’t read far down enough to see regular windows marked as very easy to install.
Boot off usb, create partitions, wait, spend five screens clicking ‘no’ on all of the options, unplug ethernet so it allows you to make a local account, wait, login, spend 15 minutes uninstalling all of the preinstalled nonsense, disable all of the advertising on the task bar and desktop, pretend the rest of the telemetry doesn’t exist, download and install the latest drivers from each manufacturers website. Very simple.
Man. Last time I just wanted to check if my new laptop was working properly, so I booted up it’s preinstalled Windows. I literally had to look up how to get Windows to get me into Explorer without creating an account or connecting it to my network.
It took me about 25 minutes and Windows was already installed on the damn thing.
It took 15 minutes from booting a prepared Fedora stick to logging in.
I honestly believe that, by now, Linux is no more difficult than Windows. People are just not used to the differences.
You got a point up until you login.
Afterwards, just run a powershell script that automatically uninstalls the bloat and disables all the stuff you don’t want. Takes 30 seconds at most.
Drivers are automatically installed via Windows update for everything except Nvidia.
It has gotten more difficult. I remember windows 7 being just clicking Next until it was done. Win10 requires a signup, clicking no on several telemetry pages with dark patterns, a whole bunch of BS “features”.
Installing gentoo
I love Debian, but it’s installer is shit.
It’s one of the only installers that seems to take the longest compatatively and (afaik) doesn’t really let you leave it unaftended. Most other distros let you just set everything first then go, but Debian does that and then asks you what DE and other questions mid install…
I’ve probably used it more than a hundred times now, but I still get confused about the current step sometimes.
It really is, I can use it, but it’s clunky compared to even Arch’s TUI. Gentoo is harder, but Gentoo isn’t trying to do what Debian is.
Another bad one is Fedora’s. I’m used to it, of course, but the placement of the buttons to exit screens is all over the fuck, and you better know what you’re doing in order to even set the hostname and make a user during install.
Um… My grandma installed Windows 11 on her computer and then ran a simple script I gave her after. You guys are delusional.
Was it a script to install your own crypto miner?
Installing windows takes stupidly long. You have to click through 60 pages and click “No, i don’t want to share my data” just for them to collect it anyway
Who installs an unmodified installer package? That’s just silly. Setup your installer using Rufus or something similar and this is not an issue.
I’m pretty sure it’s less than 10, and I just recently set up a Windows machine.
Installing a debloated Windows takes 15 minutes if you know what you are doing.
The only thing you need to wait on is installing updates.
Really? Never installed win11 but I remember win10 installs being similarly straightforward to e.g. a calamares install or something like that.
brother, 99% of users will never even consider installing their own os. the issue isn’t that Linux is hard to install, the issue is that pretty much anyone brave enough to even mess with their operating system is either already on Linux, a boomer, or trapped by professional software that isn’t available on Linux (that’s me, a videographer)
the only way Linux is breaking out of extreme obscurity is if it starts coming pre-installed on commercially available and desirable hardware. the steam deck did more for Linux in a single product launch than the entire decade of combined efforts before that. before the deck i would have said it was simply never going to happen, but who knows. maybe it’ll be up to eccentric billionaires that never went public with their companies to push the Linux future we all want.
The Steak Deck motivated me to finally make the jump to Linux. Until people can buy a Linux PC at the local electronics store, Linux will always be in a niche. And that’s not happening any time soon because of anti-competitive practices by Microsoft.
This is true, but the people who think of Windows as easier to use are not people who install operating systems themselves.
I install OSes myself and windows is easy.
Windows 11 takes foreeeeeever to install on cutting edge hardware. Arch OTA is literally 4 clicks and fast as fuck.
Build your installer with Rufus and bypass most of the Oobe. Then it’s literally a few clicks. You can be at the windows 11 desktop in 10 minutes from USB boot if you know what you’re doing. And if you argue that having to know what you’re doing makes it harder… Linux…
Length doesn’t equate to difficulty to me.
Oh no no, it takes forever because it’s cumbersome, not only because it’s slow (which it also is). Having to opt out of 420 different options for telemetry is crazy.
I followed a guide to remove all that shit from the installer and still had to say no to most of it, and it showed up anyway.
easier to use
I don’t get at what you’re trying to say.
You think “windows is easy”, but do you think it is “easier to use” than Linux?
Generally, yeah. That’s why I said what I said to you. Not sure where the confusion is.
I’ve installed over +400 Window machines.
Windows is definitely easier to use in my opinion. Without having to buy the correct hardware, fiddle with the drivers, find the correct updates, run things through command because there is no UI, and deal with a toxic community.
So your statement is factually incorrect.
Installing regular Windows 10/11 is definitely more than twice as painful than installing Debian 12.
Once, I was trying to install Windows 10 and wasted an entire day! The installation would systematically fail at the beginning of the installation with a BS error message that doesn’t give any hint about what’s going wrong. In the end it just didn’t like USB3 as an installation media! I reflashed it to a USB2 and it worked, but OMG was it super slow ! It took literally hours to install !!!
Debian, even as a noobie, you’ll go from flashing your ISO to a booted system within an hour. If you’ve done it once before, you will get it done in 20 minutes.
What the hell. I’ve never seen such an issue. Microsoft is so considerate; they provide us with cool little surprises like that from time to time. ♥️
I’ve seen it a lot (I do PC builds/repairs as a side gig). I just assume it will cause me grief from the start and keep both USB2 and USB3 sticks handy.
To be fair I’ve had the issue with Unraid too, but only on one brand’s B450 motherboards in my testing. I didn’t have a whole bunch to try of course but MSI and Asus was fine, Gigabyte not. X570 didn’t have this problem in my experience.
It works over USB 3.0, it sounds like you just have a broken or corrupt drive.
It normal does work with USB3, yes. And no, this pendrive works perfectly fine and I’ve used it to install many other OSes since.
Edit: and I might add that I finally found the solution online so I was definitely not the only one confronted to this problem