| On Mon, Feb 28, 2011 at 11:38 PM, Tapas Mishra <mightydreams@xxxxxxxxx> wrote:
> On Mon, Feb 28, 2011 at 3:46 PM, Tapas Mishra <mightydreams@xxxxxxxxx> wrote:
>> On Mon, Feb 28, 2011 at 3:42 PM, Fajar A. Nugraha <list@xxxxxxxxx> wrote:
>>> On Mon, Feb 28, 2011 at 5:01 PM, Tapas Mishra <mightydreams@xxxxxxxxx> 
>>> wrote:
>>>> Well very surprisingly on a 64 bit system (this is also without VT)
>>>>  I just transferred the tree I had pulled on the 32 bit system
>>>> and here I did see the Xen options in
>>>
>>> If you can use 64bit, use it.
>>>
>>>> but I do not see the High Memory Support option in this 64 bit system
>>>> surprisingly.
>>>
>>> PAE is only needed for 32bit.
>> Ohh Ok thanks for clarifying that.
>>>> What branch do you use?
>>>
>>> xen/next-2.6.32
>>>
>>> --
> Sorry for my silly question but I thought it is better to ask.
> I was able to compile the Dom0 pv-ops kernel successfully finally.
>
> What I did here was one additional minor thing.
> Each time I invoked make I did some thing like
> make O=/output/dir modules_install install
> so in /output/dir
> I have vmlinuz and I see
> /output/dir/arch/x86_64/boot/bzImage
> which is a symlink to
> /output/dir/arch/x86/boot/bzImage
> my doubt is which one should I use
>
> /output/dir/arch/x86_64/boot/bzImage
> or
> /output/dir/vmlinuz
>  it is  a 64 bit system without VT but it seems the pv-ops kernel for
> Dom0 has compiled successfully.
> I tallied from the wiki here
> http://wiki.xensource.com/xenwiki/XenParavirtOps
> the symbols mentioned
>   1. CONFIG_PARAVIRT_GUEST=y
>   2. CONFIG_XEN=y
>
>   3. CONFIG_HVC_DRIVER=y and CONFIG_HVC_XEN=y
> and
>   4. CONFIG_XEN_BLKDEV_FRONTEND=m
>   5. CONFIG_XEN_NETDEV_FRONTEND=m
>
> are enabled in .config and the compilation upto this point proceeded
> without errors.I am confused only about the last part which one should
> I use vmlinuz or bzImage.
>
Ok I have been able to proceed this part.So no need to worry about this one.
Here is how my grub.cfg looks like
menuentry 'Ubuntu, with Xen and  Linux 2.6.32.27' --class ubuntu
--class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,8)'
        search --no-floppy --fs-uuid --set 6061f210-470f-401d-a29e-3c631fc04af4
        multiboot (hd0,8)/boot/xen.gz
        module  /boot/vmlinuz-2.6.32.27
root=UUID=6061f210-470f-401d-a29e-3c631fc04af4 ro   quiet splash
        module  /boot/initrd.img-2.6.32.27
}
and I was able to boot successfully but what I observed was
after I booted my wifi has stopped working.
PCI Id of wifi device 14e4:4315
Each time I try to install Broadcom STA driver(that is what was
working in non xen part)
 from Ubuntu 10.04 (64  bit) gui
System->Administration-->Hard Ware Drivers-->Broad Com STA driver I
get a failure message which says me to check
/var/log/jockey.log
and here is the jockey.log
http://pastebin.com/VBTLGw42
I had done
update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20
to have xend as service
I am not able to understand as how can I proceed
1) for the wireless part here.
2)  when I type xm info I get following error
xm info
Traceback (most recent call last):
  File "/usr/sbin/xm", line 5, in <module>
    from xen.xm import main
ImportError: No module named xen.xm
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
 |