Can I install Linux onto a server SSD using another computer?

0
5
Asked By MellowCedar42 On

I'm repurposing an older PC as a home server and need to install Linux on its SSD. Can I connect that SSD to my current computer with a SATA cable, boot an installer there, and install Linux directly onto the drive before moving it back to the old PC? I'd prefer not to buy a USB flash drive for a one-time use if there's a reliable alternative.

4 Answers

Answered By AmberField6 On

If the SSD doesn’t boot after being moved, check the firmware boot settings and confirm that the system is using the same BIOS or UEFI mode used during installation. With UEFI, the boot entry may not be registered on the old computer. You may need to select the EFI boot file manually or reinstall the bootloader onto the SSD’s EFI system partition.

Answered By BrightPanda7 On

Yes, this can work. Connect the target SSD to your working computer, boot the Linux installer from some installation media, and select the SSD as the install destination. This is especially useful when the server has no graphics output or you can’t easily connect a monitor. Just be extremely careful to choose the correct drive, since the installer can erase it completely.

Answered By QuietOrbit31 On

The installed system may not be perfectly portable between machines. Make sure both computers use the same boot mode, preferably UEFI, and be aware that network configuration can change when the drive is moved. Server-focused systems that configure networking during installation may retain the old computer’s interface name or settings, so you might need to fix the network configuration on the target machine.

Answered By CopperLynx88 On

You still need something containing the installer itself. That could be a USB drive, another disk, a DVD, or even a virtual machine with the installer image passed through to the physical SSD. A small USB drive is usually the simplest and cheapest option, and you can keep it inside the server case afterward so it doesn’t get misplaced.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.