how to install operating system[os]-in all systems at a time
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
how to install operating system[os]-in all systems at a time
hi all
-i want install os[any linux operating system] simultanously at all systems at a time
-all desktop computers[10] are connected via LAN connection
-i heard that its possible by network boot option in bios but i tried i didn't give success
i am well thankful everyone to give solutions[any links/source] for this[even step by step procedure are also k]
Last edited by connect2janu; 02-03-2012 at 03:23 AM.
i want install os[any linux operating system] simultanously at all systems at a time
I may be wrong, but from my knowledge I'd say that isn't possible. Well, of course you can start the setup on all machines in parallel, but they would still work themselves through the setup independently. That's not what you want, I assume.
Quote:
Originally Posted by connect2janu
-all desktop computers[10] are connected via LAN connection
-i heard that its possible by network boot option in bios but i tried i didn't give success
Guess you misunderstood that.
What you can do is set all your machines to boot from network, and have all the necessary files on a PXE boot server. Then all client machines load their OS directly from the server when they boot, and none of them would need an actual OS installation of its own (they don't even need their own hard disks).
I don't know, however, how to do it exactly; I just know the technique as such. And I wouldn't like to have it that way, because it contradicts my principle: Every PC must be able to run self-contained; network may enhance operation, but it must not be vitally necessary.
I may be wrong, but from my knowledge I'd say that isn't possible. Well, of course you can start the setup on all machines in parallel, but they would still work themselves through the setup independently. That's not what you want, I assume.
Looks to me that you're reading too much into not-that-great English. May be wrong...
It is possible to install any linux to any computer on a lan. The issue is that you can't do it remotely. Not all versions of linux can easily be made to pxe or gpxe boot. One could get a small distro booted that is capable and then install some vnc to it and then remote into to do any image you want.
Well, with Debian/Ubuntu and derivatives this is possible. First you need to boot PC and start installer from network, for that you need PXE server, TFTP server and WWW or NFS server (it can be embedded router if you have full control over it), then setting in clients BIOS to boot from LAN. Next you need to prepare installer files to do automatic installation: you can choose configuration, packages to install and partition hard drive, and by scripts just do anything you want. Look at documentation for information about installation from network and how to do automatic installation. If you do not want to do automatic install, you can also make installation remotly using ssh from one of PC connected to LAN, but every client installation must have own ssh session.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.