LinuxCommandLibrary

qemu-system-i386

Emulate 32-bit x86 systems with QEMU

TLDR

Boot ISO image

$ qemu-system-i386 -cdrom [image.iso] -boot d
copy
Boot disk with memory
$ qemu-system-i386 -m [512M] -hda [disk.img]
copy
Boot with KVM
$ qemu-system-i386 -enable-kvm -hda [disk.img]
copy

SYNOPSIS

qemu-system-i386 [options] [diskimage_]

DESCRIPTION

qemu-system-i386 emulates 32-bit x86 systems. Use for running legacy 32-bit operating systems. Same options as qemu-system-x86_64 but for i386 architecture.

PARAMETERS

-m size

RAM size.
-hda file
Hard disk image.
-cdrom file
CD-ROM image.
-enable-kvm
Enable KVM acceleration.
-boot order
Boot order.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community