System/Linux

[Error] Mac(M1, M2)에서 VirtualBox 설치하기

2023. 4. 26. 20:44

😱 Error

 

요즘 homebrew로 간편하게 설치할 수 있는 것에 빠져있는 도중에 error를 만났다.

brew install --cask virtualbox

Error: Cask virtualbox depends on hardware architecture being one of [{:type=>:intel, :bits=>64}], but you are running {:type=>:arm, :bits=>64}.

 

 🔍 이유

 

VirtualBox는 Mac의 경우 인텔 CPU(x86_64)에서만 작동한다.

애플 실리콘(M1, M2,...)은 사용 불가능하다. 그래서 나는 다운로드할 수가 없다. ㅠㅠ

 

#20192 (Virtual Machine does not start on M1 Mac) – Oracle VM VirtualBox

Device: MacBook Pro 13-inch, 2020, M1 Software: macOs 11.1 Installation of VirtualBox is working. Trying to create and start an Ubuntu-Machine with VirtualMachine by using the following command in existing project: vagrant up After short time the following

www.virtualbox.org

 

📂 VirtualBox 설치 (Beta버전)

 

Developer preview for macOS / Arm64 (M1/M2) hosts 다운로드

 

😱 CentOS 설치

 

다운로드해야 되는 건 정해져 있는데 딱 보니 안 될 것 같다.

하지만 혹시나 하는 마음에 해봤는데 역시나 안 됐다. window로 가야겠다...ㅠㅠ

 

1. CentOS Linux ➡️ x86_64

2. 아무거나 선택해도 된다.

3. CentOS-7-x86-DVD-2207-02.iso 다운로드 (위에서 5번째)

 

🤔 TMI

더보기

homebrew를 경험하고 나서 "mac 좋아!!!"를 외쳤지만

이런 거 보면 모든 것에는 역시 장단점이 존재한다.

역시 아직까지는 손에 익은 window가 제일 편한 것 같다.