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.
Technically there would be network booting. I think it was intended to work over the local network but I don’t see why TFTP wouldn’t work over the Internet (when skimming the Wikipedia article). But be warned, TFTP (and thus netboot) has no security features, so you could receive a manipulated PXE (pre boot execution environment).
schnurrito@discuss.tchncs.de 23 hours ago
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.
andrewta@lemmy.world 21 hours ago
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
zorro@lemmy.world 20 hours ago
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.
s38b35M5@lemmy.world 19 hours ago
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.