blob: 070edefc8b71c053be52b3a3a8cb9233f4bbdaf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
<p>While trying to install Windows 10 22H2 through BootCamp on macOS Monterey, I kept running into a roadblock. A message popped up saying that "a media driver your computer needs is missing." Forums mentioned a drivers folder that contained the SSD driver. I found it, but trying to install it failed. After much searching, a comment on a Reddit thread mentioned Windows 10 version 1909 allowed them to implement one of the fixes mentioned for the driver issues. That wasn't what I was looking for exactly, so I kept searching, but after about 2hrs I decided to just try version 1909.</p>
<p>Voilà. It worked along with the auto driver install afterwords. There's no mention of this issue anywhere I can find, and most Apple support threads don't dig enough to find a root cause.</p>
<p>If you're looking to BootCamp Windows 10 and are running into driver errors, try installing version 1909 instead. I haven't trying upgrading to 22H2 post-install, but that might be an option.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|