this post was submitted on 24 May 2024
387 points (82.7% liked)

Linux

45573 readers
668 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
 
  • NTSync coming in Kernel 6.11 for better Wine/Proton game performance and porting.
  • Wine-Wayland last 4/5 parts left to be merged before end of 2024
  • Wayland HDR/Game color protocol will be finished before end of 2024
  • Nvidia 555/560 will be out for a perfect no stutter Nvidia performance
  • KDE/Gnome reaching stability and usability with NO FKN ADS
  • VR being usable
  • More Wine development and more Games being ported
  • Better LibreOffice/Word compatibility
  • Windows 10 coming to EOL
  • Improved Linux simplicity and support
  • Web-native apps (Including Msft Office and Adobe)
  • .Net cross platform (in VSCode or Jetbrains Rider)

What else am I missing?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 month ago (2 children)

Something I've never checked for but...are there any linux installers that run from within windows? Shrink the windows partition, create a linux partition, populate it, install grub, and tell the user to reboot and choose linux? I think general lack of good ext4 fs support in windows might make things difficult, but you don't actually need to do that part from within windows. There could be a second installer that's triggered the first time they boot from grub.

I feel like a well supported installer like that would dramatically lower the barrier to entry. It could make dual booting windows a breeze for anyone who knows how to run an installer and reboot, which is what people actually want.

[–] [email protected] 4 points 1 month ago

This sounds awesome idea. Not sure if there is a technical reason why this could not be done. On the other hand, Windows already has WSL (Windows Subsystem for Linux, is it still called like that?). All antivirus programs would probably go nuts. Windows itself is a restricted system and some things need to be done before booting into Windows. I assume if it was possible, then this would have been done before. At least I never heard about this. The best way is to have a preinstalled Linux on hardware.

[–] [email protected] 1 points 1 month ago (1 children)

Q4OS has an installer like that, but you have to change the boot order after installation, I don't think it uses grub.

[–] [email protected] 1 points 1 month ago

Nice, indeed it looks like it does! Wonder if that installer could be packaged and licensed in a way that more distros could use it.