Hello,
I am looking for virtual box for raspberry pi. If any one have idea about this then please help me.
Thank You!
Regards,
Kishan
Virtual box for raspberry pi
-
- Volunteer
- Posts: 353
- Joined: 18. Aug 2014, 21:53
- Primary OS: Debian Sid
- VBox Version: PUEL
- Guest OSses: Android, Linux
Re: Virtual box for raspberry pi
VBox is a x86 virtualizer, raspi is arm!
Re: Virtual box for raspberry pi
That means we can not install virtual box in raspberry pi?
-
- Site Moderator
- Posts: 27330
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: PUEL
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: Virtual box for raspberry pi
No, you can't. As towo2099 already told you, you need an x86 host.
Do you have one? If not, you have the same chances as installing VirtualBox on a bicycle.
Do you have one? If not, you have the same chances as installing VirtualBox on a bicycle.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Re: Virtual box for raspberry pi
Is it out of form to discuss alternatives?
qemu does run on pi.
so does lxc and docker if containers can do what your looking for. xen might, but it would only be in pv mode.
qemu does run on pi.
so does lxc and docker if containers can do what your looking for. xen might, but it would only be in pv mode.
-
- Site Moderator
- Posts: 38792
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: PUEL
- Guest OSses: Mostly XP
Re: Virtual box for raspberry pi
If it has to emulate a x86 CPU then it's going to be slow as hell. Maybe good enough for a DOS emulation, but in that case I'd look at a dedicated example such as DOSBOX.xahare wrote: qemu does run on pi.
None of these AFAIK emulate x86 processors, and I don't see how ParaVirtualization will help when you can't even boot an OS.xahare wrote: so does lxc and docker if containers can do what your looking for. xen might, but it would only be in pv mode.
As the thread already mentioned - you can't run x86 machine code instructions on an ARM. An ARM is an entirely different CPU which runs ARM instructions. You can run an X86 emulator on any CPU, but an emulator is in a galaxy far far away from a hypervisor.