PXE Boot setup
-
Im trying to set up PXE boot for mastering and imaging but having issues. The one special circumstance is that I have two network cards. This is to isolate the imaging traffic. I thought I got that working after creating a com server and modifying the web.config.
Now, when I try to set up PXE, I get this error
Updated Settings Successfully, But Could Not Copy PXE Binaries On One Or More Com Servers. Check The Logs For More Info.
And I see this in the logs.
2023-09-14 00:31:16,993 [18] ERROR Toems_Service.UncServices Could Not Connect To Storage Location: \\10.0.0.20\toems_images 2023-09-14 00:31:17,012 [18] ERROR Toems_Service.UncServices Error Code: 1326 2023-09-14 04:30:12,237 [29] ERROR Toems_Service.UncServices Could Not Connect To Storage Location: \\10.0.0.20\toems_images 2023-09-14 04:30:12,254 [29] ERROR Toems_Service.UncServices Error Code: 1326 2023-09-14 07:49:46,547 [20] ERROR Toems_Service.Workflows.CopyPxeBinaries Access to the path 'C:\Program Files\Theopenem\tftpboot\boot\BCD' is denied.
My desire is to use SMB for speed and I don't need the features from http. I can browse to the locations from the local machine without issue.
This certainly looks like a permissions issue but I am not sure where to fix that. Any help is appreciated!
-
I got it to work and for the device to boot, but I had to give "everyone" full control to the tftpboot folder. What is the proper permissions?
-
IIS_IUSRS needs modify
-
@theopenem_admin Perfect. TY.