|
From: | STEPHEN CONSTANTINOU |
Subject: | new 2 Qemu, |
Date: | Wed, 14 Apr 2021 19:28:30 +0200 |
Dear All
1) I have installed qemu on my Kubuntu 20.04 laptop
stephanos@stephanos-Inspiron-N5030:/usr/bin$ sudo apt-get install qemu
[sudo] password for stephanos:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed
qemu
0 to upgrade, 1 to newly install, 0 to remove and 42 not to upgrade.
Need to get 13.7 kB of archives.
After this operation, 123 kB of additional disk space will be used.
Get:1 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu amd64 1:4.2-3ubuntu6.14 [13.7 kB]
Fetched 13.7 kB in 0s (149 kB/s)
Selecting previously unselected package qemu.
(Reading database ... 220740 files and directories currently installed.)
Preparing to unpack .../qemu_1%3a4.2-3ubuntu6.14_amd64.deb ...
Unpacking qemu (1:4.2-3ubuntu6.14) ...
Setting up qemu (1:4.2-3ubuntu6.14) ...
stephanos@stephanos-Inspiron-N5030:/usr/bin$
2) I have installed a virtual machine
First by defining an image
stephanos@stephanos-Inspiron-N5030:~/Downloads$ qemu-img create image.img 200M
Formatting 'image.img', fmt=raw size=209715200qemu-system-i386 -hda image.img -cdrom
Next by choosing an iso file of freeDOS
stephanos@stephanos-Inspiron-N5030:~/Downloads$ qemu-system-i386 -hda image.img -cdrom FD12CD.iso -m 16M -boot order=dc
It worked. I used the VM. Lovely. I shut it down.
3) The version of qemu is shown below
stephanos@stephanos-Inspiron-N5030:/etc$ qemu-system-x86_64 -version
QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.14)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
stephanos@stephanos-Inspiron-N5030:/etc$
4) But I cannot find the command to start this VM again. Nor can I find the name of the VM.
Any help appreciated
Stephanos
[Prev in Thread] | Current Thread | [Next in Thread] |