Thursday, December 04, 2008
Deployment Forum HomeDeployment Forum ArticlesDeployment Forum Download LibraryDeployment Forum Member BlogsDeployment Forum Community Forums
Member Login
StandardLiveID


Register
Forgot Password ?



Guests can view and read messages in the community forums, but you must register and log in to Deployment Forum before you can post messages. Click Register at the top of this page. Before posting messages, please read the forum guidelines at the bottom of this page.

Subject: Removable media USB stick questions
Prev Next
You are not authorized to post a reply.

AuthorMessages
buttsteakUser is Offline

Posts:10

Send Message
09/22/2008 4:10 PM  

Hello,

I am running MDT 2008 x86 on Windows Vista Business SP1 x86 laptop for the purpose of making removable media image. 

I would like to place the bootable image on a usb 2.0 stick.

What are the steps required to prepare the usb stick and how/what do I place the custom image(s) on it?  I would also like to have the usb stick be bootable without prompting.

 

 

-thanks

mla1User is Offline

Posts:48

Send Message
10/03/2008 8:27 AM  

First create a task sequence that formats and applys your custom WIM.

From your Deployment workbench, create a new deployment point and select Removeable media deployment.

from the task sequences tick the newly created custom.wim tasksequence.

Make sure that the WINPE tab has Mass Storage Drivers and network Drivers ticked.

Right click deployment point and select update.

boot from a PE 2.CD

type diskpart and press enter.

At the diskpart prompt run the following commands

List disk

This will list the disks attached (there should be 2, Disk 0 is your local Hard disk, disk 1 will be your USB HARD disk).

Select Disk 1

Clean

Create Partition Primary

Select partition1

Active

Format fs=ntfs quick

Assign

Exit

Xcopy \\deploymentserver\USBDistribution share\Content\*.* e:\ /e/h/f

 

and hey presto you are good to go.....

 

You are not authorized to post a reply.
Forums > Deployment Solutions > MDT 2008 > Removable media USB stick questions



ActiveForums 3.7
Forum Policies
Minimize

These forums are a user-supported community for IT professionals to exchange deployment tips, solutions, and techniques. For the benefit of all Deployment Forum members, please observe the following guidelines when posting to these forums:

  • We reserve the right to remove any message. Our moderators will remove all messages that are not respectful or productive. Profanity, racism, prejudice, and flaming are not tolerated.
  • Do not advertise products or services. Our moderators will remove all advertisements or service announcements. Product and service recommendations from active Deployment Forum members are encouraged, however.
  • Make sure your question isn't already answered. Before posting questions, search the forums. After ensuring that your questions are unique, post them to the most appropriate forum. This will help reduce noise in the forums.
  • Help make the most of each thread. Do not post unrelated messages to a thread. Also, if you've resolved a question outside of these forums, please share the solution with other members by posting it back to the thread.
  • Do not share confidential information. Confidential information includes product keys and addresses. Our moderators will edit any message containing confidential information, so double-check messages and their attachments before posting them.
  • Post messages using only the English language. For the benefit of all Deployment Forum members, please post your messages using the English language.

We hope that you enjoy using this community. Please submit your comments and feedback on the Comments and Feedback page or post them to the Comments, Feedback forum.



Privacy Statement  |  Terms Of Use
© 2007 Jerry Honeycutt