MDOP DaRT in sccm

Author Message
chiners_68

  • Total Posts : 809
  • Scores: 5
  • Reward points : 76850
  • Joined: 10/31/2007
  • Status: offline
MDOP DaRT in sccm Monday, June 06, 2011 1:40 PM (permalink)
0
can you add DaRT as a boot image in SCCM to boot up & use the tools?
 
 
 
#1
    rtruss

    • Total Posts : 505
    • Scores: 35
    • Reward points : 31950
    • Joined: 11/4/2004
    • Location: Oshkosh, WI
    • Status: offline
    Re:MDOP DaRT in sccm Monday, June 06, 2011 2:11 PM (permalink)
    0
    That is a really good question, I have not played with Dart in a while so I would think that as long as there is a wim file on the disk someplace it should be doable.
    Roger Truss
    Windows Administrator
    SCCM Admin
    MDT Admin
    Kaspersky Admin :( 

    If you find someones post helpful please let them know by rating them. ;)
     
    #2
      chiners_68

      • Total Posts : 809
      • Scores: 5
      • Reward points : 76850
      • Joined: 10/31/2007
      • Status: offline
      Re:MDOP DaRT in sccm Monday, June 06, 2011 3:01 PM (permalink)
      0
      Im going to give it a go tomorrow. It makes sense to have it avalible in SCCM rather than carrying around DVD's. Prior to SCCM I use to use a boot disk tool (RISME) in RIS with various tools which was very handy.
      <message edited by chiners_68 on Monday, June 06, 2011 3:07 PM>
       
      #3
        chiners_68

        • Total Posts : 809
        • Scores: 5
        • Reward points : 76850
        • Joined: 10/31/2007
        • Status: offline
        Re:MDOP DaRT in sccm Wednesday, June 08, 2011 9:07 AM (permalink)
        0
        http://translate.google.co.uk/translate?hl=en&sl=de&u=http://social.technet.microsoft.com/Forums/de-DE/systemcenterde/thread/00fc4839-a79a-40d5-bf09-51f5d678b295/&ei=UXXvTdnpBcTJhAeEpKijCQ&sa=X&oi=translate&ct=result&resnum=3&ved=0CDEQ7gEwAg&prev=/search%3Fq%3DERD%2B6.5%2BSCCM%26hl%3Den%26rls%3Dcom.microsoft:en-gb:IE-Address%26prmd%3Divns
         
        Reading the last post from the above thread helps. You cannot import the boot image from the ERD ISO as its the wrong compression. you have to run the command to create a new boot.wim as described on the last post on that link. im just importing into sccm & will let you know what I discover next.
         
         
        <message edited by chiners_68 on Wednesday, June 08, 2011 10:12 AM>
         
        #4
          chiners_68

          • Total Posts : 809
          • Scores: 5
          • Reward points : 76850
          • Joined: 10/31/2007
          • Status: offline
          Re:MDOP DaRT in sccm Wednesday, June 08, 2011 11:00 AM (permalink)
          0
          its working...

          Most of this was down to Dieter from the thread above with some slight adjustments or more explanation.

          1. Use ERD Commander Boot Media Wizard  from DaRT to create your ERD ISO. 
          2. Extract the ISO using 7-zip or other to
          3. Customize this cmdline to suit your directories
          imagex /EXPORT e:\sources\boot.wim 1 c:\ERD65\boot.wim /COMPRESS maximum 

                  e:\ is location of extracted ISO sources directory. 
                  c:\ERD65\temp is location to create new compressed boot.wim 
           
          Start> All Programs> Microsoft Windows AIK> Deployment Tools Command Prompt as an administrator & paste in your cmdline & run it. Wiat for new boot.wim to extract.
           
          4. I copied c:\ERD65\boot.wim to e:\sources\boot.wim overwriting original.
            
          5. Now Create boot image from e:\sources\boot.wim, add drivers & enable F8 Command line support, distribute to Site & SMSPXEIMAGES$ DP.
          6. Create a new custom TS & set the boot image above as the boot image for this TS. Add the following TS steps 
                  1. 'Restart in Windows PE' & condition 'Task Sequence Variable _SMSTSInWinPE equals "false"
                  2. 'Run Command Line'  command line 'x:\sources\recovery\recenv.exe'
                  3. 'Restart Computer' Specify what to run after restart: 'The currently installed default operating system'. Save TS.

          7.Advertise the TS as you would a normal OSD.
          <message edited by chiners_68 on Wednesday, June 08, 2011 11:11 AM>
           
          #5
            jferragamo

            • Total Posts : 9
            • Scores: 0
            • Reward points : 9820
            • Joined: 12/8/2008
            • Status: offline
            Re:MDOP DaRT in sccm Wednesday, June 08, 2011 11:08 AM (permalink)
            0
            I have actually done this for Windows 7 x64 and it works pretty well.

            The steps I used to do so escape me but I will try to recreate and post for all. For now, here are a few links I used that helped me create what I have.

            http://technet.microsoft.com/en-us/library/cc749147(WS.10).aspx

            http://www.ditii.com/2010/02/15/replace-default-windows-7-windows-server-2008-r2-recovery-environment-re-in-dart/

            http://technet.microsoft.com/en-us/library/cc749546(WS.10).aspx
             
            Attached are screenshots of how I have it setup to run.
             
            After I created the Boot Image, I created a Task Sequence that uses this and added two steps, one to reboot to the boot image assigned and another to launch the recovery tools once it is in PE.
            Attached Image(s)
             
            #6
              fritschetom

              • Total Posts : 17
              • Scores: 0
              • Reward points : 6360
              • Joined: 3/21/2012
              • Location: Indiana
              • Status: offline
              Re:MDOP DaRT in sccm Wednesday, March 21, 2012 8:50 PM (permalink)
              0
              I have done exactly what you are looking for and have outlined it in great detail.  It is on my blog and you can find it on fritschetom.blogspot.com.  I hope the url doesnt get removed as i just became a member.
              <message edited by fritschetom on Wednesday, March 21, 2012 9:26 PM>
               
              #7
                CBear

                • Total Posts : 6
                • Scores: 0
                • Reward points : 7430
                • Joined: 7/19/2010
                • Status: offline
                Re:MDOP DaRT in sccm Thursday, March 22, 2012 11:07 AM (permalink)
                0
                We use Dart with our Boot.wim but we did not integrate it. We created a custom media hook that we use to create the variables used by our task sequence and added Dart to that. So once it boots up. It will run Dart before it even gets to the task sequence.
                 
                #8
                  gjones

                  • Total Posts : 2291
                  • Scores: 136
                  • Reward points : 97820
                  • Joined: 6/5/2001
                  • Location: Ottawa, Ontario, Canada
                  • Status: offline
                  Re:MDOP DaRT in sccm Thursday, March 22, 2012 1:02 PM (permalink)
                  0
                  fritschetom


                  I have done exactly what you are looking for and have outlined it in great detail.  It is on my blog and you can find it on fritschetom.blogspot.com.  I hope the url doesnt get removed as i just became a member.

                  Here is a driect link to teh DaRT blog post. http://fritschetom.blogspot.ca/2012/03/create-microsoft-dart-sccm-boot-disk.html

                   
                  #9
                    gkirton

                    • Total Posts : 182
                    • Scores: 8
                    • Reward points : 29960
                    • Joined: 1/19/2009
                    • Status: offline
                    Re:MDOP DaRT in sccm Monday, March 26, 2012 5:24 AM (permalink)
                    0
                    Do you know if there is a way to do this for Dart 5.0 / Windows XP?  There is no boot.wim provided for this version.
                     
                    #10
                      fritschetom

                      • Total Posts : 17
                      • Scores: 0
                      • Reward points : 6360
                      • Joined: 3/21/2012
                      • Location: Indiana
                      • Status: offline
                      Re:MDOP DaRT in sccm Tuesday, August 28, 2012 8:34 PM (permalink)
                      0
                      There is no reason to set this up for DART 5 and XP as SCCM uses a Windows PE based on windows 7 and such the DART for 7 should be used and can service and XP build.  I believe the only tool that doesnt work for Xp is locksmith.
                       
                      #11
                        fritschetom

                        • Total Posts : 17
                        • Scores: 0
                        • Reward points : 6360
                        • Joined: 3/21/2012
                        • Location: Indiana
                        • Status: offline
                        Re:MDOP DaRT in sccm Monday, April 01, 2013 4:04 PM (permalink)
                         
                        #12
                          Online Bookmarks Sharing: Share/Bookmark

                          Jump to:

                          Current active users

                          There are 0 members and 1 guests.

                          Icon Legend and Permission

                          • New Messages
                          • No New Messages
                          • Hot Topic w/ New Messages
                          • Hot Topic w/o New Messages
                          • Locked w/ New Messages
                          • Locked w/o New Messages
                          • Read Message
                          • Post New Thread
                          • Reply to message
                          • Post New Poll
                          • Submit Vote
                          • Post reward post
                          • Delete my own posts
                          • Delete my own threads
                          • Rate post

                          2000-2013 ASPPlayground.NET Forum Version 3.9