dhcpdとtftpdが必要。

tftpdはFreeBSDでは標準配布物に入ってる。

isc-dhcpdでは、subnet宣言内に次のように設定

submnet <ip> netmask <netmask> {
  <rangeとか>

  # for pxe
  filename "/pxelinux.0";
  next-server <tftpdのip>;
}


必要そうなのはここからダウンロードした。
http://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-i386/current/images/netboot/

ftpでwgetするより良い方法が思いつかない,,,
wegt -r -np ftp://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-i386/current/images/netboot/


For Me

Recent