The requirement for x86_64 eliminates most XP era machines, though I was certainly running XP well into the Vista era on potentially compatible hardware.
How old are you thinking?
The beloved lightweight distro
The requirement for x86_64 eliminates most XP era machines, though I was certainly running XP well into the Vista era on potentially compatible hardware.
How old are you thinking?
It's a hypothetical question on the method of implementation, not the practical side of things.
Wouldn't most of those old computers be 32 bit? I remember trying to throw arch on an old winxp netbook and running into that issue.
It's a hypothetical question about the method of implementation and that method's feasibility. Sorry for the confusion.
Yes, you can install on one machine, move the drive to a different machine, and it should mostly just work (unless they are different architectures and the packages aren't compatible). I've recently moved an old Arch install into a basically new computer and after changing the microcode it just works fine.
I think so, yeah.
Though Alpine would be probably easier to get going given the super tiny size.
It should be possible. I've just recently created a virtual hard disk in virtual box and mapped it to a physical ssd and installed windows on it. just change the settings of the virtual machine to match the target hardware and it should be fine I think.
I have a Thinkpad T400 with Arch on it. It came out in 2008 which I believe is the last year XP got a release. But I’m pretty sure it came with Vista.
It runs like shit with a full desktop environment but with i3, it’s decent. I haven’t used it in a little while because I upgraded to a luxurious T440 recently but I have Intellij and Docker running on it. I can do most of my programming things. It’s definitely good enough for browsing the internet or running Libre Office.
So. To answer you "hypothetical" question if we ignore all the factors making it complicated (like 32bit compatibility, drivers, etc.)
Yes it is "feasible" to Install an OS using a modern System and just pull out the HDD and shove it into an old system. Especially since the way BIOS/MBR (aka "Legacy Boot") is the exact same on all systems you write the "what to start" code in the first few Bytes on the HDD (aka the MBR) and set a bootable flag on the device. Now you can pull it out and plug it into any other machine which will simply "look" for a bootable flag and then run the code in the MBR (usually a bootloader). This bootloader (usually grub for legacy systems) will then execute one of its boot entries and start a kernel. This is probably where a real world example fails because of the problems mentioned by everyone here.
Yes, thank you. I just wanted to make sure that was a thing. Thank you for actually answering my question.
Way overcomplicating it, sure you could do that, or you could just Install arch using cdrom. it's worked on Windows 98 PCs it'll probably work on Windows XP PCs.
though you may need an older ISO to hit the 512mb limit
"I have this really hard problem. If you disregard all of the hard parts, what are the hard parts?"
As I said, I do not have this problem. It's an old theoretical thought experiment.
512 m ram dunno, but I had an old 10 yo+ dual core / 4 gb ram laptop on arch working well, except for gaming. Just replaced it with ghostbsd, also fluid.
Not so mich about the device, more about the method of doing it. It's a hypothetical question pf whether or not this method of installation is possible.