카테고리 없음
[mac] qemu
냐옴
2022. 7. 9. 19:59
## qemu 설치
brew install qemu
## 드라이브 파일 생성
qemu-img create ubuntu.raw 40G
## iso 로 시스템 부팅
qemu-system-x86_64 -m 1G -cdrom ubuntu-20.04.4-live-server-amd64.iso -drive file=ubuntu.raw