PXE boot tree with Ubuntu
Ok. So I have been seting up PXE boot at work. I want to deploy this on my network. I want one of the OSes to be ubuntu. Does anyone know where I can find a install tree or how to do it. I have a cd but cant find the images/pxeboot direcotries. I just did this so far.
mkdir /export/ubuntu
cp -av /media/cdrom/* /export/ubuntu
then i do
pxeos -a -i ubuntu -p NFS -D 0 -s <my ip> -k ubuntu
i get the error
You must enter directory of the Operating System Software
This directory must include the images/pxeboot directories
Where can i find a tree i can copy or how do i create the tree properly off the cd
it is the latest ubuntu right off the site
|