Using Net Use Command in WinPE Cannot Reach Network Share Using WinPE
#1
Posted 13 March 2012 - 06:01 AM
#2
Posted 13 March 2012 - 06:47 AM
Cheers and Regards
#3
Posted 13 March 2012 - 07:00 AM
#4
Posted 20 March 2012 - 06:46 AM
#5
Posted 20 March 2012 - 08:17 AM
#6
Posted 20 March 2012 - 09:15 AM
then by using the folowing command
netsh interface ipv4 add address "Wired Ethernet Connection" 192.168.x.x 255.255.255.0
?where "Wired Ethernet Connection" is the name of your adaptor
you may or may not have to put the work "static" between the adaptor name and the network address depending on what PE you are using.
#7
Posted 21 March 2012 - 04:53 AM
Dism /image:c:\winpe_x86\mount\ /Add-Driver /Driver:c:\driver\8200Lan\e1c62x64.inf
then
Dism /image:c:\winpe_x86\mount\ /Add-Driver /Driver:c:\driver /recurse
From this point I then commit to the changes, export the WIM to remove space held by files no longer in use, Copy the updated WIM to ISO folder and create the ISO image.
I put the Disc that I burn the ISO image to into the 8200 and it boots up like it should but I'm still not getting and IP after doing IP config and when I try to do the net use command by the PC name or IP I still get an error saying it cannot be reached. system Error 1231 has occurred. Any help is appreciated, thanks!
#8
Posted 21 March 2012 - 08:29 AM
Cheers and Regards
#9
Posted 21 March 2012 - 09:10 AM
#10
Posted 21 March 2012 - 09:41 AM
crowe80, on 21 March 2012 - 04:53 AM, said:
then
Dism /image:c:\winpe_x86\mount\ /Add-Driver /Driver:c:\driver /recurse
This is redundant. DISM isn't smart enough to overwrite an existing driver I don't think, so if you did both of these commands, you'll have e1c62x64.inf as two different oem*.inf. I don't think it would cause a problem but it is an unneeded step.
#11
Posted 22 March 2012 - 02:50 AM
if you installed the WMIC package into your winpe you can get the VEN and DEV from the "WMIC NIC" command within PE.
also veryify your winpe startup actually enables networking: manual command: "wpeutil initializenetwork"
#12
Posted 22 March 2012 - 04:16 AM
Dism /image:c:\winpe_x86\mount\ /Add-Driver /Driver:c:\driver\8200Lan\e1c62x64.inf
I only had the .inf file in that folder nothing else.But on the Windows7 PC I had this saved in the same spot and it kept saying it could not find the folder so I copied over the whole folder that had the .sys files and everything in it for this LAN driver and just ran this command instead:
Dism /image:c:\winpe_x86\mount\ /Add-Driver /Driver:c:\driver /recurse
It found the files and loaded them and then it worked. But even running this last command with just the .inf file in the 8200Lan folder it would not find it. So I had to have the whole package of files for that driver in the folder for Windows 7 to say it was successful. But other than that I got an image copied to my network share. Thanks!!!!
#13
Posted 22 March 2012 - 08:14 AM
#14
Posted 22 March 2012 - 08:54 AM
Put WinPE disc in to boot to it
in the CMD window I run DISKPART
LIST DISK (dIsk 0 is all that comes up which is fine, I want to partition just a single drive)
SELECT DISK 0
CLEAN
CREATE PART PRI
SELECT PART 1
ACTIVE
ASSIGN LETTER=C:
FORMAT FS=NTFS LABEL="CDRIVE" QUICK
EXIT
Then I run: NET USE M: \\myserver name\my shared folder
Then I type: IMAGEX /APPLY M:\C_image.wim "Drive C" C:
Then: BCDBOOT C:\WINDOWS
Then I reboot
#15
Posted 23 March 2012 - 08:15 AM



Help
Back to top









