I am working on windows 10 currently. I was wondering if MX Linux could be installed directly from online. Thanks for taking the time to reply.

top 50 comments

sorted by: hot top controversial new old
[–] 37 points 2 months ago (1 child)

The question is confusing, what exactly do you mean by "directly from online"? Just click a button in a web browser and it will install the entire distro? If so, pretty sure the answer is no; if you imagine something else, please clarify.

  • source
  • hideshow 2 child comments
  • [–] 9 points 2 months ago (2 children)

    That’s how I interpreted the statement.

    Open web browser

    Click install

    Files down load and install. Computer reboots with Linux os installed on hard drive

  • source
  • parent
  • hideshow 4 child comments
  • [–] 9 points 2 months ago (1 child)

    I feel like you should be able to do this tbh.

    I can basically do this from Linux. I could build a disk image and extract it right onto my disk and reboot and be in that new system. It would take some work to get right, but it's basically how the rpi images work.

    I think your biggest issue is making sure enough utilities were loaded in ram that you could finish the extraction before the system crashes cause you've deleted some important utilities.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 months ago (4 children)

    The answer is no, because you'd need windows to allow your Linux installer to take over top runtime privilege and modify live partitions while mounted and in use. While i guess it's technically possible, it's so much of a hassle i wouldn't even want to start considering it.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 2 points 2 months ago (1 child)

    I think you are right. A little bit of research seems to show that windows doesnt allow such things.

    On Linux you could make a ramdisk with like BusyBox and your new image (or new image on some other drive) pivot_root then overwrite the entire boot disk to some other disk image.

    It would be a bit hairy, but could be done

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 months ago (1 child)

    Theoretically it could be done. Microsoft SCCM has allowed in-place full reimaging for a long time. It downloads a WinPE boot image (which loads everything into a RAM disk), reboots into that, and launches all of the rest from there. Even wiping and repartitioning the drive.

    I don't see why that WinPE image couldn't be replaced by a small Linux image, or that you could install Linux from WinPE. I've just never seen it.

    That said, no browser should ever have that level of permissions, ever, under any circumstances. The security problems would be staggering.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 months ago

    Well this way you're writing a boot image to the bootloader right? I mean you're replacing the usb stick with extra steps but it's not like you're running from the installed windows. You are rebooting into something else.

  • source
  • parent
  • [–] 2 points 2 months ago (1 child)

    Sort of like GrapheneOS does, right? I don't actually have GOS, but I thought the installer worked like that. Otherwise, there's always the WSL that I think is how I installed Ubuntu (just as a test!!! I haven't used Ubuntu since 2009) inside Windows 10 a few years back.

  • source
  • parent
  • hideshow 2 child comments
  • [+] 19 points 2 months ago* (last edited 2 weeks ago) (2 children)
  • [–] 6 points 2 months ago*

    TFTP is fine for LAN, but very inefficient for sending bulk data over the Internet.

    To keep things as simple as possible, TFTP sends one packet at a time, waiting for a response before sending the next packet. If your ping is 50 ms, the that's 20 whole packets per second. (That's assuming zero packet loss, otherwise it will be even slower.)

    For historical reasons, the packet size is locked to 512 useful bytes. That puts the transfer speed at 10 kB/s (80 kbps), which is faster than dialup but not by much.

  • source
  • parent
  • [–] 15 points 2 months ago (1 child)

    Others are answering what you technically asked, but I think that's not what you're looking for. What you need is a 'live USB version', you run it from a usb stick and can try it without installing anything in your main drive.

    Here is the link to the page with the links in mxlinux.com.

    Now you have to make another decision, which desktop you want to use. Mx Linux's got three, xfce (known for being less demanding on resources), kde (bit windows-like, not that resource hungry either. It's worth a try), and Fluxbox (I don't know anything about this one). You might as well download and try the three of them. Just flashing them to the usb to try another.

    Now the process. First you need one or more iso files (downloaded from trustable sources like the one from mxlinux.org itself, you also can check the checsum, but maybe too nerd just yet), a USB stick (probably 16gb or even 8 could be enough, but I'm not sure exactly. Pick a fast one if you can, it'll feel quite snappier. THE DATA IN THE DRIVE WILL BE LOST), and Rufus (this is a program to flash the iso into the usb stick).

    Now read the pages I linked, and maybe follow the links there for explanations, I cannot tell you how to use rufus since it's been ages since I've touched it, but it's not so hard. May get a couple tries to flash the iso into a bootable usb (meaning the computer can boot or start running the os in that drive) but you've got this! Run rufus and flash one of the isos into the usb stick.

    Now try to boot it. Look up how to get into your 'boot menu' (preferable if available, and it works. But it might not..) or 'bios setup' on the internet. It depends on the brand and model. You'll have to turn it off, and push some key just immediately after turning it on again, with your flashed usb stick plugged. If we're lucky you must see some text menu that lets you chose it to boot, and you'll be running Linux in a few seconds, hopefully.

    Now when you're ready to install one of them into your computer's drive you have two options, dual booting keeping windows and putting also Linux for which you'll need a free partition or ssd for it, or if you are convinced of getting rid of windows for good just chose the easy formatting options while installing and that'll be it (THE DATA IN THE DRIVE WILL BE LOST).

    If something doesn't go as planned or you have any doubts don't hesitate to make follow up questions, it's normal if you have to repeat some steps or search the internet to troubleshoot something, but Linux has become super easy to install and use (it really is much worse with windows or Mac..) so good luck and welcome to Linux!

  • source
  • hideshow 2 child comments
  • [–] 10 points 2 months ago* (1 child)

    What's your use case? If you want to replace Windows on your device then the answer is not really, however, if you just want a Linux shell then you can pretty much one click install a Linux distro inside of Windows with WSL2

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 2 months ago (1 child)

    Currently my windows 10 is running on 4gb ram. At least MX Linux would be better in this case ??

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 months ago* (1 child)

    Almost every linux distro is better on RAM than Windows. That said, application memory management has gotten pretty sloppy over the past decade or so. I boot into MX linux (KDE) on my 16GB RAM laptop, and I am using about 2GB after boot. Once I load my password manager and open my browser (Librewolf with 18 tabs) I am sitting at 5.4GB used.

    But! Even when this laptop had only 4GB RAM, it always ran MX fast and never complained about low memory.

    Edit: Try the xfce version of MX linux. I think it's the lightest on resources, or it used to be.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 2 months ago

    You can download a Linux distribution from the Internet, but you must use a tool like Balena-Etcher or Ventoy to "mount" that distribution (typically in the form of a .iso file) to an external media, like a USB flash drive. Then, you'd boot your system into that USB to install the Linux distribution to your machine.

  • source
  • [–] 7 points 2 months ago (1 child)

    I don't think there is, the closest would be a net install release but MX doesn't appear to offer that.

  • source
  • hideshow 2 child comments
  • [–] 6 points 2 months ago (1 child)

    I think - and believe me, it wouldn’t be the first time I encounter this - that OP assumes Linux is like an app in Windows or Mac. Ao, grossly oversimplifying, Windows, MacOS and Linux are today’s most popular operating systems. An Operating System or OS is software that sits all alone directly on top of the hardware; therefore, a computer has only 1 OS. These are not interchangeable either, ie you cannot run Linux as an app in Windows or vice versa. Now, what you can do is download an image of any OS online. An image is in the end just a storage device copied into a zip file with a bit of extra data, that you can “unpack” back onto a storage device that can be used to boot your computer, just like windows.

  • source
  • hideshow 2 child comments
  • [–] [S] 3 points 2 months ago (2 children)

    Which would be the most convenient way to install MX Linux ?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 months ago (1 child)

    Make a bootable USB with your distro of choice. To do that download the .iso file and use a tool like balena etcher to write that iso to a flash drive (4 GB is usually enough for this). Be aware doing this wipes everything off the flash drive so back up anything important. Reboot the computer and mash esc, f1, f2, f11, f12 (those are the most common ones I've noticed). You should either pop up into the bios or into a boot selection process. If you're in the bios just tell it to go to a boot menu, if you're in the boot menu pick your flash drive and run through the steps there.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 months ago*

    I would start trying it out. Download the image, get an empty usb stick of serious size (32GB or more, up from 8 should be no problem though if you can find it) and use eg Rufus Disk Imagerto install it on the usb stick. When done, restart the computer i to the bios or boot menu (look at the message when starting, f1 f2 del or enter should drop you into bios, f12 on some computers drops you straight into a boot menu).
    Feom bios go to boot menu, from boot menu to usb stick and select the option “boot from usb stick”.
    Note the login and password should be in the documentation close to the image.

  • source
  • parent
  • [–] 5 points 2 months ago (11 children)

    I think this really highlights a gap in Linux adoption. This makes me wonder how many people would install Linux if they could just click one button in their web browser to guide them through the process of replacing Windows.

  • source
  • hideshow 12 child comments
  • [–] 5 points 2 months ago (2 children)

    Ubuntu used to offer a tool that was only a bit more involves than that

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 2 months ago (1 child)

    the wubi installer. i remember that. installed ubuntu inside a container file and added boot entry so could choose at boot time. yea, that was never really supported when it was offered but it mostly worked.

    endless os does have that option yet today. and it does work--with some caveats: it's slow af with a hdd. well, immutable distros in general are, but this install method just makes it worse. and your windows c: cannot be encrypted (e.g. bitlocker). also be aware that the next version (endless 7) that's in development will change pretty much everything 'under the hood' that makes endless what it is, as they're moving from their customized gnome and in-house immutable debian base to an immutable based on gnome os itself.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 months ago (1 child)
  • [–] 1 point 2 months ago (1 child)
  • [–] 5 points 2 months ago (2 children)

    I'm going to guess that users lost their files and complained, so Canonical stopped trying to make it easy enough for those users to try.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 2 months ago

    probably lack of volunteers to make it uefi compatible, and not worth putting paid talent on an optional feature used by a really, really small number of people. bitlocker-as-default would have broke it for good anyway.

  • source
  • parent
  • load more comments (1 reply)
  • load more comments (10 replies)
    [–] 4 points 2 months ago (1 child)
  • [–] 2 points 2 months ago

    if i remember correctly, if you use balena etcher, you can flash an usb stick without first downloading the ISO, using the url

  • source
  • [–] 1 point 2 months ago

    Adding to the already excellent answers: there is such a thing as WebFAI: https://www.tuxedocomputers.com/en/TUXEDO-WebFAI.tuxedo . In short, it is a web-based tool to pick and install your distro of choice.

    I do not think that it will be helpful for OP, as MX is apparently not being offered. You may need a Tuxedo laptop for it as well. Hopefully other readersl will have a TIL moment though.

  • source
  • load more comments
    view more: next ›