-
Posts
9207 -
Joined
-
Last visited
-
Days Won
367
Everything posted by anyweb
-
look at the smsts.log and see what happens when that step runs, does it error out, if so whats the error ?
-
using SCCM 2012 RC in a LAB - Part 8. Deploying Windows 7 X64
anyweb replied to anyweb's topic in Configuration Manager 2012
press f8 before it reboots and see if you have a valid ip address, also read the smsts.log in x:\windows\temp\smstslog it'll reveal the problem -
Can I force clients to download via SMB (2012 w/ Nomad)
anyweb replied to willisj318's topic in Configuration Manager 2012
reply from 1E below... -
Can I force clients to download via SMB (2012 w/ Nomad)
anyweb replied to willisj318's topic in Configuration Manager 2012
i've pinged 1E, they should reply soon -
using SCCM 2012 in a LAB - Part 2. Add SUP and WDS
anyweb replied to anyweb's topic in Configuration Manager 2012
where are you attempting thiat from and is your server really using that fqdn ? -
When does a task sequence exit WinPE?
anyweb replied to clickmaster's topic in Configuration Manager 2012
during setup windows and configmgr Windows is laid down and after installing device drivers it boots into Windows... does that help ? nic drivers inserted into your boot wim are only for WinPE sections of the task sequence, for the rest of the task sequence use the apply driver package step where it injects drivers into Windows -
are you using the correct version of the client, ? which one did you use and what version of configuration manager are you running
-
After upgrading to SCCM 2012 R2, TS not installing software
anyweb replied to cathek88's topic in Configuration Manager 2012
ok what hardware are you testint this on ? looks like you have no network, probably due to lack of a network driver for the computer in question, if you press f8 and test that you can ping the fqdn of the mp during osd what happens have you added any network drivers to your boot image for this hardware ? -
have you checked the C:\MININT\SMSOSD\OSDLOGS\bdd.log yet ? it should contain lines explaining what is wrong have you verified that not only are you updating the MDT deploymemt share but that you are also updating the boot wim stored in WDS, as updating the deployment share does not do this for you and it'll use your old bootstrap.ini until you do open Windows Deployment Services, go to the Boot Images folder, right click and then Replace the current boot image with the one just rebuilt.
-
what does your appenforce.log tell you ?
-
After upgrading to SCCM 2012 R2, TS not installing software
anyweb replied to cathek88's topic in Configuration Manager 2012
fix your multicast issues first as they appear first in the smsts.log, one or more of your packages is enabled for multicast, most likely it's the operating system wim image, did you check that ? -
newbie question about reference image
anyweb replied to nov1ce's topic in Configuration Manager 2012
I wouldn't be too concerned about capturing that driver, you can always uninstall it in the deploy image if you believe it's causing an issue, or use hyperv and not have this problem. -
using SCCM 2012 RC in a LAB - Part 8. Deploying Windows 7 X64
anyweb replied to anyweb's topic in Configuration Manager 2012
yup but it's just to show you one way that you can set variables in your lab, you can set it on the collection the computer the task sequence itself and instead of hard coding it as I've done in that example you can try making it more dynamic for example: %somedomain%\%someuser% as I do in the CM12 UEFI BitLocker FrontEnd HTA -
newbie question about reference image
anyweb replied to nov1ce's topic in Configuration Manager 2012
if you use hyperv then no driver is required, it just works. -
newbie question about reference image
anyweb replied to nov1ce's topic in Configuration Manager 2012
the first thing you should do is create your reference image on virtual hardware, not on real machines, that way you keep the image driver agnostic and can save the snapshot to revert to the state it was prior, secondly, some would argue you should make your reference images in MDT 2013, that's up to you, there are advantages to that method but it does mean having two environments to keep in place, but back to your question, yes what you are seeing is normal, and no, i wouldnt recommend you 'reuse' the machine, infact i wouldn't recommend you build a reference image on real hardware at all, use hyperv (or another virtual software) to create virtual machines and customize your deploy task sequences with apply driver package steps to deploy to different hardware -
After upgrading to SCCM 2012 R2, TS not installing software
anyweb replied to cathek88's topic in Configuration Manager 2012
check the properties of your packages/wim image see if multicast is selected on the distribution settings tab ? -
have you reviewed this post yet ? http://www.windows-noob.com/forums/index.php?/topic/9357-how-can-you-manage-linux-based-clients-in-system-center-2012-r2-configuration-manager/
-
After upgrading to SCCM 2012 R2, TS not installing software
anyweb replied to cathek88's topic in Configuration Manager 2012
Multicast OpenSessionRequest failed (0x80004005) looks like multicast is setup on dp but it's failing, so can you explain who setup multicasting, and are you using it, or not ?