|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-users] Xen 4.0.0-rc6 - Linux 2.6.32.9 paravirt_ops dom0 on Ubu
I tested the grub2 and it's loading Xen instance normally. Below my configuration file:
# cat /etc/grub.d/40_custom #!/bin/sh exec tail -n +3 $0
# This file is an Xen custom entries menuentry "Xen 3.4 / Debian Lenny 5.0 kernel 2.6.18.8-xen" { insmod raid
set root=(md1) search --fs-uuid --set e795a163-5418-4ae9-8021-83fe9ce05ea7
multiboot /xen-3.4.gz dom0_mem=512M iommu=1 module /vmlinuz-2.6.18.8-xen root=/dev/md3 ro console=tty0 pciback.hide=(06:0c.0)(06:0d.0)(06:0e.0)(06:0f.0)
module /initrd.img-2.6.18.8-xen }
It was configured with xen 3.4.2 and without pvops kernel. I will try the xen 4.0.0rc6 and I will post the results.
Cheers
2010/3/16 Boris Derzhavets <bderzhavets@xxxxxxxxx>
>And I'm using the Grub1.
What's wrong with native Grub2 ( it doesn't load Xen Instance ?)
Boris.
--- On Tue, 3/16/10, Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx> wrote:
From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx> Subject: [Xen-users] Xen 4.0.0-rc6 - Linux 2.6.32.9 paravirt_ops dom0 on Ubuntu Desktop 9.10 success!
To: "Xen List" <xen-users@xxxxxxxxxxxxxxxxxxx>, "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Date: Tuesday, March 16, 2010, 12:51 PMGuys!
For the first time, I have the Xen 4.0.0-rc6 with Linux 2.6.32.9 as my dom0 using the paravirt_ops.
The Intel modesetting is working too!
My xm
info shows:
root@tcmc-dell:~# xm info
host : tcmc-dell release : 2.6.32.9-tcmc-10.03-1 version : #3 SMP Tue Mar 16 11:14:56 BRT 2010 machine : x86_64 nr_cpus : 2 nr_nodes : 1
cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 2992 hw_caps : bfebfbff:20100800:00000000:00000940:0408e3fd:00000000:00000001:00000000 virt_caps : hvm
total_memory : 3755 free_memory : 131 node_to_cpu : node0:0-1 node_to_memory : node0:131 node_to_dma32_mem : node0:68 max_node_id : 0 xen_major : 4
xen_minor : 0 xen_extra : .0-rc6 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096
platform_params : virt_start=0xffff800000000000 xen_changeset : Mon Mar 15 17:08:29 2010 +0000 21036:c1f272c3a441 xen_commandline : cc_compiler : gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
cc_compile_by : root cc_compile_domain : worldweb.office cc_compile_date : Tue Mar 16 11:25:25 BRT 2010 xend_config_format : 4
To install the "tools", I need to run:
make install-tools PYTHON_PREFIX_ARG=
And I'm using the Grub1.
Now it is time to make a few domUs!
Cheers! Thiago
-----Inline Attachment Follows-----
_______________________________________________ Xen-users mailing list
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
-- Marco Sinhoreli
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|