Debian – Remote Installation and Cleaning HD

debianlinux

Hey everybody. I was wondering if anybody knows of a good tutorial on how to install debian on a remote server (no OS currently installed). I have physical access to the server BUT I don't have a keyboard and I would prefer not to buy one if I could installed from my laptop.

Any ideas will be appreciate it.

Thanks

Best Answer

I can think of a couple basic approaches.

  • Find or build a livecd that boots up and starts an SSH server. Then connect to the SSH server and use debootstrap to install the system.
  • If the server has a working serial port, and your computer has a serial port, then get a null-modem cable and remaster a install cd to redirect the console over to the serial port.
  • If you really know the hardware well and understand what is going on, you could completely automate the installation of the system. It is possible on Debian systems to provide a preseed file and automate the entire install.
Related Topic