New-CMVhd error Not Found - SCCM 2012 R2 CU3

When trying to execute New-CMVhd via powershell in SCCM 2012 R2 CU3 I get a "Not Found" error.
This happens in our production and pre-production environments.
Using the Console wizard works fine.
Command is:
New-CMVhd -Path "\\machine\D$\Windows2012R2Server_SCCM.vhd" -Name "Windows2012R2Server_SCCM" -Version "1.0" -VHDSize 100 -TaskSequencePackageId "XXX00123" -DistributionPointServerNames "server.contso.com" -Description "Built with Deploy Server To VHD Task Sequence." -Verbose
Output:
VERBOSE: Performing the operation "New" on target "Vhd: New".
VERBOSE: Executing WQL query: Select * From SMS_TaskSequencePackageReference_All where PackageID='XXX00123'
VERBOSE: Query options: None
VERBOSE: Executing WQL query: Select * From SMS_DistributionPointInfo where Name='server.contoso.com'
VERBOSE: Query options: None
VERBOSE: Query 'Select * From SMS_DistributionPointInfo where Name='server.contoso.com'' processed 1
results.
VERBOSE: Executing WQL query: SELECT Distinct tspr.RefPackageID FROM SMS_TaskSequencePackageReference_All AS tspr WHERE
 tspr.PackageID='XXX00123' and tspr.RefPackageID Not In (SELECT PackageID FROM SMS_Package AS p WHERE
p.PkgSourceFlag=1)
VERBOSE: Query options: None
New-CMVhd : Not found
At line:1 char:1
+ New-CMVhd -Path \\machine\D$\Windows2012R2Server_SCCM.vhd -Name "Windows201 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Microsoft.Confi...s.NewVhdCommand:NewVhdCommand) [New-CMVhd], WqlQueryExc
   eption
    + FullyQualifiedErrorId : UnhandledExeception,Microsoft.ConfigurationManagement.Cmdlets.Osd.Commands.NewVhdCommand
Can anyone else reproduce this? I have a feeling it will be a premier support call to Microsoft :-(
Thanks

Hi,
Pls try to run the following command to import CM powershell module and change the path to be the CM server before your new-cmvhd command:
import-module 'C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\ConfigurationManager.psd1'
Set-Location CMserver:\
“Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.”

Similar Messages

  • New SCCM 2012 client machines still getting SCCM 2012 SP1 client not the new SCCM 2012 SP1 CU3 client

    Hi,
    I've successfully (as far as I can tell) deployed SCCM 2012 SP1 CU3 and all my existing clients are showing a client version of 5.00.7804.1400.  But when I setup a new client system recently I noticed that the client version was showing 5.00.7804.1000,
    and not 5.00.7804.1400. 
    For new client systems, do I need to redeploy the packages that were created for SCCM 2012 SP1 CU3 so that the new systems get the new SCCM 2012 SP1 CU3 client? 
    Thanks,
    Nick

    Hi,
    Here's some good information to look over:
    http://sccmfaq.wordpress.com/2013/09/24/sccm-2012-include-cu-in-osd/
    I haven't followed these instructions myself, since I haven't really had any good reason to include CUs during the initial installation process. I use this method instead and I've never run into any problems:
    http://www.ronnipedersen.com/2013/06/installing-sccm-2012-sp1-cu2-quick-start-guide/
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • CCMSETUP not updating on SCCM 2012 SP1 CU3/CU4 primary site

    I have a SCCM 2012 SP1 CU3 primary site and i can't upgrade the local installed SCCM Client.
    The error I get in ccmsetup.log is:
    <![LOG[MSI: Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002]LOG]!><time="15:44:22.408-60" date="02-08-2014" component="ccmsetup" context="" type="3" thread="2496" file="msiutil.cpp:300">
    <![LOG[MSI: Action 15:44:22: Rollback. Rolling back action:]LOG]!><time="15:44:22.562-60" date="02-08-2014" component="ccmsetup" context="" type="0" thread="2496" file="msiutil.cpp:314">
    <![LOG[File C:\windows\ccmsetup\{59A0EA77-D28C-4286-83A6-04BB57B9CDD6}\client.msi installation failed. Error text: ExitCode: 1603
    Action: CcmRegisterHostingConfiguration.
    ErrorMessages:
    Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002
    ]LOG]!><time="15:45:00.798-60" date="02-08-2014" component="ccmsetup" context="" type="3" thread="2496" file="msiutil.cpp:872">
    <![LOG[Client installation has failed too many times. Ccmsetup will now abort.]LOG]!><time="15:45:00.830-60" date="02-08-2014" component="ccmsetup" context="" type="3" thread="2496" file="ccmsetup.cpp:7941">
    <![LOG[Successfully deleted the ccmsetup service]LOG]!><time="15:45:05.831-60" date="02-08-2014" component="ccmsetup" context="" type="1" thread="2496" file="ccmsetup.cpp:3320">
    <![LOG[InstallFromManifest failed 0x80070643]LOG]!><time="15:45:05.831-60" date="02-08-2014" component="ccmsetup" context="" type="3" thread="2496" file="ccmsetup.cpp:7086">
    <![LOG[CcmSetup failed with error code 0x80070643]LOG]!><time="15:45:05.832-60" date="02-08-2014" component="ccmsetup" context="" type="1" thread="2324" file="ccmsetup.cpp:10544">
    I have this on my primary and secondary servers as well.
    Is upgrading to R2 recommended and will that solve this issue ?
    When googling to this issue i found that there is a solution for this: remove MP, upgrade Client, install MP.
    But this is my primary and secondary and on secondary i am not allowed to remove the MP. It is hardcoded enabled.

    Try the following steps to specify the hotfix when installing the client.
    1. Open an elevated command prompt.
    2. Run a command line similar to the following – if CU3 has already been installed, the MSP file below should be on the site server, in the
    \\servername\SMS_SITE\Client\hotfix folder:
    \ccmsetup.exe PATCH=\Configmgr2012ac-sp1-kb2882125-x64.msp 
    Juke Chou
    TechNet Community Support

  • Can't delete printer - client-error-not-found

    After messing around with the installation of a cups based network printer (via a local Suse server) I came across some strange problems with my printer setup utility. Currently, I can neither delete nor add a printer from the list for the current user. When trying to delete a previously installed network printer I get an error message that the printer could not be removed (client-error-not-found). When trying to add a new printer I won't get an error message, but the printer is not being added to the list anyhow.
    I already tried to reset the printing system both with the printer setup utility and with the Printer Setup Repair Tool from Fixamac, both without success.
    I have to note that for user root everything works fine!
    Any suggestions?
    Wolfgang
    MacBook Pro   Mac OS X (10.4.8)  

    Well, I succeeded in solving the problem by myself ...
    The problem was a local .cupsrc file containing some apparently wrong settings. Removing this file solved the problem ...

  • WCF Error: The remote server returned an error: Not Found

    I have a windows phone8 app that utilizes a azure WCF service. I added the Servicereference to my project,when i call the service method it executes fine but getting the following error after executing:
    System.ServiceModel.CommunicationException: The remote server returned an error: Not Found
    Here's the code where my error's occuring (the error occurs on the 2nd line of code within the method(the line that contains "_result =
    public string EndSendMessage(System.IAsyncResult result) {
                    object[] _args = new object[0];
                    string _result = ((string)(base.EndInvoke("SendMessage", _args, result)));
                    return _result;
    Any idea why this is happening?
    Thanks.

    Hi Narendramacha,
    It may be have more than one possibility reasons. Did you try the service URL in the phone/emulator Internet Explorer to be sure the url is accessible ? About this error, I found some solutions , please refer to :
    1.maxStringContentLength: http://stackoverflow.com/a/5185678
    2.FireWall: http://stackoverflow.com/a/15594388
    Please try it. Any results, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Each time I start up my computer and have my iPhone plugged in, I get a message window that eads "New Wave" file not found in your files....How do I get this file I am missing?

    Each time I start up my computer and have my iPhone plugged in, I get a message window that eads "New Wave" file not found in your files....How do I get this file I am missing?

    Hey Podieboy,
    Thanks for the question. It sounds like you are receiving a message about missing files when you start iTunes. The following resource may provide more information:
    iTunes: Finding lost media and downloads - Apple Support
    http://support.apple.com/en-us/TS1408
    If the file/song is not important, you can simply delete it from your library to avoid this error message in the future:
    iTunes 12 for Windows: Delete songs, playlists, or other items
    http://support.apple.com/kb/PH20391
    Thanks,
    Matt M.

  • "Client error not found" = DOOOOOOOOMMMMMM!!!!!!!

    Ok been getting this a lot recently and I think it is to do with my printer setup script. There must be a way to fix it, but for the life of me I can not find the solution.
    It usually starts with all printers on the system being paused. You can unpause them, but as soon as you try print they automatically pause again.
    You can reset the print system, but when you try readd a printer you get the message of doom "client-error-not-found".
    From then on I can not add any printer to the system and the only fix is a wipe and reinstall.
    I mentioned above that I use a printer script to install the 10+ printers in the office onto the 80+ machines. All the machines are running 10.5 and upto date.
    I have put the script to have a look at, but even if it is causing the problem there should be a way to fix the issue.
    #Reset print system.
    do shell script "lpstat -p | cut -d' ' -f2 | xargs -I{} lpadmin -x {}" with administrator privileges
    #log onto the server and mounts the IT_support folder. If the IT_support folder is already mounted it will skip the mount and move on.
    if {"IT_support"} is not in paragraphs of (do shell script "/bin/ls /Volumes") then
    mount volume "afp://192.168.1.251/IT_support"
    end if
    do shell script "cp -frv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/drivers/* /Library/printers/PPDs/Contents/Resources/" with administrator privileges
    #Add the printers to the system.
    #Colour Printers.
    #Colour_Printroom Appletalk.
    do shell script "lpadmin -p Colour_PrintRoom -L FirstFloorPrintRoom -E -v pap://*/Colour_PrintRoom/LaserWriter -P /Library/printers/PPDs/Contents/Resources/xrx7655.ppd -o printer-is-shared=false" with administrator privileges
    #Colour_Kitchen Appletalk.
    do shell script "lpadmin -p Colour_Kitchen -L First\\ Floor\\ Kitchen -E -v pap://*/DC3535_DC3535Print/LaserWriter -P /Library/printers/PPDs/Contents/Resources/Xerox\\ DocuColor3535\\ PS -o printer-is-shared=false" with administrator privileges
    #BizHub Appletalk.
    do shell script "lpadmin -p Colour_BizHub -L Colour_BizHub -E -vpap://*/X3eBizhub45035C-KMPrint/LaserWriter -P /Library/printers/PPDs/Contents/Resources/en.lproj/Fiery\\ X3eTY\\ 35C-KM\\ PS\\ v2.01\\ eu -o printer-is-shared=false" with administrator privileges
    #Admin Printers.
    #Reception Bonjour.
    do shell script "lpadmin -p Reception -L Ground\\ Floor\\ Reception -E -v mdns://Reception%20%2892%3A1b%3A58%29.pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4500DT.gz -o printer-is-shared=false" with administrator privileges
    #A3_Northside Bonjour.
    do shell script "lpadmin -p A3_Northside -L First\\ Floor\\ North\\ Side -E -v mdns://A3Northside._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 5500DN.gz -o printer-is-shared=false" with administrator privileges
    #A3_Southside Bonjour.
    do shell script "lpadmin -p A3_Southside -L First\\ Floor\\ South\\ Side -E -v mdns://A3Southside._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 5500DN.gz -o printer-is-shared=false" with administrator privileges
    #Studio3_Admin Bonjour.
    do shell script "lpadmin -p Studio3_Admin -L First\\ Floor\\ Studio\\ 4 -E -v mdns://Studio3Admin._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4510DT.gz -o printer-is-shared=false" with administrator privileges
    #Studio1_Admin Bonjour.
    do shell script "lpadmin -p Studio1_Admin -L First\\ Floor\\ Studio\\ 1 -E -v mdns://Studio1Admin%20%2892%3A41%3Af6%29._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4500DT.gz -o printer-is-shared=false" with administrator privileges
    #Studio3_A3 Bonjour.
    do shell script "lpadmin -p Studio3_A3 -L First\\ Floor\\ Studio\\ 4 -E -v mdns://Studio3A3._printer.tcp.local. -P /Library/printers/PPDs/Contents/Resources/HP\\ LaserJet\\ 5100\\ Series.gz -o printer-is-shared=false" with administrator privileges
    #Plotters.
    #PlotterDeathstarHP4500ps Bonjour.
    do shell script "lpadmin -p PlotterDeathStarHP4500ps -L First\\ Floor\\ Print\\ Room -E -v mdns://PlotterDeathstar_HP4500ps._printer.tcp.local. -P /Library/printers/PPDs/Contents/Resources/HP\\ Designjet\\ 4500\\ PS3.gz -o printer-is-shared=false" with administrator privileges
    #PlotterPosterEpson7600 Bonjour.
    do shell script "lpadmin -p PlotterPosterEpson7600 -L First\\ Floor\\ Print\\ Room -E -v mdns://PlotterPosterEpson7600.printer.tcp.local. -P /Library/printers/PPDs/Contents/Resources/en.lproj/stp-escp2-7600.5.2.ppd.gz -o printer-is-shared=false" with administrator privileges
    #Copy a fresh copy of the printer driver settings back onto the system after the printers have been installed. driver settings are stored in /etc/cups/PPD admin rights required to copy files into this folder
    do shell script "cp -fRv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/ppd/* /etc/cups/PPD" with administrator privileges
    #Copy printer presets on to system.
    do shell script "cp -frv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/presets/* /Library/Preferences" with administrator privileges
    #The following printer is added into the system speratly due to a driver selection issue when adding more than one Xerox Phaser 4510DT. The system seems to apply the correct driver to the first one that is added to the system. The second Xerox Phaser 4510DT does not get the correct driver applied to it.
    #Studio2_Admin Bonjour.
    do shell script "lpadmin -p Studio2_Admin -L First\\ Floor\\ Studio\\ 2 -E -v mdns://Studio2Admin._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4510DT.gz -o printer-is-shared=false" with administrator privileges
    #Copy printer presets on to system.
    do shell script "cp -frv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/presets/* /Library/Preferences"
    do shell script "cp -fRv /Volumes/ITsupport/01_Mac/04_Printers/PrinterAutoInstall/ppd/Studio2Admin.ppd /etc/cups/PPD/" with administrator privileges
    #Reset file permissions
    do shell script "chmod 664 /Library/Printers/PPDs/Contents/Resources/*" with administrator privileges

    Well, I succeeded in solving the problem by myself ...
    The problem was a local .cupsrc file containing some apparently wrong settings. Removing this file solved the problem ...

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Error: Not Found Error: Out of Memory

    Hello,
    I'm trying to use a few photoshop files in Final Cut Pro 7.0.3 and I can't seem to shake these error messages.
    I've never had trouble using Photoshop files in the past but these ones are being uncooporative.
    I've imported the .psd file and edited it into the sequence.  The sequence setting match the clip settings.  Then I've added the "Page Peel" Transition to the edit point.  Immediately the canvas goes red and says something like "close and open window to restore preview."  After this I try to play the sequence and it says "Error: Not Found."  After closing and reopening the sequence my attempts to play back my work result in the error "Error: Not Found" followed immediately by "Out of Memory."
    I opened activity monitor to try and see if I was running out of ram space and I've got loads left.  I also have plenty of room on the hard disk I'm working from.
    Any thoughts?
    Thanks,
    Ryan

    Check your PSD documents, make sure they are RGB 8 Bits/Channel.
    MtD

  • Tasklist ERROR: Not Found

    Hey all,
    So I have a Windows 2008 server (32 Bit) and I'm trying to run Tasklist from the command prompt.  When I do so, I recieve the "ERROR: Not Found" error.  If I run it with the "?" flag then I do get the help file.  I have done some searching
    but haven't found any solutions that work.
    I just finished running a check disk, which was the last option that I saw.  I also restored the files from a different server that is working but it still isn't.  I have reviewed my eventlogs but don't see any that might be associated with this
    issue. 
    I just don't know where to go from here.  Any suggestions??
    Thanks...

    Hi,
    > So I have a Windows 2008 server (32 Bit) and I'm trying to run Tasklist from the command prompt. When I
    > do so, I recieve the "ERROR: Not Found" error
    Which user context did you run command prompt, administrator or normal users? Have you tried to run it with elevated command prompt?
    Since you run Windows 2008 Server, you can find tasklist.exe in location “%windir%\system32\tasklist.exe”
    Run command prompt with elevated privilege, and change command execute path to “%windir%\system32\”, then run tasklist.exe and check the result.
    Also please check whether you can run “taskkill.exe” command?
    Test that and give us feedback for further troubleshooting.
    For more information please refer to following MS articles:
    Tasklist
    http://technet.microsoft.com/en-us/library/bb491010.aspx
    Cannot Use Tasklist.exe Error: Not Found
    http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/5da0e28e-24fb-4223-a548-372623f9b723
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • Error Not Found(404)

    Hi All,
    I Have created a setup package for mobile 2005 device.I am able to download DB2e but when i click on the application link i m getting the following error messgae.
    Error Not Found(404)
    Original request:/zapp/start
    Not Found Request:/zapp/start
    Does anyone has idea why its happening.Please suggest
    Thanks
    Regards
    Devendra Phate

    Hi Devendra,
    It looks like that you have deployed the DB2e as an application. You shoud deploy is as an add-on. Undeploy and proceed as described in the OSS note 889257 for how to install and deploy DB2e
    Link (https://websmp208.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=0000889257&nlang=E)
    Regards
    Jacob Wesenberg

  • [SOLVED] rEFInd -- Error: Not Found while loading vmlinuz-linux

    System Info:
    3.14.1-1-ARCH
    refind-efi-0.7.8-1
    Problem: rEFInd does not boot arch linux.
    When booting the machine, rEFInd's gui selection menu presents options for windows or linux.
    Upon selecting linux, the following is displayed:
    rEFInd - Booting OS
    Starting vmlinuz-linux
    Using load options 'ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772 initrd=\boot\initramfs-linux.img'
    Invalid loader file!
    Error: Not Found while loading vmlinuz-linux
    * Hit any key to continue *
    Below are the outputs of blkid, lsblk -f, the structure of /boot and cats of /boot/efi/EFI/refind/refind.conf and /boot/refind_linux.conf
    blkid
    /dev/sda1: UUID="2014-05-01-05-20-54-00" LABEL="ARCH_201405" TYPE="iso9660" PTUUID="1535e446" PTTYPE="dos" PARTUUID="1535e446-01"
    /dev/sda2: SEC_TYPE="msdos" LABEL="ARCHISO_EFI" UUID="96ED-5DA9" TYPE="vfat" PARTUUID="1535e446-02"
    /dev/sdb1: LABEL="Recovery" UUID="E63202B832028E2D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e3729f62-9c32-4ac9-a9dd-56a9c073e7e5"
    /dev/sdb2: UUID="9C03-552D" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="9bcdb083-82e9-49e6-b03d-fd376585d633"
    /dev/sdb4: UUID="B2161962161928BD" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="6de10de9-3322-486c-8108-bf14f5a7bcb6"
    /dev/sdb5: UUID="bd6b3352-1b79-4c70-a061-21ff87ff0772" TYPE="ext4" PARTLABEL="root" PARTUUID="699115b1-1413-42b3-9fd7-a80a8a51b6fa"
    /dev/sdb6: UUID="e71e6a25-913a-4932-9fc9-81942a5dab2e" TYPE="ext4" PARTLABEL="home" PARTUUID="1fc33e24-4c26-459c-a80a-9440e1f4e683"
    /dev/loop0: TYPE="squashfs"
    /dev/loop1: UUID="f07bfb26-3377-487a-a022-efd840614a0d" TYPE="ext4"
    /dev/loop2: UUID="f07bfb26-3377-487a-a022-efd840614a0d" TYPE="ext4"
    /dev/mapper/arch_root-image: UUID="f07bfb26-3377-487a-a022-efd840614a0d" TYPE="ext4"
    /dev/sdb3: PARTLABEL="Microsoft reserved partition" PARTUUID="fa94c812-e1ff-4603-ba97-be7f155f12c8"
    lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sdb
    ├─sdb1
    ├─sdb2 /boot/efi
    ├─sdb3
    ├─sdb4
    ├─sdb5 /
    └─sdb6 /home
    sdc
    ├─sdc1
    └─sdc2
    loop0
    loop1
    └─arch_root-image /etc/resolv.conf
    loop2
    └─arch_root-image /etc/resolv.conf
    Structure of /boot
    *note: /boot is really the original microsoft efi system partition (in my case, /dev/sda2) that I mounted to /boot/efi and whose structure is shown below:
    /boot
    ├── efi
    │ ├── EFI
    │ │ ├── Boot
    │ │ │ └── bootx64.efi
    │ │ ├── Microsoft
    │ │ │ └── Boot
    │ │ │ ├── BCD
    │ │ │ ├── BCD.LOG
    │ │ │ ├── BCD.LOG1
    │ │ │ ├── BCD.LOG2
    │ │ │ ├── bg-BG
    │ │ │ │ ├── bootmgfw.efi.mui
    │ │ │ │ └── bootmgr.efi.mui
    │ │ │ ├── bootmgfw.efi
    │ │ │ ├── bootmgr.efi
    │ │ │ ├── BOOTSTAT.DAT
    │ │ │ ├── boot.stl
    │ │ │ ├── en-US
    │ │ │ │ ├── bootmgfw.efi.mui
    │ │ │ │ ├── bootmgr.efi.mui
    │ │ │ │ └── memtest.efi.mui
    │ │ │ ├── Fonts
    │ │ │ │ ├── {{FONTS REMOVED FOR BREVITY}}
    │ │ │ ├── Resources
    │ │ │ │ ├── bootres.dll
    │ │ │ │ └── en-US
    │ │ │ │ └── bootres.dll.mui
    │ │ ├── refind
    │ │ │ ├── drivers_x64
    │ │ │ │ └── ext4_x64.efi
    │ │ │ ├── icons
    │ │ │ │ ├── {{ICONS REMOVED FOR BREVITY}}
    │ │ │ ├── keys
    │ │ │ │ ├── altlinux.cer
    │ │ │ │ ├── canonical-uefi-ca.der
    │ │ │ │ ├── fedora-ca.cer
    │ │ │ │ ├── openSUSE-UEFI-CA-Certificate.cer
    │ │ │ │ ├── refind.cer
    │ │ │ │ └── SLES-UEFI-CA-Certificate.cer
    │ │ │ ├── refind.conf <=================== http://ix.io/cFy
    │ │ │ └── refind_x64.efi
    │ │ └── tools
    │ ├── initramfs-linux-fallback.img
    │ ├── initramfs-linux.img
    │ └── vmlinuz-linux
    └── refind_linux.conf <===================== http://ix.io/cFw
    49 directories, 190 files
    Excerpt of /boot/efi/EFI/refind/refind.conf
    (full file available here: http://ix.io/cFy)
    menuentry Linux {
    icon EFI/refind/icons/os_arch.icns
    volume "EFI system partition"
    loader /boot/vmlinuz-linux
    initrd /boot/initramfs-linux.img
    options "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772"
    cat /boot/refind_linux.conf
    "Boot with standard options" "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772 "
    "Boot to single-user mode" "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772 single"
    "Boot with minimal options" "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772"
    Last edited by dk0r (2014-05-28 01:36:16)

    A couple of things that are important:
    refind_linux.conf should be in the same directory as vmlinuz-linux and the initrd so it should be in /boot/ since that is where your kernel is.
    In your refind.conf stanza you have the line volume "EFI system partition" which tells rEFInd that the loader is in that partition whereas the kernel and initrd files seem to be in /boot/ which is not the EFI System Partition. Hence the volume line needs to specify the filesystem where /boot is which in your case appears to be /dev/sdb5 so the volume line in that case should be volume "root" since root is the filesystem label for sdb5? Note that if you update to rEFInd version 0.8.0 or later then you can use the partuuid value to specify the volume but in the version you are using that token for the volume was not yet implemented.
    In the stanza you quoted there was no terminating } but maybe you just didn't copy it to your post.
    Making these changes may let the system boot to the arch kernel.
    Last edited by mcloaked (2014-05-27 20:21:16)

  • SCCM 2012 R2 CU3 UPGRADE BROKE REMOTE ADMIN CONSOLE CONNECTIVITY

    I installed SCCM 2012 R2 CU3 on my site server but it broke a couple things. I've never had problems with SCCM upgrades before. The admin console works if you log into the site server and run it from there but not when you try it from anywhere else (another
    server or a workstation). When you open the admin console on the site server it does have the new version of 5.00.7958.1401. Of the five suggestions that appear when your console won't connect, here's what I know:
    1) the remote machines can all ping the site server (call it server 01)
    2) we know it's not my account that's a problem as I can open the console on the site server itself
    3) This problem happens on server 02, which I put the new admin console on. It also happens with other machines which still have the CU2 console
    4) Yes, I'm an admin role, shown by logging into the console on the site server
    5) I have another network where everything works. I have not put CU3 on it yet, of course. The WMI permissions on Root, Root\SMS, and Root\SMS\site_ABC are identical on both site servers yet it works on non-upgraded one and not on the upgraded one.
    WMI info-I can WMI connect from the site server to these other machines but not WMI connect from the other machines to the site server: not root, SMS, or SMS\site_ABC, nor cimv2, even though the permissions match what is on the working network.
    When I launch the console from the site server entries about loading the console loading ok are in SMSAdminUI.log, but when I try to launch the console from other machines no entries are made, even though I changed the SmsAdminSNapIN value to VERBOSE.
    I checked DCOM permissions and they are the same on both networks.
    Another issue that appeared with this upgrade: I can install the client upgrade to CU3 on other machines but on the site server it fails with "Internal Error 2503" and when you click OK it you get "Internal Error 2502".
    Ben JohnsonWY

    I'd suspected this WMI problem was only affecting our Server 2012 boxes. I compared RSOPs and noticed the ones having this problem were all under the same OU and getting few GPOs. Our GPO person found a GPO that has somehow become unlinked.  He relinked
    it. After a gpo update AND a reboot these machines start working again.  So CU3 did not cause this WMI after all.
    And yes, the CU2 consoles won't connect to a CU3 site server, you have to run the console upgrade.
    I fixed the "internal error 2503/2502" by doing this: open task manager, click details, end the explorer task (screen will look blank at first). Click File and select "start new task", enter "explorer.exe' and click the run as admin
    button. The msp for CU3 client installed and the screen looks normal again. I only saw this error on the site server and have never seen it before.
    Ben JohnsonWY

  • Office 2013 Professional Plus - 32 bit Deployment takes an unacceptable time to deploy in SCCM 2012 - SP1 CU3

    We recently migrated over to SCCM 2012 SP1 - CU3 the first of the year from SCCM 2007 SP2.  We have used SCCM in the past to deploy Office 2010 and had deployed Office 2013 to our IT Dept. before moving over to SCCM 2012.  The deployment went as
    expected.  Now that we are ready to start deploying Office 2013 to our corporate workstations, the deployment time is running 4.5 hours to 5.5 hours from the local site server DP.  I am afraid to find out what time we are looking at for remote DP's. 
    The three factors that are different is that our SCCM site server is virtual, it is running 2012 for the OS, and obviously SCCM 2012-SP1 - CU3.   We are using the same package source files.   Previous to a successful deployment we were
    seeing hash mismatch errors which MS support pointed us to the nic driver on the VM was using E1000E and to change it to a VMX something driver.
    So I guess my question is anyone else out there deploying Office 2013 ProPlus - 32 bit from this type of environment?  Our previous deployment time for office was a little over an hour (not five hours).  Any suggestions where to look to improve
    the deployment time? 
    I am expected to deploy this in one week and have been working on these issues for weeks.

    I see now that you are using a combination of scripts and ConfigMgr package/program.
    The AppEnforce.log file is for use with the new ConfigMgr Application model.
    Is there any reason that you don't use the new model for deploying Office 2013? It's a single step process and perfect for it. If you use the Office Customisation Tool you can customise what you like. The process will then uninstall Office 2010 and install
    Office 2013.
    This is how you do it
    http://www.gerryhampsoncm.blogspot.ie/2013/03/sccm-2012-sp1-step-by-step-guide-part_9368.html
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • SCCM 2012 R2 CU3 PXE issue

    Hi,
    I have a SCCM 2012 R2 CU3 lab where pxe is not working, the clients are able to connect to SCCM server but the download gets stuck on the boot image & then it fails with the following error :-
    Don't find any specific error related to this deployment in SMSPXE.log.
    Thanks,
    Pranay.

    I've had some issues various places with NICs and the TFTP process.  One fix I implemented was to add the following registry entry:
    Location:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WDSServer\Providers\WDSTFTP
    Name: MaximumBlockSize
    Type: (REG_DWORD)
    Value range: 512–1456
    Base: (Decimal)
    I set it to 1024, but you need to determine what value works for your environment.
    This is documented here:
    http://support.microsoft.com/kb/975710/en-us
    Jeff

Maybe you are looking for