Link to home
Start Free TrialLog in
Avatar of CanHasCheezburger
CanHasCheezburgerFlag for United States of America

asked on

PXE boot not properly mounting to Altiris eXpress share

Hello.
I am using Altiris Deployment Solution 6.8 SP2 for Dell servers. I am trying to set up PXE boot and am having some problems.

With the Deployment Server installed on a Windows 2003 server in workgroup mode, the PXE image loads fine, and the automation agent is able to connect to the eXpress share and create or receive images. However, once the Deployment Server is joined to a domain, it no longer works.  It gives an error at the target server console when loading PXE:

cifs_mount failed w/ return code = -13
mount error 13 - Permission denied

I looked in the event log on the server with the eXpress share, and found:

Event id 529
Failure audit
Unknown username or password.  

I reconfigured the PXE boot image to use a domain user and password that has access to that share and verified I entered the password correctly.  The userid showing up in the event log error is the correct one.

What could I be doing wrong?

Thanks in advance.
Avatar of HokieTim21
HokieTim21
Flag of United States of America image

Interesting problem.  I saw that today with my own eyes.  Someone here has to know the reason!!  

Keep digging Sparky!
I think it will be faster to reinstall DS but... let's start with the basic checking:

1) Check the express share permissions - we have Everyone allowed to read and write.
2) Check express folder (and subfolders) NTFS permissions - same as above goes

3) Check out if PXE is not a culprit: start PXE configuration and find out the location where your boot image is saved (somewhere under \PXE\Images\MenuOption...) look for the file with the size 1.474.560 bytes. Hve it copied to your computer.

Download WinImage (http://www.winimage.com/winimage.htm) it will allow you to make a normal floppy from the file you just get above. Boot a computer with this floppy - you will be able to manually try mapping / username / password.
Avatar of CanHasCheezburger

ASKER

igor-1965...
 Thanks for the response... I tried your first suggestion and no dice.. same problem...
I also cannot find any file that is that size under the PXE folder, however, even if I did, I probably could not use the winimage software as it would need approval to be used in our environment.

If I could figure out how to get the PXE image to boot and stop instead of rebooting I may be able to test some more.
Create a job that consist of a single task. It will be a script  with the single line COMMAND, it must be a DOS task. Boot up a computer you would like to run test to PXE, press F8 to launch PXE boot menu, drop the job on a computer, then on computer select DOS Managed (or whatever you have called it) option from PXE menu.

The job should be launching DOS command interpreter and then will just accept whatever you entered. For example:
a:
cd \net
net use f: \\<yourserver_name>\express
igor.  We're using the Linux boot images to mount.... Is there a way to get the linux one to not reboot?
Are you using Linux on your computers or it is just for PXE boot image?
I never tried to use Linux for this purpose so can't give you any advise.

For me , it is much easier to use DOS as I still remember how to configure autoexec.bat and config.sys by bare hands :)))
ASKER CERTIFIED SOLUTION
Avatar of HokieTim21
HokieTim21
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!