![]() |
|
ForumMon Mar 27 12:18:18 2023 UTC Help: Installationteniie2 ![]() Wed Mar 22 21:50:59 2023 UTC Help: GeneralThierry ![]() Mon Mar 20 22:49:30 2023 UTC Help: GeneralThierry ![]() Sat Mar 18 17:50:53 2023 UTC Help: GeneralDj ![]() Sat Mar 18 16:20:49 2023 UTC Help: Generalvikrang ![]() Sun Mar 12 22:33:33 2023 UTC Help: ProgrammingThierry ![]() Thu Mar 9 17:29:47 2023 UTC Help: ProgrammingFerran ![]() Thu Mar 9 11:49:10 2023 UTC Help: Installationteniie2 ![]() Tue Mar 7 07:15:07 2023 UTC Help: ProgrammingThierry ![]() Mon Mar 6 17:37:51 2023 UTC Documentation: Tips and TricksFerran ![]() |
Wed Jan 25 12:20:05 2023 UTC Install QEMU and start a virtual machineIntroductionTo Create a qemu virtual machine using NuTyX unique scripts and start the vmInstall QemuThe package is named qemu.sudo cards install qemu This will install all needed files and 2 scripts "configvm and startvm" that will helpe us to create and start a vm. Configure QemuYour account needs to be part of the 'kvm' group to be able to use qemu: usermod -a -G kvm As it's says in yellow, you needs to be part of the kvm group. In this tutorial, user's name is james usermod -a -G kvm jamesThey should me no output at prompt Preparation
for example, the 64bits 23.01.3 version BASE iso will be: https://sourceforge.net/projects/nutyx/files/NuTyX_x86_64-23.01.3-BASE.iso
Start a pre built VM
This will give 2 Warnings " You didn't state WHICH VM to start, but it will list all availble VM's. Select the 1 you want. Simply enter the Name of which VM.
Enjoy your qemu installation. |