How to remotely install Linux via SSH?

Posted by netvope on Server Fault See other posts from Server Fault or by netvope
Published on 2010-12-02T00:32:07Z Indexed on 2012/07/07 9:18 UTC
Read the original article Hit count: 252

Filed under:
|
|
|
|

I need to remotely install Ubuntu Server 10.04 (x86) on a server currently running RHEL 3.4 (x86). I'll have to be very careful because no one can press the restart button for me if anything goes wrong.

Have you ever remotely installed Linux? Which way would you recommend? Any advice for things to watch out?


Update:

Thanks for your help. I managed to "change the tires while driving"!

The main components of my method are drawn from HOWTO - Install Debian Onto a Remote Linux System, grub legacy: Booting once-only, grub single boot and kernel panic reboot , and Ubuntu Community Documentation: InstallationFromKnoppix

Here is the outline of what I did:

  1. Run debootstrap on an existing Ubuntu server
  2. Transfer the files to the swap partition of the RHEL 3.4 server
  3. Boot into tha swap partition (the debootstrap system)
  4. Transfer the files to the original root partition
  5. Boot into the new Ubuntu system and finish up the installation with tasksel, apt-get, etc

I tested the method in a VM and then applied to the server. I was lucky enough that everything went smoothly :)

© Server Fault or respective owner

Related posts about linux

Related posts about ubuntu