Discussion:
[Unattended] Change \\NTINSTALL\INSTALL
Daniel Mühlbachler
2011-08-17 08:09:30 UTC
Permalink
Hello,

is it possible to change the server which gets searched after booting
from e.g. \\ntinstall to \\linux?
I perform PXE network boot! :-)

Thx, regards,
Daniel Mühlbachler
FwdTmp
2011-08-17 10:44:28 UTC
Permalink
Hello Daniel,

you can use the z_path directive to change the source.
--
Best regards,
FwdTmp mailto:***@freemail.hu
Daniel Mühlbachler
2011-08-17 11:14:15 UTC
Permalink
Daniel Mühlbachler
2011-08-19 15:49:19 UTC
Permalink
As I didn't know where I must set this directive, I found another solution.
Just decompress the initrd, add in the etc folder a hosts file which
resolves the hostname ntinstall to the ip address, then compress the
initrd again.
Post by FwdTmp
Hello Daniel,
you can use the z_path directive to change the source.
unknown
1970-01-01 00:00:00 UTC
Permalink
--00248c0ee950c5e54a04aab19817
Content-Type: text/plain; charset=ISO-8859-1

OK, where should I set this z_path to have it available after booting via
pxe when it tries to mount \\ntinstall\install?
thx.
Post by FwdTmp
Hello Daniel,
you can use the z_path directive to change the source.
--
Best regards,
------------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/unattended-info
--00248c0ee950c5e54a04aab19817
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

OK, where should I set this z_path to have it available after booting via pxe when it tries to mount \\ntinstall\install?<br>thx.<br><br><br><div class="gmail_quote">2011/8/17 FwdTmp <span dir="ltr">&lt;<a href="mailto:***@freemail.hu">***@freemail.hu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello Daniel,<br>
<br>
you can use the z_path directive to change the source.<br>
<br>
<br>
--<br>
Best regards,<br>
 FwdTmp                            mailto:<a href="mailto:***@freemail.hu">***@freemail.hu</a><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,<br>
user administration capabilities and model configuration. Take<br>
the hassle out of deploying and managing Subversion and the<br>
tools developers use with it. <a href="http://p.sf.net/sfu/wandisco-d2d-2" target="_blank">http://p.sf.net/sfu/wandisco-d2d-2</a><br>
_______________________________________________<br>
unattended-info mailing list<br>
<a href="mailto:unattended-***@lists.sourceforge.net">unattended-***@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/unattended-info" target="_blank">https://lists.sourceforge.net/lists/listinfo/unattended-info</a><br>
</blockquote></div><br>

--00248c0ee950c5e54a04aab19817--
Pierre Bourgin
2011-08-23 04:39:23 UTC
Permalink
Post by Daniel Mühlbachler
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

Loading...