Last active
April 6, 2022 12:20
-
-
Save VedantParanjape/8e261f9ac0ecd564b9d7f680b01f87cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo qemu-system-x86_64 -s \ | |
-nographic \ | |
--enable-kvm \ | |
-drive "file=/home/vedant/images/focal-server-cloudimg-amd64.qcow2,format=qcow2" | |
-drive "file=/home/vedant/images/user-data.img,format=raw" \ | |
-m 16G \ | |
-cpu host \ | |
-device e1000,netdev=net0 \ | |
-qmp tcp:127.0.0.1:5555,server,nowait \ | |
-netdev user,id=net0,hostfwd=tcp::4444-:22 \ |
Author
VedantParanjape
commented
Apr 6, 2022
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment