nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Ubuntu Linux network installation using a boot server

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 ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 07-07-2006, 06:18 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default Ubuntu Linux network installation using a boot server

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
Install DHCP tftpd
Code:
sudo apt-get install tftpd-hpa
Goto /var/lib/tftpboot directory:
Code:
sudo cd /var/lib/tftpboot
Download all files from http://archive.ubuntu.com/ubuntu/dis...images/netboot directory to /var/lib/tftpboot (use wget or other download client)

Here is listing of netboot after download:
Code:
ls -l netboot
Output
Code:
boot.img.gz  mini.iso  netboot.tar.gz  pxelinux.0  pxelinux.cfg  ubuntu-installer
Now extract netboot.tar.gz file
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
Boot Windows XP desktop system from PXE boot. Goto bios > Setup network boot (PXE)

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.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-13-2006, 06:56 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

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
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT +5.5. The time now is 02:05 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36