
Hi everyone.
I built a small open-source utility called AMD Boot Camp Driver Studio for one very specific setup:
- MacBook Pro 16-inch, 2019
- AMD Radeon Pro 5500M
- Windows 10/11 through Boot Camp
- AMD Software: Adrenalin Edition 26.6.1
The goal is not to make a univ ersal Boot Camp driver package.
It is a helper tool that prepares, verifies, patches, locally signs, installs, backs up,
and restores a newer AMD Radeon RX 5500M-family driver package for the Radeon Pro 5500M.

A few important notes:
- This is unofficial and not affiliated with Apple, AMD, or Microsoft.
- It does not redistribute AMD driver binaries.
- The AMD installer must be downloaded from AMD’s official site.
- The tool verifies file size, SHA-256 hashes, hardware ID, and expected package structure before making changes.
- Secure Boot must be disabled.
- Windows test-signing mode must be enabled.
- This may conflict with anti-cheat systems, DRM, corporate security policies, or endpoint protection software.
- Use it at your own risk and back up important data first.
Why I made it:
Boot Camp AMD driver support for Intel Macs is messy, and I wanted a more reproducible way to prepare a patched driver package instead of manually editing files every time. I also wanted the tool to be explicit about hardware checks, hashes, backup/restore, and not redistributing proprietary driver files.
GitHub:
https://github.com/Parkyongseok1120/Mac-AMD-GPU-BootCamp-Driver-Studio
GitHub - Parkyongseok1120/Mac-AMD-GPU-BootCamp-Driver-Studio
Contribute to Parkyongseok1120/Mac-AMD-GPU-BootCamp-Driver-Studio development by creating an account on GitHub.
github.com
I would appreciate feedback, especially from anyone who still uses a 2019 16-inch MacBook Pro with Radeon Pro 5500M in Boot Camp.
I am particularly looking for feedback on:
- Whether the README is clear enough
- Whether the warnings are strong enough
- Whether the recovery instructions are understandable
- Whether the hardware/package verification approach makes sense
- Any obvious safety or packaging issues I missed
Again, this is not intended for other GPUs or other Mac models unless separate verified profiles are added later.
한국어
안녕하세요. 라이킷입니다 ㅎㅎ
아직 Intel Mac에서 Boot Camp로 Windows를 쓰시는 분들이 계실지 모르겠지만, 제가 개인적으로 필요해서 AMD Boot Camp Driver Studio라는 작은 오픈소스 유틸리티를 만들어봤습니다.
이 도구는 아래 환경을 대상으로 합니다.
- MacBook Pro 16-inch, 2019
- AMD Radeon Pro 5500M
- Boot Camp를 통한 Windows 10/11
- AMD Software: Adrenalin Edition 26.6.1
범용 Boot Camp 드라이버 패키지를 만들려는 목적은 아니고, 특정 환경에서 최신 AMD Radeon RX 5500M 계열 드라이버 패키지를 Radeon Pro 5500M에 적용할 수 있도록 도와주는 보조 도구에 가깝습니다.
주요 기능은 다음과 같습니다.
- 드라이버 패키지 준비
- 파일 및 패키지 검증
- 하드웨어 ID 확인
- 필요한 파일 패치
- 로컬 서명
- 설치
- 기존 드라이버 백업
- 복원 기능
몇 가지 중요한 주의사항도 있습니다.
- 이 프로젝트는 비공식 도구이며 Apple, AMD, Microsoft와 관련이 없습니다.
- AMD 드라이버 파일 자체를 재배포하지 않습니다.
- AMD 설치 파일은 사용자가 AMD 공식 사이트에서 직접 다운로드해야 합니다.
- Mac의 Secure Boot를 비활성화해야 합니다.
- Windows test-signing mode를 활성화해야 합니다.
- 안티치트, DRM, 회사 보안 정책, 일부 보안 프로그램과 충돌할 수 있습니다.
- 사용은 본인 책임이며, 적용 전 중요한 데이터는 백업하는 것을 권장합니다.
제가 이걸 만든 이유는 단순합니다.
Intel Mac의 Boot Camp AMD 드라이버 지원이 예전보다 애매해졌고, 매번 수동으로 파일을 수정하면서 설치하는 과정이 꽤 번거로웠습니다. 그래서 최소한 파일 검증, 하드웨어 확인, 백업/복원 같은 부분은 조금 더 명확하고 재현 가능한 방식으로 처리하고 싶었습니다.
또한 AMD의 드라이버 파일을 직접 포함하지 않고, 사용자가 공식 설치 파일을 직접 받아서 사용하는 구조로 만들었습니다.
GitHub:
https://github.com/Parkyongseok1120/Mac-AMD-GPU-BootCamp-Driver-Studio
GitHub - Parkyongseok1120/Mac-AMD-GPU-BootCamp-Driver-Studio
Contribute to Parkyongseok1120/Mac-AMD-GPU-BootCamp-Driver-Studio development by creating an account on GitHub.
github.com
혹시 아직 2019년형 16인치 MacBook Pro와 Radeon Pro 5500M을 Boot Camp 환경에서 사용하고 계신 분이 있다면 피드백을 받고 싶습니다.
특히 아래 부분에 대한 의견을 듣고 싶습니다.
- README 설명이 이해하기 쉬운지
- 주의사항이 충분히 명확한지
- 복구 방법이 따라 하기 쉬운지
- 하드웨어 및 패키지 검증 방식이 적절한지
- 안전성이나 패키징 측면에서 빠진 부분이 있는지
다시 한 번 말씀드리면, 이 도구는 현재 다른 GPU나 다른 Mac 모델을 대상으로 만든 것은 아닙니다.
현재는 2019년형 16인치 MacBook Pro / Radeon Pro 5500M 환경을 기준으로 만든 도구입니다.
댓글