0
votes
0answers
24 views

How to create a 2GB Linux X86 Disk Image?

I have created a disk image which when I load it to /mnt/linux86 folder using the following command gives me these folders: backprop  bin  boot  dev  etc  home  lib  lib32  lib64  lost+found  media  ...
0
votes
0answers
43 views

Not able to login after installing vncserver

So I installed vncserver and vncviewer and was trying to run virtual machine through qemu. Last night it was all good, now when i try to login a black screen comes in and I am again on the login, even ...
1
vote
0answers
97 views

How to create and export a vmware image using vmbuilder

I've been using vmbuilder to build kvm images as such: vmbuilder kvm ubuntu \ -v \ --suite=precise \ --libvirt=qemu:///system \ --arch=amd64 \ --cpus=2 \ --mem=1024 \ ...
0
votes
1answer
1k views

libvirt with SPICE on 12.04 amd64

I'm using 12.04 LTS amd64 as a KVM host + desktop. I have a Windows 7 ultimate 64bit guest on this host. The installation worked perfect with the default (VNC display) settings. Everything also works ...
1
vote
0answers
1k views

qemu-system-arm fails with “Kernel panic - not syncing: Attempted to kill init!” [closed]

I am trying to build an arm rootfs using ubuntu 12.04 (but I get the same problem also with 11.10). I am following this ...