Skip to content
/ qemu-mx Public

How to setup an MX Linux VM with qemu on macOS host machine.

Notifications You must be signed in to change notification settings

0scvr/qemu-mx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qemu-mx

How to setup an MX Linux VM with qemu on macOS host machine.

Install qemu with Homebrew

brew install qemu

Add Apple's HVF to qemu

codesign -s - --entitlements entitlements.xml --force /usr/local/bin/qemu-system-x86_64

Create a disk image

qemu-img create -f qcow2 MX-21.qcow2 20G

Run VM

Run ./first-start.sh on first run and install MX Linux on the disk image previously created. Ctrl + c in host terminal. Then run ./start.sh on all subsequent runs.

About

How to setup an MX Linux VM with qemu on macOS host machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages