Linux / UNIX Tech Support Forum
This is a discussion on Ubuntu Linux network installation using a boot server within the Getting started tutorials forums, part of the Linux Getting Started category; My school decided to dual boots all Windows XP box with Ubuntu Linux. Sure you can use CD for all ...
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
My school decided to dual boots all Windows XP box with Ubuntu Linux. Sure you can use CD for all installation. Two problems with CD installation
1) Every computer in Lab is not equipped with CD/DVD ROM 2) Time consuming So we decided to setup a boot server and install Ubentu from a boot server Requirments => Ubuntu Linux PXE Boot Server with following softwares => DHCP => Trivial FTP Procedure Install necessary packages Install DHCP server Code:
sudo apt-get install dhcp-server Code:
sudo apt-get install tftpd-hpa Code:
sudo cd /var/lib/tftpboot Here is listing of netboot after download: Code:
ls -l netboot Code:
boot.img.gz mini.iso netboot.tar.gz pxelinux.0 pxelinux.cfg ubuntu-installer Code:
sudo tar -zxvf netboot.tar.gz Configure DHCP server as per your requirements. Restart the services: Code:
sudo /etc/init.d/dhcpd restart sudo /etc/init.d/inetd restart If everything go according to plan, you should see network Ubentu booting screen. Now just follow on screen installation and do the installation over network. |
| Sponsored Links | ||
|
|
|
||||
|
Cool
It is nice to see that more and more schools moving to Linux.
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| install and configure vmware server on Ubuntu Linux server | raj | Linux software | 1 | 07-17-2006 11:21 PM |
| set or how to change dns setting ubuntu linux network | chiku | Linux software | 1 | 07-17-2006 06:30 PM |
| Howto Dual Boot Ubuntu Linux and Windows XP? | jerry | Linux software | 4 | 07-06-2006 12:39 PM |
| Linux Change the network configuration after installation | jerry | Linux software | 2 | 06-14-2006 03:58 PM |
| Installation of RHEL4 WS using a boot floppy | ricc | Linux software | 9 | 04-25-2006 10:08 AM |