commands.sh

qemu-system-i386

all

Emulate the `i386` architecture.

More info →

Options (1)

-Mboolean

List the supported machine types

Example: qemu-system-i386 {{[-M|-machine]}} help

Examples (6)

Boot from an image emulating the `i386` architecture

qemu-system-i386 -hda image_name.img -m 4096

Boot a QEMU instance from a live ISO image

qemu-system-i386 -hda image_name.img -m 4096 -cdrom os_image.iso -boot d

Boot from a physical device (e.g. from USB to test a bootable medium)

qemu-system-i386 -hda /dev/storage_device -m 4096

Do not launch a VNC server

qemu-system-i386 -hda image_name.img -m 4096 -nographic

Exit non-graphical QEMU

<Ctrl a><x>

List the supported machine types

qemu-system-i386 [-M|-machine] help
made by @shridhargupta | data from tldr-pages