Answers below

> Hello everyone,
> 
> I had unattended up and running, with my install-share on a windows nt
> machine. I had a wins entry to make the server reachable with the name
> ntinstall.
> 
> Due to diskspace limitations I had to move the installation folder to
> another server (windows 2k)
> The first part of the installation works fine, but when trying to map to
> \\ntinstall\install after the initial file-copy and reboot, I get the
> following error:
> 
> You were not connected because a duplicate name exists on the network.
> I tried both a wins entry and a dns entry, to make the server reachable
> with the name install, but got the same error.
> 
> Has anyone got an idea on how to solve this issue?
> I found some articles on the net saying that you cannot use 'net use' to
> map to an alias name ?
> 
> Is there a way to change the default ntinstall name to my real servername
> on the linux installation disk, without having to set up a linux box?

Yes.  Append these options (as one line) to your tftpboot files under 
pxelinux.cfg:
z_user=your_username z_pass=your_password z_path=//your_sername/your_sharename

i.e.:

label linux-auto
        kernel bzImage
        append initrd=initrd.auto z_user=your_username z_pass=your_password 
z_path=//your_sername/your_sharename

(mind the line wrap)

Brad

> I know it can be changed manualy in the beginning, but this isn't
> convenient when having to install many computers..
> 
> Thanks in advance.
> 
> Regards,
> 
> Johan Stevens
> 
> 
> 
> 
> ********************************************************************
> De informatie verzonden via deze e-mail is enkel bestemd
> voor de geadresseerde. Ieder gebruik van deze
> informatie door een ander persoon dan de geadresseerde
> is verboden. Openbaarmaking, vermenigvuldiging,
> verspreiding en/of verstrekking van deze informatie aan
> derden is verboden. F. van Lanschot Bankiers Belgiƫ
> N.V. garandeert noch de juiste en volledige overbrenging
> van de verzonden e-mail, noch de tijdige ontvangst ervan.
> 
> The information contained in this e-mail is intended solely
> for the addressee. Any use of this information by another
> person is forbidden. Disclosing, copying, distributing or
> providing this information to third parties is forbidden.
> F. van Lanschot Bankiers Belgiƫ N.V. does not guarantee
> either the correct and complete transmission of an e-mail
> sent, nor the timely receipt thereof.
> ********************************************************************



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to