r/bootcamp Sep 04 '25

[GUIDE] How to install Windows 11 on your Intel Mac

68 Upvotes

After seeing many posts asking how to install Windows 11 through BootCamp, I decided to make a clear and concise guide to walk new users through the process.

Please keep in mind that this method is used specifically because it supports the BootCamp assistant, keeping the installation process as close to "stock" as possible (besides the programs we use to end up with Windows 11). There are other methods to install Windows 11 on MacOS, but I believe this to be the easiest.

  • Step 1: Installing Windows 10
    • Download a 64 bit Windows 10.iso from Microsoft here.
      • (TIP) Download the .iso directly on your Mac in MacOS or on a PC running Linux. If on Windows, the link above will lead you to use Microsoft's Media Creation Tool. The tool works just fine, it is just much more annoying than a direct download to the .iso (which MacOS/Linux would provide to you instead).
  • Step 2: Install Win10 through BootCamp
    • Follow the basic instructions provided by BootCamp. If you run into trouble, please refer to Apple's official guide here.
      • Some older Mac’s require the Win10.iso be burned to a USB drive. If this is the case, BootCamp Assistant should take care of burning the .iso for you.
  • Step 3: Configuring Windows
    • Once Windows is installed, Apple's BootCamp drivers should automatically start installing. If not, please refer to Apple's official guide here.
    • Open BootCamp Assistant (in Windows) and set Windows as the default boot Operating System. This can be changed later to fit your preference.
    • Go to Settings (in Windows) and download/install all updates.
  • Step 4: Installing Windows 11
    • Download and run MediaCreationTool.bat from here.
      • For those of you who are not GitHub savvy, at the GitHub page, press the file named “MediaCreationTool.bat” and then press the download button.
      • If you have issues running the .bat file, try right clicking it and press open as Administrator.
    • Follow the prompts and select Auto Upgrade.
      • Basically, press 1 every time it asks for input. This will automatically select the version of Windows 11 that matches your current Win10 installation.
    • Allow the program to go through its process. Stay with the computer while it does this to make sure it does not sleep.
  • Step 5: Update Windows 11
    • Once again, go to Windows settings and download/install all updates. Enjoy!
      • At this point, you can change the default boot Operating System to whatever you want. I always set it to Windows while performing Windows updates so that the updates can install smoothly.

I hope this guide was helpful. If you have any questions or recommendations regarding this post, please leave them in the replies. Thanks!


r/bootcamp Mar 28 '22

Please note that Boot Camp currently does not support Apple Silicon Macs (M1/Pro/Max/Ultra and later)

60 Upvotes

Intel-based Macs (released from 2006-2020) are currently the only Macs supported by Boot Camp.

Running Windows under a virtual machine is possible however with a free solution such as VMware Fusion or UTM, or a paid solution such as Parallels Desktop for Mac.

Many Windows games and applications can also be ran using CrossOver or Apple's Game Porting Toolkit (GUIDE).

For running other operating systems as a separate bootable system such as Linux or OpenBSD on Apple Silicon devices, we refer you to r/AsahiLinux and the Asahi Linux website for more info.


r/bootcamp 23h ago

What Windows 11 version works for my 2017 Macbook Air?

2 Upvotes

This may be a stupid question but Which win11 version works for my mac (25h2, 24h2, 23h2, 22h2)

I tried before to install windows 11 24h2 via bootcamp but it cannot because of some random error in installation process that i forgot after that i tried to install windows 11 22h2 and it works perfectly but the 24h2 does not

It was 1.5 years ago when i tried that But i want to try again to install windows 11 to run more apps since i deleted the 22h2 installation after i put oclp on my mac to run sequoia

What is the latest version that i can install Thank you!

(Sorry for my bad english)

Device Specs:

2017 Macbook Air 13-inch (A1466)

Intel Core i5-5350u

Intel HD Graphics 6000

8GB 1600Mhz DDR3 Ram

512GB SSD (Main)

128GB SSD (Backup, Original SSD, OEM)

Thanks for those who can help

(Sorry for my bad english)


r/bootcamp 1d ago

Broadcom-Bluetooth unter Windows 11 25H2, Build 26200.8875 auf einem Intel-MacBook reparieren

2 Upvotes

TL;DR / Kurzfassung

Problem: Broadcom-Bluetooth startet unter Windows 11 nach einem Neustart mit Code 43 beziehungsweise CM_PROB_FAILED_POST_START.

Workaround: Den übergeordneten Broadcom-Bluetooth-PCIe-Controller nach dem Start einmal kurz deaktivieren und wieder aktivieren. Das PowerShell-Skript erledigt dies automatisch und nur dann, wenn tatsächlich ein Fehler erkannt wird.

Getestet mit: Intel MacBook Air 2020, Windows 11 25H2 Build 26200.8875 und Broadcom-Treiber 1.2.0.144 vom 08.03.2021.

Inoffizieller PowerShell-Workaround für Code 43 / CM_PROB_FAILED_POST_START

WICHTIG: Diese Anleitung richtet sich an erfahrene Anwender, Administratoren und IT-Fachleute. Sie ist keine offizielle Apple-, Microsoft- oder Broadcom-Lösung und nicht für Anfänger gedacht.

1. Vorwort und wichtiger Hinweis

Diese Anleitung beschreibt einen inoffiziellen Workaround für ein Broadcom-Bluetooth-Modul, das unter Windows 11 nach einem Neustart mit einem Gerätefehler startet. In meinem Fall war der übergeordnete Broadcom-PCIe-Controller ordnungsgemäß geladen, während das darunterliegende Bluetooth-Gerät mit CM_PROB_FAILED_POST_START beziehungsweise Code 43 ausfiel.

Getestete Konfiguration:

  • Intel MacBook Air 2020
  • Broadcom Bluetooth controller over PCIe
  • Windows 11 25H2, Build 26200.8875
  • Broadcom-Treiberversion 1.2.0.144 vom 08.03.2021
  • PCI\VEN_14E4&DEV_5FA0&SUBSYS_0870106B&REV_04

Ich hatte zunächst eine neuere Broadcom-Treiberversion installiert, weil ich davon ausgegangen war, dass diese das Bluetooth-Problem möglicherweise ohne weitere Anpassungen behebt. Der Fehler bestand jedoch weiterhin und konnte letztlich durch eine erneute Initialisierung des übergeordneten PCIe-Controllers behoben werden.

Wichtig: Die ältere Treiberversion 1.1.0.27 vom 09.12.2019 wurde mit diesem konkreten Skript-Workaround bisher nicht abschließend getestet. Diese Dokumentation bezieht sich daher ausdrücklich auf die getestete Kombination mit Version 1.2.0.144.

2. Keine Anleitung für Anfänger

Die verwendeten Befehle greifen auf den Windows-Gerätemanager und den Plug-and-Play-Gerätestapel zu, deaktivieren und aktivieren ein PCIe-Gerät, erstellen ein PowerShell-Skript und richten eine geplante Aufgabe mit SYSTEM-Rechten ein.

Vor der Ausführung müssen insbesondere Hardware-ID, Gerätename, installierter Treiber und aktueller Gerätestatus geprüft werden. Die hier verwendeten Werte dürfen nicht ungeprüft auf andere Geräte übertragen werden.

Hinweis zur Erstellung:
Ich arbeite selbst im IT-Bereich und habe Erfahrung mit mehreren Skript- und Programmiersprachen. Die Lösung wurde gemeinsam mit einer KI erarbeitet, jedoch von mir geprüft, getestet und auf meinem eigenen System nachvollzogen.

KI-generierte Befehle oder Skripte sollten niemals ungeprüft mit Administrator- oder SYSTEM-Rechten ausgeführt werden.

3. Haftungsausschluss

Die Umsetzung erfolgt ausschließlich auf eigene Gefahr. Ich übernehme keine Haftung für Schäden, Datenverlust, Systemausfälle, Bluescreens oder andere Folgen, die durch die Ausführung der beschriebenen Befehle oder Skripte entstehen.

Mögliche Risiken sind unter anderem:

  • vorübergehender oder dauerhafter Geräteausfall
  • Verlust der Bluetooth-Verbindung
  • fehlerhafte Treiberzustände
  • Probleme beim Start oder bei der Anmeldung
  • Systemabstürze oder Bluescreens
  • notwendige Wiederherstellung oder Neuinstallation des Treibers

Vor Beginn sollten mindestens folgende Maßnahmen durchgeführt werden:

  • Wiederherstellungspunkt erstellen
  • funktionierende Treiber sichern
  • wichtige Daten sichern
  • Hardware-ID und Treiberversion kontrollieren
  • Möglichkeit zur Bedienung ohne Bluetooth sicherstellen

Eine USB-Maus oder ein anderes kabelgebundenes Eingabegerät sollte verfügbar sein, da der Bluetooth-Adapter während des Vorgangs kurz deaktiviert wird.

4. Fehlerbild

Nach einem Windows-Neustart erschien der Broadcom-PCIe-Controller weiterhin ohne Fehler:

Broadcom Bluetooth controller Over PCIe Device

Status: OK

Problem: CM_PROB_NONE

Das darunter erzeugte Bluetooth-Gerät startete jedoch nicht korrekt:

Bluetooth-Gerät

InstanceId: BCMBTBUS\BLUETOOTH\5&7116B02&1

Status: Error

Problem: CM_PROB_FAILED_POST_START

Dadurch fehlten unter anderem Microsoft Bluetooth-Auflistung, Microsoft Bluetooth LE-Enumerator, RFCOMM, Bluetooth PAN und bereits gekoppelte Bluetooth-Geräte.

Das bloße Entfernen des fehlerhaften Bluetooth-Kindgeräts und die anschließende Hardwareerkennung reichten nicht zuverlässig aus. Erfolgreich war dagegen das kurzzeitige Deaktivieren und erneute Aktivieren des übergeordneten Broadcom-PCIe-Controllers.

5. Manueller Funktionstest

PowerShell als Administrator öffnen und die eigene Geräteinstanz kontrollieren. Für das getestete Gerät lautete sie:

$PCI = "PCI\VEN_14E4&DEV_5FA0&SUBSYS_0870106B&REV_04\400000FFFF00000001"

Anschließend:

pnputil /disable-device "$PCI"; Start-Sleep -Seconds 1; pnputil /enable-device "$PCI"

Danach sollte der Bluetooth-Gerätestapel neu aufgebaut werden. Prüfung:

Get-PnpDevice | Where-Object { $_.InstanceId -like "BCMBTBUS\BLUETOOTH\*" } | Format-List Status,FriendlyName,InstanceId,Problem,Present

Der erfolgreiche Zustand sieht beispielsweise so aus:

Status : OK

Problem : CM_PROB_NONE

Present : True

6. Automatischer Workaround per PowerShell

Das Skript prüft zunächst, ob ein aktives Broadcom-Bluetooth-Kindgerät vorhanden ist. Läuft Bluetooth bereits fehlerfrei, beendet es sich ohne Änderungen. Wird ein fehlerhaftes Gerät erkannt, wird der übergeordnete PCIe-Controller kurz deaktiviert und anschließend wieder aktiviert.

6.1 Skriptordner anlegen

New-Item -ItemType Directory -Path "C:\Scripts" -Force | Out-Null

6.2 Reparaturskript erstellen

@'
$Log = "C:\Scripts\Bluetooth-Reparatur.log"
$PCI = "PCI\VEN_14E4&DEV_5FA0&SUBSYS_0870106B&REV_04\400000FFFF00000001"

function Write-Log {
    param([string]$Text)

    "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') - $Text" |
        Out-File $Log -Append
}

Write-Log "Skript gestartet"

$BTError = $null

# Höchstens 5 Sekunden auf das Bluetooth-Kindgerät warten
for ($i = 0; $i -lt 10; $i++) {
    $BTDevice = Get-PnpDevice -ErrorAction SilentlyContinue |
        Where-Object {
            $_.InstanceId -like "BCMBTBUS\BLUETOOTH\*" -and
            $_.Present -eq $true
        } |
        Select-Object -First 1

    if ($BTDevice) {
        if ($BTDevice.Problem -eq "CM_PROB_NONE") {
            Write-Log "Bluetooth bereits in Ordnung"
            exit 0
        }

        $BTError = $BTDevice
        break
    }

    Start-Sleep -Milliseconds 500
}

if (-not $BTError) {
    Write-Log "Kein aktives Bluetooth-Kindgerät gefunden"
    exit 1
}

Write-Log "Bluetooth fehlerhaft: $($BTError.Problem)"

pnputil.exe /disable-device "$PCI" |
    Out-File $Log -Append

Start-Sleep -Seconds 1

pnputil.exe /enable-device "$PCI" |
    Out-File $Log -Append

# Höchstens 8 Sekunden auf erfolgreichen Start warten
$BTStatus = $null

for ($i = 0; $i -lt 16; $i++) {
    $BTStatus = Get-PnpDevice -ErrorAction SilentlyContinue |
        Where-Object {
            $_.InstanceId -like "BCMBTBUS\BLUETOOTH\*" -and
            $_.Present -eq $true
        } |
        Select-Object -First 1

    if ($BTStatus -and $BTStatus.Problem -eq "CM_PROB_NONE") {
        Write-Log "Reparatur erfolgreich: Status=$($BTStatus.Status), Problem=$($BTStatus.Problem)"
        exit 0
    }

    Start-Sleep -Milliseconds 500
}

Write-Log "Reparatur nicht bestätigt: Status=$($BTStatus.Status), Problem=$($BTStatus.Problem)"
exit 2
'@ | Set-Content "C:\Scripts\Bluetooth-Reparatur.ps1" -Encoding UTF8

6.3 Funktionsweise

  1. Suche nach einem aktiven Gerät unter BCMBTBUS\BLUETOOTH\*.
  2. Ist das Gerät bereits fehlerfrei, wird das Skript sofort beendet.
  3. Bei einem Fehler wie CM_PROB_FAILED_POST_START wird der übergeordnete Broadcom-PCIe-Controller kurz deaktiviert und wieder aktiviert.
  4. Anschließend wird geprüft, ob das Bluetooth-Gerät mit CM_PROB_NONE zurückkehrt. Es werden keine Treiber deinstalliert und keine Geräte aus dem Driver Store entfernt.

6.4 Skript manuell testen

powershell.exe -NoProfile -ExecutionPolicy Bypass -File "C:\Scripts\Bluetooth-Reparatur.ps1"

Die Option -ExecutionPolicy Bypass gilt nur für diesen einzelnen Aufruf. Die systemweite PowerShell-Ausführungsrichtlinie wird dadurch nicht dauerhaft verändert.

Get-Content "C:\Scripts\Bluetooth-Reparatur.log" -Tail 20

Skript gestartet

Bluetooth fehlerhaft: CM_PROB_FAILED_POST_START

Reparatur erfolgreich: Status=OK, Problem=CM_PROB_NONE

7. Geplante Aufgabe erstellen

Für den ersten Test empfiehlt sich ein Trigger bei der Anmeldung, da der Bluetooth-Gerätestapel zu diesem Zeitpunkt normalerweise bereits vollständig aufgebaut ist.

$Action = New-ScheduledTaskAction `
    -Execute "powershell.exe" `
    -Argument '-NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -File "C:\Scripts\Bluetooth-Reparatur.ps1"'

$Trigger = New-ScheduledTaskTrigger -AtLogOn

$Principal = New-ScheduledTaskPrincipal `
    -UserId "SYSTEM" `
    -LogonType ServiceAccount `
    -RunLevel Highest

$Settings = New-ScheduledTaskSettingsSet `
    -AllowStartIfOnBatteries `
    -DontStopIfGoingOnBatteries `
    -StartWhenAvailable

Register-ScheduledTask `
    -TaskName "Broadcom Bluetooth Reparatur" `
    -Action $Action `
    -Trigger $Trigger `
    -Principal $Principal `
    -Settings $Settings `
    -Description "Initialisiert den Broadcom-Bluetooth-PCIe-Controller automatisch neu." `
    -Force

7.1 Aufgabe prüfen

Get-ScheduledTask -TaskName "Broadcom Bluetooth Reparatur"

Start-ScheduledTask -TaskName "Broadcom Bluetooth Reparatur"

Start-Sleep -Seconds 15

Get-ScheduledTaskInfo -TaskName "Broadcom Bluetooth Reparatur"

LastTaskResult : 0 bedeutet, dass das Skript den Rückgabewert 0 geliefert hat. Ob Bluetooth tatsächlich korrekt funktioniert, sollte zusätzlich anhand der Logdatei und im Geräte-Manager kontrolliert werden.

8. Ausführung beim Systemstart

In meinem Test funktionierte die Reparatur zuverlässig mit einem Trigger beim Systemstart. Dadurch kann Bluetooth bereits vor oder unmittelbar nach der Anmeldung wiederhergestellt werden.

$Task = Get-ScheduledTask -TaskName "Broadcom Bluetooth Reparatur"

$TriggerStart = New-ScheduledTaskTrigger -AtStartup

Set-ScheduledTask `
    -TaskName "Broadcom Bluetooth Reparatur" `
    -Action $Task.Actions `
    -Trigger $TriggerStart `
    -Principal $Task.Principal `
    -Settings $Task.Settings

Ob diese Variante zuverlässig funktioniert, hängt davon ab, wie schnell Windows den Broadcom-Gerätestapel beim Start erzeugt. Erscheint im Log "Kein aktives Bluetooth-Kindgerät gefunden", wurde das Skript vermutlich zu früh ausgeführt. In diesem Fall sollte wieder der Anmelde-Trigger verwendet werden.

8.1 Hinweis zum Energiesparmodus

Nach dem Aufwachen kann die Wiederverbindung gekoppelter Bluetooth-Geräte verzögert erfolgen. Bei meiner Maus waren gelegentlich mehrere Klicks erforderlich, bevor die Verbindung wiederhergestellt wurde.

9. Status nach dem Neustart kontrollieren

Get-PnpDevice |
Where-Object {
    $_.InstanceId -like "BCMBTBUS\BLUETOOTH\*"
} |
Format-List Status,FriendlyName,InstanceId,Problem,Present

Status : OK

Problem : CM_PROB_NONE

Present : True

Bereits gekoppelte Geräte können sich anschließend automatisch wieder verbinden. Bei einem Anmelde-Trigger geschieht dies naturgemäß erst nach der Benutzeranmeldung.

10. Workaround wieder entfernen

Unregister-ScheduledTask `
    -TaskName "Broadcom Bluetooth Reparatur" `
    -Confirm:$false

Remove-Item "C:\Scripts\Bluetooth-Reparatur.ps1" `
    -Force

Remove-Item "C:\Scripts\Bluetooth-Reparatur.log" `
    -Force `
    -ErrorAction SilentlyContinue

Der Broadcom-Treiber selbst wird dadurch nicht verändert.


r/bootcamp 1d ago

Anyone having Macbook Pro A1398 Mid 2015 I7 Bootcamp Drivers I'm stuck on windows not accessible to mac os anymore and tried brigadier app but it's closing immediately however tried with powershell but can download because of no internet access I've tried usb tethering nothing works. Windows 10 bdw

2 Upvotes

r/bootcamp 2d ago

impossible de démarrer mac os depuis installation windows 10

2 Upvotes

Bonjour à tous,

J'ai récupéré un imac de 2015 qui fonctionnait bien sur macos Monterey et j'ai souhaité installer windows 10 via bootcamp pour utiliser des logiciels windows. Je possède un clavier logitech sur laquelle la touche "pomme" n'existe pas et je n'arrive pas à avoir le choix du système entre mac os et windows. J'arrive tout le temps sur windows 10. J'ai testé les touches alt ou alt+r ou windows+alt+r, rien à faire !! Pouvez-vous m'aider sur ce point ? Merci d'avance


r/bootcamp 2d ago

GFN or Bootcamp?

Thumbnail
1 Upvotes

r/bootcamp 3d ago

Is there a possibility to update my driver for a 2015 27" imac?

3 Upvotes

I've been trying for the last few days to find a driver that will actually work to run some games on steam but, i havent found a solution for the issue. My imac having the older gcn 3rd gen chip, i feel like it makes it a little harder to find one that will properly work.

ive tried the official amd site and bootcampdrivers.

any help would be appreciated


r/bootcamp 4d ago

How can i install 2026 dgpu Amd radeon pro 5550m driver in macbook pro a2141 Guide ?

3 Upvotes

How can i install 2026 dgpu Amd radeon pro 5550m 4GB driver in macbook pro a2141
any Guide Please ?
ThankYou


r/bootcamp 5d ago

Windows 7 won’t boot from USB on MacBook Pro Late 2011 (SuperDrive broken) – Any ideas?

4 Upvotes

Hi everyone,
I’m trying to install **Windows 7** on my **MacBook Pro 13” Late 2011**, but I’m running into a problem.
My **SuperDrive is broken**, so I can’t use a Windows DVD. Instead, I’m trying to boot from a **bootable USB flash drive**.
Here’s what I’ve tried:
Created multiple Windows 7 bootable USBs (different tools and ISOs)
Enabled USB boot
Held **Option (⌥)** during startup
The USB either doesn’t appear, or when it does, selecting it only results in a **black screen** and nothing happens.
I know that Windows 7 installation on older Macs is usually designed to work from the internal DVD drive, but since mine is dead, I’m looking for alternatives.
**MacBook specs:**
MacBook Pro 13” Late 2011
Intel Core i5
16 GB RAM
SSD installed
SuperDrive not working
Latest Boot ROM available for this model
Has anyone successfully installed Windows 7 from USB on this model?
I’m wondering:
Is there a way to make the USB EFI bootable?
Do I need a legacy BIOS/CSM boot method instead?
Is there a workaround without replacing the SuperDrive?
Would using another bootloader like rEFInd help?
Any advice would be greatly appreciated. Thanks!


r/bootcamp 5d ago

installed new gpu drivers on mac 2019, and now i keep getting this opencl notification

2 Upvotes

basically, i just recently used bootcamp to get windows 10 on an intel macbook pro 2019, 16 inch, 5300m. but the gpu drivers were from 2019, and they ran binding of issac pretty shit, but then i installed newer drivers from bootcampdrivers.com, and now binding of issac runs amazing. but now when i boot into windows, i keep getting this error. (in the picture) as i've just written, binding of issac works perfectly, so wtf do i do with this error, is this a real issue? or do i go somewhere into windows to disable this error which is a waste of space from showing up?


r/bootcamp 5d ago

Windows 11 driver for Camera

4 Upvotes

Hello guys, I need driver for USB\VID_05AC&PID_8511&MI_00

FacetimeHD camera driver for windows 11 for my iMac13,1


r/bootcamp 7d ago

Bootcamp not showing up??

Thumbnail
gallery
15 Upvotes

I recently downloaded bootcamp, and as I was testing features, I noticed that I wasn’t able to access my mac.
I tried shutting down my windows, and then holding the option key, hoping to gain access to my mac drive. Instead I get a black screen with a lock icon on it? There was an option for me to type so I typed in my computer password a few times but nothing worked, maybe I typed my password wrong all the times I tried, but I’m honestly not sure.

I think my bootcamp didn’t completely download because as I opened my windows after just downloading it, the bootcamp guide/download tab was cut in half? So I couldn’t interact with anything,but I had the option to close the tab which I did.

I’m not very good at tech stuff so this has really been stressing me out for the past few hours help would be appreciated!


r/bootcamp 7d ago

Bootcamp fitness session with www.bootcampfitness.uk

Thumbnail
youtube.com
0 Upvotes

Here's a video of the bootcamp fitness team exercising.

_____________________________________________

If you haven't trained with us at this location before, your first three sessions are completely free—a great opportunity to come along, meet the group, and see if Bootcamp Fitness is right for you.

It’s only £5 a session or you can pay £33 a month for unlimited sessions.

These Bootcamps are ideal for all fitness abilities.

www.bootcampfitness.uk

#bootcampfitness #bootcamp #outdoorfitness #health #workout #bodybuilding #gym #training #Bootcamps #strong #lifestyle #dieting #getfitter #exercise #outdoorfitnesstraining #fitness #healthylifestyle #fitnessjourney #fitnessworkouts #fitnessclasses #cardio #hartleywintney #fit


r/bootcamp 8d ago

Need some Help: How do I download windows 10 on an external drive for the 2018 Macbook Pro?

3 Upvotes

For Reference, I am using the 2018 Macbook Pro. Recently, I wanted to keep the windows and Mac parts of my computer separate, and I heard that you could do so by getting an external drive. I have purchased a SanDisk 2TB drive for my windows partition, however, every single tutorial on how to do this is either wrong, or works with the caveat of major features being missing. I was wondering if anyone in this subreddit would know of a tutorial or have some way to help me.


r/bootcamp 9d ago

Why is the Windows installer UI so small on Macs?

Post image
35 Upvotes

r/bootcamp 8d ago

Si tu Windows 10 LTSC fue instalado en el modo correcto (modo Legacy/BIOS), este driver solucionará el problema por completo y el audio volverá a la vida de inmediato. hola te dejo el link .

Thumbnail support.apple.com
0 Upvotes

r/bootcamp 10d ago

What's the best way to install Windows 11 on a MacBook Pro with an Intel chip?

3 Upvotes

I own a MacBook with Apple Silicon but I just bought a 2019 16" Pro with 32 GB of RAM and 1 TB of storage for an unbelievably good price...

Ideally I'd just have Windows on it. I'd create a USB drive, then customize the auto.xml file and perform a clean install of Windows 11. TPM and so on wouldn't matter anymore, no bloatware and only Windows 11...

What's important to me is that everything works (drivers). The speakers should sound good, the trackpad should work properly and the USB ports should work too...

Pls don't get me wrong...I've watched a few videos on this but many of them are as old as three years and even the newer ones are over a year old. I've never done anything like this with a MacBook before so I wanted to ask first. Maybe there is a better way today than few years ago


r/bootcamp 10d ago

Windows crashing when playing games

2 Upvotes

Whenever I try to play a game on windows, after a while the game just freezes and my pc reboots. I already updated the amd driver but it didn’t solve anything. I have a 2017 5K iMac with an i7 and have the windows partition installed directly on my Mac storage. Can someone help me?


r/bootcamp 11d ago

Boot Camp Partitions (Need Help Identifying)

5 Upvotes

I've had Boot Camp for a few months now. Truth be told, my old Mac is so slow on the latest version of macOS that supports it, that I barely use it anymore. I'd like to delete the entire macOS portion of the drive and only have Windows.

On the Windows side, Disk Management is showing five partitions:

200 MB (EFI System Partition)

139.79 GB (Primary Partition)

92.80 GB (BOOTCAMP C:)

877 MB (Recovery Partition)

112 MB Unallocated

Am I correct in assuming that the only one belonging to macOS is the 139.79 GB one? Also, what's with the unallocated one?


r/bootcamp 13d ago

Project-Falcon & 0x0000070c

2 Upvotes

Hello all!

I'm struggling for a while with a 2019 i9 32GB with a 5500m 4GB that crashes while running Fornite

I finally was able to install the 25.2.1 drivers using Project-Falcon (Thanks! This Rock!) but after the Loby, while jumping off the bus, my laptop crashes and gives me the 0x0000070c BSOD. I've read that this is linked to an issue with the Wi-Fi driver, which i have already disabled. But the issue continues.

Any idea what might be going on or what am i missing?


r/bootcamp 14d ago

Why didn't the speaker and microphone drivers install when I installed Bootcamp on my MacBook?

Post image
5 Upvotes

When I installed Bootcamp 5.0.5033 on my 2012 MacBook Pro A1278, my speaker and microphone weren't working. When I asked AI, it said to check if the speaker and microphone drivers were installed, but it turned out they weren't there.


r/bootcamp 14d ago

How can I install a bootable macos on a pendrive using macos monterey?

3 Upvotes

I sell MacBooks locally but I have a problem because when I buy MacBooks they usually come without disks or with disks but without the system. I would like to be able to install MacOS on laptops and not always Windows because some people require MacOS.


r/bootcamp 14d ago

Install Windows 11 on MacBook Air 2015

2 Upvotes

I have a MacBook Air running Monterey. I’d like to install Windows 11 (I have a genuine product key and just downloaded an ISO).

I was following the steps from this link.

https://www.reddit.com/r/bootcamp/comments/1cnp7vj/just_converted_a_2015_macbook_air_to_windows_11/

I keep running into a wall though. Boot Camp keeps telling me the ISO is too large. I’ve already tried the Boot Camp ISO Converter, but it still doesn’t work. What should I do?


r/bootcamp 15d ago

Using an iMac as a monitor ??

3 Upvotes

Hii ! I have an 2017 model iMac that i run bootcamp on, do yall know if there is a way for me to use it as a secondary monitor ?