How to install linux to some physical computers efficiently

2

I want to build a distributed computational environments. I'm going to use Ubuntu Server as OS.

How to install Ubuntu Server to some(15) physical computers efficiently.

The most better technique is following where I found.

How to create a network bootable installer http://www.fefe.de/netboot/how-to-netboot-installer.html

inohiro

Posted 2011-08-28T07:52:48.670

Reputation: 123

Answers

1

You can use preseeding to generate an install image that installs exactly what you need. In particular, d-i preseed/late_command allows you to execute arbitrary commands. Here's a guide I've written on askubuntu.

phihag

Posted 2011-08-28T07:52:48.670

Reputation: 2 557

Thank you kindly, I'm going to make custom install image. – inohiro – 2011-08-29T05:22:26.447

0

I think that https://help.ubuntu.com/11.04/installation-guide/i386/automatic-install.html is a guide for installation on multiple computers. Also, I think that Ubuntu Server cloud installation: http://www.ubuntu.com/business/cloud/overview is worth a try if your purpose is to make distributed environment.

user81420

Posted 2011-08-28T07:52:48.670

Reputation: 245