Advertisement
Guest User

Untitled

a guest
Feb 4th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Download and put the netboot directory content at the root of the tftpd's served /var/lib/tftpboot/ directory:
  2.  
  3. cd /var/lib/tftpboot/
  4. lftp -c "open http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-i386/current/images/netboot/; mirror"
  5.  
  6. # then untar the pxeboot.tar.gz (this step is NOT needed anymore, as of Feisty)
  7. tar xfz pxeboot.tar.gz
  8.  
  9. Alternatively, if Ubuntu is in your cdrom drive:
  10.  
  11. mount /media/cdrom
  12. cp -a /media/cdrom/install/netboot/* /var/lib/tftpboot/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement