Questions tagged [virtualization]

For questions pertaining to virtualization.

Virtualization is the process by which a hardware or software environment is simulated on another hardware or software platform. The resulting instance is often called a "virtual machine." This allows the testing of different hardware and software configurations and adds an extra layer of safety when accessing high-risk networks, as the virtual machine can be easily deleted and replaced if compromised.

50 questions
15
votes
5 answers

Is it possible to use any virtualization technique with the Raspberry Pi 3?

The Raspberry Pi computers have not much CPU power and main memory but they could be the perfect platform for virtualization exercises at university classes. Now I'm looking for working virtualization solutions. The XEN project has implemented a…
Neverland
  • 361
  • 2
  • 4
  • 12
7
votes
2 answers

How to emulate raspberry pi 2 on Ubuntu 14.04 PC?

Here I got an image of Raspberry Pi (re-designed). Let's call it pi2-16gb.img Emulate ARM Raspberry Pi 2 model B v1.1 on a Ubuntu PC Now I want to emulate it before inserting it to a Pi 2 physically. I created a startup script start_arm_pi.sh as…
dotslash
  • 179
  • 1
  • 6
7
votes
3 answers

Does the RPi support hardware virtualization?

Does the Raspberry Pi 2 support hardware virtualization? Looking at the ARM specification page, the Cortex A7 chip has the ability to do so, but I'm unsure if there may be other problematic concerns with the SOC or Raspbian itself. My end goal is to…
Jacobm001
  • 11,904
  • 7
  • 47
  • 58
5
votes
2 answers

raspberry emulation / nested virtualization - issue when booting with qemu-system-arm

I'm trying to emulate the raspberry pi with a virtualbox using Ubuntu. I've followed this link and also this one I've been able to install the requested qemu package, I've downloaded the raspbian image and I've also downloaded the QEMU-Ready…
Andy K
  • 123
  • 8
5
votes
6 answers

Has anyone managed to run Raspberry Pi 3 with KVM enabled?

I have seen some tutorials for Raspberry pi 2, but they are either a bit old, or do not work on the 3 model. I would like basically to run QEMU with KVM, for a x86 guest, in order for it to perform at a satisfactory level, right now it is very slow.…
elpollohermano
  • 59
  • 1
  • 1
  • 2
5
votes
1 answer

Virtualization of Raspberry Pi OS 64-bit arm64 on M1 (arm64) Macbooks

I was wondering whether it was possible to virtualize Raspberry Pi OS Lite Bullseye 64-bit arm64 on an M1 Macbook pro. I've downloaded the '.img' file from the official source and tried to load it initially with UTM but to no avail. I then tried…
5
votes
3 answers

Generating Virtual Machines on a Raspberry 4

Apologies if this question has been answered elsewhere but I can't see it. I would like to set up two VMs on a RP 4 to help in a piece of research I am doing. Is there a tool that can do this? I don't need the VMs to do very much except generate…
A Bingham
  • 97
  • 1
  • 1
  • 7
4
votes
1 answer

A stable DOS emulator on the Pi (Pi3B+ and 4B)?

I do not wish to cause problems by asking for one product recommendation over another, on this type of forum. Maybe a list of several that specifically you have found can function well on a particular model Pi? All my Pi's are now running Buster. …
always_learning
  • 339
  • 2
  • 13
3
votes
0 answers

Poor performance with LXD/LXC. Extremely high CPU steal in the containers

I've got a pi 3 B+ running Raspbian 10. I installed LXD using a snap package. There's two LXC containers running on my machine. One is an nginx reverse proxy and the other is running pihole. Both containers are very slow to do basically anything…
eiton
  • 131
  • 2
2
votes
2 answers

How to activate the Python Virtual Environment

I'm trying to install OpenCV in my raspberry (I'm new with it) and I followed this post. I have done all the steps from 0 to 6. All this installation it's done in a virtual environment, but now I don't know how to activate this environment. The…
Lleims
  • 210
  • 1
  • 3
  • 13
2
votes
0 answers

Copy/paste not works in VmWare machine with raspbian

I have installed Raspberry Pi Desktop to my VmWare virtual machine hosted by windows 10. I have also installed vmtools: sudo apt-get install open-vm-tools But I still cant copy/paste and drag and drop files between machines while these features…
vico
  • 163
  • 1
  • 6
2
votes
0 answers

KVM and Libvirt messing on Raspberry Pi 2

I'm trying to run KVM on Raspberry Pi 2. Through Google I found that Cortex-A7 used in RPi2 supports virtualization extensions which needs GIC(Generic Interrupt Controller) for interrupt routing/control but Raspberry SoC uses a different modified…
beenum
  • 41
  • 2
2
votes
1 answer

Create disposable software container

I'm about to start a project where I have to test a number of software solutions on a RPi2 running Raspbian without X. It would be too much effort to reinstall raspbian on the SD card or to cleanse the SD card after each test. I want to create a…
boolean.is.null
  • 175
  • 1
  • 6
2
votes
4 answers

RealVNC Viewer connection refused when headless

I have a Raspberry Pi B running a fresh install of PIXEL that I'm trying to connect to headless, within my own network. When I connect with a monitor, I have no issues - I can use RealVNC viewer from another device perfectly. But when I restart the…
apathos
  • 123
  • 1
  • 1
  • 6
2
votes
1 answer

Why don't LXC containers start on RPi1B (lxc_seccomp policy loading error)?

My LXC containers do not start, any of you knowledgeable people know why? Your insights would be greatly appreciated; also when they do not directly offer a solution, but point me in a direction instead for me to further read-up and learn from. For…
woosting
  • 151
  • 1
  • 10
1
2 3 4