bbroden
-
Total Posts
:
5
- Scores: 2
-
Reward points
:
4380
- Joined: 5/22/2012
-
Status: offline
|
SCCM 2012 Failing to create USB boot media
Wednesday, May 23, 2012 12:52 PM
( permalink)
Hi all, We're in the midst of a SCCM 2007 to 2012 upgrade. I'm attempting to create a USB boot disk from the console on my Win 7 Enterprise x64 machine. I've followed all the directions I could find on the net regarding using DISKPART to prepare the USB stick (Dane-Elec 8GB.) No matter what I try, I always come up with an error saying "Media creation failed with error message: 'The device is not ready.' Refer to CreateTsMedia.log file to find more details." I've referred to the log, but only find "Failed to create media (0x80070015)" with no explanation as to the cause. I'll attach the log file in case anyone sees anything odd. I've also followed along, watching my Temp folder, and I see the WIM file get created, so it seems to be writing correctly. Any help would be greatly appreciated.
|
|
|
|
iglatz
-
Total Posts
:
662
- Scores: 25
-
Reward points
:
20150
- Joined: 9/21/2001
- Location: Bern - Switzerland
-
Status: offline
|
Re:SCCM 2012 Failing to create USB boot media
Wednesday, May 30, 2012 9:32 AM
( permalink)
As far as I can remember, this was a security issue. Check out the following. You're either not local admin on the Windows 7 box or the account you've opened the console with doesn't have Full Administrator rights in SCCM. And an additional note I made: When creating Offline Media ISO Files, the C: drive is used for temporary creation; therefore the C: drive should have at least 50GB disk space to allow creation of ISO files. I hope this will help you to get it created, I finally succeeded, but that was in July last year. Ingrid
|
|
|
|
CAP
-
Total Posts
:
143
- Scores: 0
-
Reward points
:
34860
- Joined: 12/9/2011
-
Status: offline
|
Re:SCCM 2012 Failing to create USB boot media
Wednesday, May 30, 2012 9:46 AM
( permalink)
I ran into this issue and gave up. I think its how windows 7 has the reserve partition. Its way easier to create a dvd/CD iso, diskpart the USB stick and use something like winrar or 7zip to open the ISO and copy the files to the USB stick.
|
|
|
|
bbroden
-
Total Posts
:
5
- Scores: 2
-
Reward points
:
4380
- Joined: 5/22/2012
-
Status: offline
|
Re:SCCM 2012 Failing to create USB boot media
Thursday, May 31, 2012 9:22 AM
( permalink)
Well...it appears I've found a workaround. It was suggested that I open up the ISO using PoerISO and copy the files directly to the flash drive. I tried this, but I still wasn't able to boot from the drive. I then tried extracting the files straight to the flash drive (not copying) and everything proceeded to work correctly! Apparently there is a large difference between copying and extracting. Thanks to the people that sent me ideas!
|
|
|
|
Iroqouiz
-
Total Posts
:
5
- Scores: 0
-
Reward points
:
3670
- Joined: 6/13/2012
-
Status: offline
|
Re:SCCM 2012 Failing to create USB boot media
Wednesday, June 13, 2012 6:21 AM
( permalink)
From Technet "I've had the same problem with my 8gb and 4gb USB drives. For the 8gb I've had to offset the first 512kb like this: - Diskpart
- List disk
- Select disk 1 (where 1 is your USB)
- Clean
- Create partition primary offset=512 id=0b
- Active
- Format fs=ntfs label="WinPE" quick
- Assign
- Exit"
<message edited by Iroqouiz on Wednesday, June 13, 2012 6:27 AM>
|
|
|
|