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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
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 |
![]() |
| Bookmarks |
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-18-2006 12:21 AM |
| set or how to change dns setting ubuntu linux network | chiku | Linux software | 1 | 07-17-2006 07:30 PM |
| Howto Dual Boot Ubuntu Linux and Windows XP? | jerry | Linux software | 4 | 07-06-2006 01:39 PM |
| Linux Change the network configuration after installation | jerry | Linux software | 2 | 06-14-2006 04:58 PM |
| Installation of RHEL4 WS using a boot floppy | ricc | Linux software | 9 | 04-25-2006 11:08 AM |