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

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
Thank you kindly, I'm going to make custom install image. – inohiro Aug 29 '11 at 5:22
feedback

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.

link|improve this answer
Thank you kindly. Kickstart seems nice. – inohiro Aug 29 '11 at 5:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.