this post was submitted on 16 Dec 2024
31 points (87.8% liked)

Linux

49069 readers
369 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I need to use a Windows VM to do a few things - I'm on Fedora and my Xbox controller has been glitching out a lot and I need to try updating the firmware. Also, I got a new RGB keyboard and I'm not able to use the proprietary software using Wine and OpenRGB does not support my keyboard (Cosmic Byte GK34 Firefly).

But when I try to install a Win 10 ISO it won't let me past the Microsoft account page and the oobe command that's suggested everywhere on reddit is not working. It says no such command found.

Windows 11 ISOs also aren't working because even if I put 6GB memory and 80GB Storage for the VM (Microsoft lists 4GB and 64GB as requirement) it still says system does not meet requirement. I'm using the Boxes app for the VM creation.

you are viewing a single comment's thread
view the rest of the comments
[–] imogen_underscore@hexbear.net -1 points 1 month ago* (last edited 1 month ago) (1 children)

i got around this by opening cmd (Shift + F10) during the setup and disabling the network adapter.

wmic nic get name, index

wmic path win32_networkadapter where index = 2 call disable

index will be 1 or 2 probably depending on your setup it was 2 for me. this worked for me recently on boxes on fedora with a win10 iso.

[–] ShortN0te@lemmy.ml 0 points 1 month ago

This does work anymore for some ISOs. Depending on the version and Region i actually could not continue without connecting it to the internet. The oobe\bypassnro does work more reliably.