Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.76 KB

run_meilix_with_qemu.md

File metadata and controls

46 lines (29 loc) · 1.76 KB

Development

Want to contribute? Great!

How to run/tests Meilix ISO locally with Qemu/KVM

Installing KVM on Ubuntu

  • Step 1: Update your ubuntu repositories sudo apt-get update
  • Step 2: Install the kvm packages, execute sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager
  • Step 3: Add user to the groups, execute sudo adduser <your-username> libvirt and sudo adduser <your-username> libvirt-qemu
  • Step 4: Restart your system
  • Step 5: Execute virt-manager to open Virtual Machine Manager

Virtual-Manager

Testing the Latest Release on Qemu/KVM

New-Virtual-Machine

  • Step 3: Select Local Install Image, then click Forward

Local-ISO

  • Step 4: Choose the downloaded ISO Image using Browse, then click Forward

Choose-ISO

  • Step 5: Allocate memory and cpu cores to the VM and click Forward

Allocate-Memory

  • Step 5: Determine hard drive size and click Forward

Hard-Drive

  • Step 6: Check the Overview of the VM and choose Virtual Network for Network Selection, then click Finish

Overview

Meilix-Xenial

Video link to test meilix ISO locally

meilix

If you like the project, don't forget to star it.