티스토리 뷰

IT

Bootcamp driver direct download

Last72 2018. 6. 4. 16:11

++ Or download from Here (https://gist.github.com/nuomi1/16133b89c2b38b7eb197)


Thanks to brigadier (Github: https://github.com/timsutton/brigadier)


1. Download brigadier.exe from Here (https://github.com/timsutton/brigadier/releases)


2. Run with brigadier.exe -m MacBookPro13,3 (depends on model name)


3. It will start download at the same directory.


====



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
Microsoft Windows [Version 10.0.17134.48]
(c) 2018 Microsoft Corporation. All rights reserved.
 
C:\Users\Ungyi>cd C:\Users\Ungyi\Downloads\brigadier-0.2.4
 
C:\Users\Ungyi\Downloads\brigadier-0.2.4>brigadier.exe -h
Usage: brigadier.exe [options]
 
Options:
  -h, --help            show this help message and exit
  -m MODEL, --model=MODEL
                        System model identifier to use (otherwise this
                        machine's model is used). This can be specified
                        multiple times to download multiple models in a single
                        run.
  -i, --install         After the installer is downloaded, perform the install
                        automatically. Can be used on Windows only.
  -o OUTPUT_DIR, --output-dir=OUTPUT_DIR
                        Base path where the installer files will be extracted
                        into a folder named after the product, ie.
                        'BootCamp-041-1234'. Uses the current directory if
                        this option is omitted.
  -k, --keep-files      Keep the files that were downloaded/extracted. Useful
                        only with the '--install' option on Windows.
  -p PRODUCT_ID, --product-id=PRODUCT_ID
                        Specify an exact product ID to download (ie.
                        '031-0787'), currently useful only for cases where a
                        model has multiple BootCamp ESDs available and is not
                        downloading the desired version according to the post
                        date.
 
C:\Users\Ungyi\Downloads\brigadier-0.2.4>brigadier.exe -m MacBookPro13,3
Using Mac model: MacBookPro13,3.
 
Model supported in package distribution file at http://swcdn.apple.com/content/downloads/31/20/031-92174/b8hxjbbz9obdsxhazehkc4s3xu1hksacv9/031-92174.English.dist.
 
Distribution 031-92174 supports the following models: MacBookPro13,3.
 
Making directory C:\Users\Ungyi\Downloads\brigadier-0.2.4\BootCamp-031-92174..
 
Fetching Boot Camp product at URL http://swcdn.apple.com/content/downloads/31/20/031-92174/b8hxjbbz9obdsxhazehkc4s3xu1hksacv9/BootCampESD.pkg.
 
 22.6% 129597440 / 572652924 bytesTraceback (most recent call last):
  File "<string>", line 339, in <module>
  File "<string>", line 274, in main
  File "<string>", line 62, in downloadFile
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\urllib", line 93, in urlretrieve
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\urllib", line 267, in retrieve
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\socket", line 380, in read
socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host
 
C:\Users\Ungyi\Downloads\brigadier-0.2.4>brigadier.exe -m MacBookPro13,3
Using Mac model: MacBookPro13,3.
 
Traceback (most recent call last):
  File "<string>", line 339, in <module>
  File "<string>", line 188, in main
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\plistlib", line 103, in readPlistFromString
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\plistlib", line 78, in readPlist
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\plistlib", line 406, in parse
xml.parsers.expat.ExpatError: junk after document element: line 4, column 0
 
C:\Users\Ungyi\Downloads\brigadier-0.2.4>brigadier.exe -m MacBookPro13,3
Using Mac model: MacBookPro13,3.
 
Model supported in package distribution file at http://swcdn.apple.com/content/downloads/31/20/031-92174/b8hxjbbz9obdsxhazehkc4s3xu1hksacv9/031-92174.English.dist.
 
Distribution 031-92174 supports the following models: MacBookPro13,3.
 
Final output path C:\Users\Ungyi\Downloads\brigadier-0.2.4\BootCamp-031-92174 already exists, removing it...
 
Making directory C:\Users\Ungyi\Downloads\brigadier-0.2.4\BootCamp-031-92174..
 
Fetching Boot Camp product at URL http://swcdn.apple.com/content/downloads/31/20/031-92174/b8hxjbbz9obdsxhazehkc4s3xu1hksacv9/BootCampESD.pkg.
 
 50.7% 290193408 / 572652924 bytesTraceback (most recent call last):
  File "<string>", line 339, in <module>
  File "<string>", line 274, in main
  File "<string>", line 62, in downloadFile
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\urllib", line 93, in urlretrieve
  File "c:\jenkins\workspace\brigadier\build\brigadier\out00-PYZ.pyz\urllib", line 283, in retrieve
urllib.ContentTooShortError: retrieval incomplete: got only 290191900 out of 572652924 bytes
 
C:\Users\Ungyi\Downloads\brigadier-0.2.4>
C:\Users\Ungyi\Downloads\brigadier-0.2.4>brigadier.exe -m MacBookPro13,3
Using Mac model: MacBookPro13,3.
 
Model supported in package distribution file at http://swcdn.apple.com/content/downloads/31/20/031-92174/b8hxjbbz9obdsxhazehkc4s3xu1hksacv9/031-92174.English.dist.
 
Distribution 031-92174 supports the following models: MacBookPro13,3.
 
Final output path C:\Users\Ungyi\Downloads\brigadier-0.2.4\BootCamp-031-92174 already exists, removing it...
 
Making directory C:\Users\Ungyi\Downloads\brigadier-0.2.4\BootCamp-031-92174..
 
Fetching Boot Camp product at URL http://swcdn.apple.com/content/downloads/31/20/031-92174/b8hxjbbz9obdsxhazehkc4s3xu1hksacv9/BootCampESD.pkg.
 
100.0% 572653568 / 572652924 bytes
Extracting...
 
Calling 7-Zip command: C:\Program Files\7-Zip\7z.exe e -oc:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox -y c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\BootCampESD.pkg
 
 
7-Zip 18.01 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-01-28
 
Scanning the drive for archives:
1 file, 572652924 bytes (547 MiB)
 
Extracting archive: c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\BootCampESD.pkg
 
WARNINGS:
There are data after the end of archive
 
--
Path = c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\BootCampESD.pkg
Type = Xar
WARNINGS:
There are data after the end of archive
Physical Size = 572651686
Tail Size = 1238
SubType = pkg
Headers Size = 3176
----
Path = Payload
Size = 572646210
Packed Size = 572646210
Modified = 2016-11-24 09:06:40
Created = 2016-11-24 09:06:47
Accessed = 2016-11-24 09:04:33
Mode = -rw-r--r--
User = root
Group = wheel
Method = octet-stream
--
Path = Payload
Type = bzip2
 
Everything is Ok
 
Archives with Warnings: 1
 
Warnings: 1
Size:       570981888
Compressed: 572652924
Calling 7-Zip command: C:\Program Files\7-Zip\7z.exe e -oc:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox -y c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\Payload~
 
 
7-Zip 18.01 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-01-28
 
Scanning the drive for archives:
1 file, 570981888 bytes (545 MiB)
 
Extracting archive: c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\Payload~
--
Path = c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\Payload~
Type = Cpio
Physical Size = 570981888
SubType = Portable ASCII
 
Everything is Ok
 
Folders: 4
Files: 1
Size:       570980959
Compressed: 570981888
Calling 7-Zip command: C:\Program Files\7-Zip\7z.exe x -oC:\Users\Ungyi\Downloads\brigadier-0.2.4\BootCamp-031-92174 -y c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\WindowsSupport.dmg
 
 
7-Zip 18.01 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2018-01-28
 
Scanning the drive for archives:
1 file, 570980959 bytes (545 MiB)
 
Extracting archive: c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\WindowsSupport.dmg
--
Path = c:\users\ungyi\appdata\local\temp\bootcamp-unpack_anopox\WindowsSupport.dmg
Type = Dmg
Physical Size = 570980959
Method = Copy ZLIB CRC
Blocks = 3363
----
Path = 0.Apple_ISO
Size = 881403904
Packed Size = 570778000
CRC = 668E19FB
Comment = BOOTCAMP (Apple_ISO : 0)
Method = Copy ZLIB CRC
--
Path = 0.Apple_ISO
Type = Iso
Physical Size = 881403904
Created = 2016-11-24 08:45:24
Modified = 2016-11-24 08:45:24
 
Everything is Ok
 
Folders: 99
Files: 719
Size:       880172038
Compressed: 570980959
Done.
 
 
C:\Users\Ungyi\Downloads\brigadier-0.2.4>


How to install windows in mac without using boot camp assistant - link (https://apple.stackexchange.com/questions/310109/boot-camp-control-panel-macos-partition-doesnt-show-up)

'IT' 카테고리의 다른 글

알바 일당 계산기  (0) 2018.07.27
Mac bootcamp install guide  (0) 2018.06.04
유튜브 비디오 MP3로 다운받기  (0) 2018.06.03
Youtube 250+ Views!!  (0) 2018.06.01
Programs installed in my laptop  (0) 2018.05.15
댓글
Announcement
Recent Posts
Recent Comments
Total
Today
Yesterday
Link
TAG
more
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Search by month