options to create guest OS in virt-manager are greyed out on Lucid 10.04 64 bit
Tapas Mishra
mightydreams at gmail.com
Thu Mar 3 19:09:14 UTC 2011
On Tue, Mar 1, 2011 at 2:53 PM, Tapas Mishra <mightydreams at gmail.com> wrote:
> Hi,
> I just installed a pv-ops Dom0 2.6.32.27 Kernel on a 64 bit non VT machine.
> Following instructions here
> http://wiki.xensource.com/xenwiki/Xen4.0
> for 64 bit Ubuntu 10.04
>
> apt-get install bcc bin86 gawk bridge-utils iproute libcurl3
> libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo
> texlive-latex-base texlive-latex-recommended texlive-fonts-extra
> texlive-fonts-recommended pciutils-dev mercurial build-essential
> make gcc libc6-dev zlib1g-dev python python-dev python-twisted
> libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl
> libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev bison flex
>
> apt-get install gcc-multilib
> apt-get install xz-utils
>
> make xen
> make tools
> make install-xen
> make install-tools PYTHON_PREFIX_ARG=
>
> I did not do make install-stubdom.
>
>
>
> It is a Ubuntu Desktop 10.04 amd64 bit version.
> Then as mentioned here on this guide
> http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/
> (I did not follow the above guide strictly)
>
> Commented out (xend-unix-server yes) in /etc/xen/xend-config.sxp ,
> here is my xend-config.sxp
> http://pastebin.com/M8CfrqBc
> Then exported variable VIRSH_DEFAULT_CONNECT_URI=”xen:///”
> in root’s .bashrc.
> Then :-
> # apt-get install ubuntu-virt-server ubuntu-virt-mgmt
>
> Now when I open virt-manager the option to install from Local ISO or
> PXE are greyed out.
> virt-manager version is 0.8.2
>
>
> Let me know if there is any possibility of improvement so that I can
> get the option of install from Local ISO here.
> Even in case of http install from local machine things did not worked.
> Let me know what log you people would like to see to understand this
> problem as I right now do not have any clue for this problem for
> virt-manager.
>
>
Tried the command line also
virt-install -n LucidPVG -r 512 --paravirt --vnc -f /dev/sda9 -c
/home/tapas/Documents/ISO\'s/ubuntu-10.04.1-desktop-i386.iso --debug
Tue, 01 Mar 2011 23:19:51 DEBUG Launched with command line:
/usr/bin/virt-install -n LucidPVG -r 512 --paravirt --vnc -f /dev/sda9
-c /home/tapas/Documents/ISO's/ubuntu-10.04.1-desktop-i386.iso --debug
Tue, 01 Mar 2011 23:19:51 DEBUG Requesting libvirt URI default
Tue, 01 Mar 2011 23:19:51 DEBUG Received libvirt URI xen:///
Tue, 01 Mar 2011 23:19:51 DEBUG Requesting virt method 'xen', hv
type 'default'.
Tue, 01 Mar 2011 23:19:51 DEBUG Received virt method 'xen'
Tue, 01 Mar 2011 23:19:51 DEBUG Hypervisor name is 'xen'
Tue, 01 Mar 2011 23:19:51 DEBUG Could not open
"/etc/sysconfig/keyboard" [Errno 2] No such file or directory:
'/etc/sysconfig/keyboard'
Tue, 01 Mar 2011 23:19:51 DEBUG Could not open
"/etc/X11/xorg.conf": [Errno 2] No such file or directory:
'/etc/X11/xorg.conf'
Tue, 01 Mar 2011 23:19:51 ERROR Paravirtualized guests cannot
install off cdrom media.
I am already running a Ubuntu server cloud on a VT machine using KVM.
My purpose of this experiment is to create a cloud on a non VT
hardware so using Xen.
But the above errors are getting a bit difficult to trace.
Let me know if I any one has some suggestions here.As why can I not
create PV guests
from ISO of 32 bit lucid on a host which is also lucid 64 bit.
To have a 64 bit guest on 64 bit host VT is must but here I am trying
to create 32 bit guest on 64 bit host and that too
a PV guest.
More information about the ubuntu-server
mailing list