diff options
Diffstat (limited to 'html/blog')
| -rw-r--r-- | html/blog/2024-11-23+BootCamp_Unsuccessful_on_macOS_Monterey:_Missing_Driver+computers.tmpl.html | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/html/blog/2024-11-23+BootCamp_Unsuccessful_on_macOS_Monterey:_Missing_Driver+computers.tmpl.html b/html/blog/2024-11-23+BootCamp_Unsuccessful_on_macOS_Monterey:_Missing_Driver+computers.tmpl.html new file mode 100644 index 0000000..070edef --- /dev/null +++ b/html/blog/2024-11-23+BootCamp_Unsuccessful_on_macOS_Monterey:_Missing_Driver+computers.tmpl.html @@ -0,0 +1,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 }}
\ No newline at end of file | 
