qemu-startup

Start QEMU VMs with serial console and boot verification.

127|27|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/lazyFrogLOL/Harness_Engineering --skill qemu-startup-lazyfroglol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qemu-startup
Source: https://github.com/lazyFrogLOL/Harness_Engineering/tree/main/skills/qemu-startup
Command: npx skills add https://github.com/lazyFrogLOL/Harness_Engineering --skill qemu-startup-lazyfroglol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides the setup and startup of QEMU virtual machines with accessible serial consoles, safe process management, and boot readiness checks, addressing complexity and potential configuration pitfalls.

Core Features & Use Cases

  • Serial console configuration via telnet or equivalent, with monitoring and non-graphical operation.
  • Pre-flight verification steps including tool availability, KVM availability, port checks, and required file checks.
  • Process management and lifecycle guidance to reliably start, monitor, and terminate QEMU instances.
  • Boot verification strategies with polling methods and readiness indicators to confirm successful startup.

Quick Start

Run the startup sequence to launch a QEMU VM with a serial console and boot verification.

Frequently Asked Questions about qemu-startup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a QEMU VM with a serial console accessible via telnet?

To start a QEMU VM with a serial console via telnet, you need to configure non-graphical operation and attach the console to a designated telnet port. This skill guides that startup sequence while ensuring reliable process management.

What pre-flight checks are needed before launching a QEMU virtual machine?

Pre-flight checks for launching a QEMU virtual machine include verifying tool availability, confirming KVM availability, checking designated ports, and validating required files. These checks prevent common configuration pitfalls before boot.

How do I verify if a QEMU VM has successfully booted without a graphical display?

Boot verification for a QEMU VM without a graphical display involves polling methods and readiness indicators. This skill implements robust verification strategies to confirm successful startup via the serial console.

Can I manage QEMU process lifecycle and terminate instances safely from the command line?

Yes, you can manage the QEMU process lifecycle and safely terminate instances from the command line. This guidance covers reliable process management to start, monitor, and shutdown virtual machines.

Does QEMU require KVM availability checks for virtualization provisioning?

KVM availability checks are required for QEMU virtualization provisioning to ensure hardware acceleration is active. Pre-flight validation in this skill confirms KVM readiness before attempting to boot the virtual machine.