User Tools

Site Tools


ubuntu_netboot

This is an old revision of the document!


우분투 서버를 사용해 넷부트로 우분투 설치 방법

sudo apt-get install tftpd-hpa tftp-hpa xinetd
 
wget http://archive.ubuntu.com/ubuntu/dists/jaunty/main/installer-i386/current/images/netboot/netboot.tar.gz
sudo tar -xvzf netboot.tar.gz -C /var/lib/tftpboot/
sudo chown -R nobody:nogroup /var/lib/tftpboot
 
sudo vi /etc/dnsmasq.conf
  dhcp-range=192.168.0.2,192.168.0.30,12h
  dhcp-boot=pxelinux.0,192.168.0.1
  dhcp-option=3,192.168.0.1
  dhcp-option=6,192.168.0.1
  #dhcp-boot=pxelinux.0,suapa-srv,192.168.0.1
sudo /etc/init.d/dnsmasq restart

make PXE bootable floopy

*gPXE

references

ubuntu_netboot.1244785245.txt.gz · Last modified: 2013/08/03 05:04 (external edit)