how to create a 32 bit PV Lucid guest on pv-ops Dom0 on Lucid 10.04 64 bit

Tapas Mishra mightydreams at gmail.com
Tue Mar 1 19:25:17 UTC 2011


On Tue, Mar 1, 2011 at 7:43 PM, Tapas Mishra <mightydreams at gmail.com> wrote:
> I am running Xen-4.0.1 on Lucid 64 bit using a pv-ops Dom0 kernel 2.6.32.27
> from jeremy's tree
> git clone -o xen -n
> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
> linux-2.6-xen
> and compiled I was able to get xm info (i.e. xen running)
> but all the gui I tried has resulted into failure.
> The ISO of Ubuntu I have are made to run on bare metal if I understand
> correctly.
> So in case of the pv-ops Dom0 kernel I need PV guest.
> So how can I create a PV guest which is lucid 32 bit on a Ubuntu 10.04
> 64 desktop which is running Xen with a pv-ops Dom0 kernel.
>
>
> --
I tried doing it with virt-install command line
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.



As you can see I have used ubuntu-10.04.1-desktop-i386.iso above but
it did not worked out and then I also used
mini.iso downloaded from here
http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-i386/current/images/netboot/mini.iso

and then on my local machine (laptop) tried putting it in /var/www and
running apache but this did not gave any success.
I also tried loop mounting the ISO's to some temporary location and
even from there it did not worked.

/usr/bin/virt-install -n LucidPVG -r 512 --paravirt --vnc -f /dev/sda9
-c /home/tapas/Documents/ISO's/mini.iso --debug
I got the same error as above.
I am trying to create a PV guest (Ubuntu 10.04 32 bit) on PV-Dom0
2.6.32.27  kernel using  Xen 4.0.1
xm info and xm list are giving proper output but the process of
creating PV guest on non VT machine (but 64) is failing for some
reason.
Can any one suggest how should I proceed in this case.

-- 
http://mightydreams.blogspot.com




More information about the ubuntu-users mailing list