Hello
Please .. if you have A Raspberry Pi .. and you are intersted ...
Install VMWare Player 3.1 or VMWare workstation 6.5 >>> max 7 ...
Please Try Before posting the Result ...
and if you need any help i will help ...
thanks ...
It's not possible. It requires an x86 processor. The Raspberry Pi is an ARM device, completely different architecture entirely.Lan.Hekary wrote:at First
I manged to run VMware on XP with 700MHz and 128 Ram ... not 256 ...
and I want to run anther linux systems on raspberry Pi ...
and I want someone to try to install it ...
Best way of doing that is by simply swapping SD-cardsLan.Hekary wrote:and I want to run anther linux systems on raspberry Pi ...
I'll repeat it again:Lan.Hekary wrote:I want to run 2 Linux Distributions at the Same time .. i can't do that with swapping SD cards ..
Plus I don't want to have many SD Cards for each OS ...
JeremyF wrote:It's not possible. It requires an x86 processor. The Raspberry Pi is an ARM device, completely different architecture entirely.Lan.Hekary wrote:at First
I manged to run VMware on XP with 700MHz and 128 Ram ... not 256 ...
and I want to run anther linux systems on raspberry Pi ...
and I want someone to try to install it ...
Code: Select all
mkdir /fedora
cd /fedora
wget http://fedora.roving-it.com/rootfs-f17-sfp-alpha1.tar.bz2
tar xvjf rootfs-f17-sfp-alpha1.tar.bz2
mount -o bind /proc /fedora/proc
mount -o bind /dev /fedora/dev
mount -o bind /sys /fedora/sys
chroot /fedora