On 08/17/2011 10:09 AM, Daniel Mühlbachler wrote:
> Hello,
>
> is it possible to change the server which gets searched after booting
> from e.g. \\ntinstall to \\linux?
> I perform PXE network boot! :-)

Yes: something like this in the pxelinux.cfg/default configuration file:

LABEL unattended.sf.net
MENU LABEL ^Windows XP/2003 installation (via Unattended SF project)
#MENU PASSWD
KERNEL kernels/unattended/bzImage
APPEND initrd=kernels/unattended/initrd z_path=//myserver/winstall 
z_user=samba_user z_pass=the_password

do not forget to share the root of Unattended.
If using samba, smb.conf should contain something like this:

....
[winstall]
   path = /path/to/unattended/install
   ...

Pierre

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to