Michael Nelson
2011-Oct-05 06:09 UTC
[Xen-devel] Re: [Xen-users] XEN 4.1.1 + IGD passthrough and Intel DQ67SW, i7-2600
>I have now tried with the new 3.1.0-rc3 kernel (and latest 4.2 XEN), with the>exact same result. It passthrough works fine before loading the proper drivers,>but hangs at startup with correct drivers.>>I forgot to mention that I did try to install Win 7 on this computer without>XEN and everything worked fine, so the drivers provided by Intel do work.I just got a DQ67SW+i5-2500 and see the same behavior. I am running 3.1.0-rc8,latest xen-unstable, Windows Server 2008 R2, and the latest Intel September drivers. The VM spins at 100% CPU according to xl top once it transitions tofull graphics mode from the boot splash screen. There is also no response fromthe keyboard after this (i.e. caps lock light won''t toggle). I tried using using VNC as primary video and the IGD as a secondary device. Windows sees the IGD PCI device but complains that it can''t be started (even withjust the basic VGA driver). I have also been trying to get a cheap ATI card to work (Radeon 3850) as eithera primary and secondary card with no luck at all (not even text output during VMboot). I''ve tried one of the patches that modifies qemu-dm (pt-graphics.c) that adds some ATI specific bits, but other than some extra debug output in the logfiles, I don''t see any difference in behavior. I am willing to try out new bits/patches if that would help anyone. Thanks,-mike _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, all Has anyone install xen 4.1.1 on ubuntu 11.10? Need some instruction. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
$ sudo apt-get install xen-hypervisor-4.1 --- On Tue, 10/18/11, Hoping White <baihaoping@gmail.com> wrote: From: Hoping White <baihaoping@gmail.com> Subject: [Xen-users] How to install xen on ubuntu 11.10 To: xen-users@lists.xensource.com Date: Tuesday, October 18, 2011, 4:30 AM Hi, all Has anyone install xen 4.1.1 on ubuntu 11.10? Need some instruction. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks, but I need a complete instruction, including dom0. ? 2011?10?18? 19:06, Boris Derzhavets ??:> $ sudo apt-get install xen-hypervisor-4.1 > > --- On *Tue, 10/18/11, Hoping White /<baihaoping@gmail.com>/* wrote: > > > From: Hoping White <baihaoping@gmail.com> > Subject: [Xen-users] How to install xen on ubuntu 11.10 > To: xen-users@lists.xensource.com > Date: Tuesday, October 18, 2011, 4:30 AM > > Hi, all > > Has anyone install xen 4.1.1 on ubuntu 11.10? Need some > instruction. Thanks. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > </mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Oct 18, 2011 at 9:22 PM, Hoping White <baihaoping@gmail.com> wrote:> > Thanks, but I need a complete instruction, including dom0.sudo apt-get install linux-image-server> > 于 2011年10月18日 19:06, Boris Derzhavets 写道: > > $ sudo apt-get install xen-hypervisor-4.1reboot and choose Xen kernel option (or set Xen to default in grub config). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I used below two commands in Ubuntu 11.10 and successfully installed xen4.1 and dom0 w/o error. But after reboot, there is no Xen kernel option. The system is still startup to Ubuntu. Should I still set up or modify something else? Besides, the server I used is Dell Poweredge T310. Hope to get further help. Thanks. $ sudo apt-get install xen-hypervisor-4.1 $ sudo apt-get install linux-image-server Best Jerry 2011/10/19 Todd Deshane <todd.deshane@xen.org>> On Tue, Oct 18, 2011 at 9:22 PM, Hoping White <baihaoping@gmail.com> > wrote: > > > > Thanks, but I need a complete instruction, including dom0. > > sudo apt-get install linux-image-server > > > > > 于 2011年10月18日 19:06, Boris Derzhavets 写道: > > > > $ sudo apt-get install xen-hypervisor-4.1 > > reboot and choose Xen kernel option (or set Xen to default in grub config). > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Due to Xen Dom0 support support is already in linux 3.0 mainstream running by Oneiric issue two commands is a mistake $ sudo apt-get install xen-hypervisor-4.1 $ sudo apt-get install linux-image-server second apt-get is not needed at all. Just first one will automatically create grub2 entry to load Xen Boris. --- On Wed, 10/19/11, Jerry Tai <jianzhet@gmail.com> wrote: From: Jerry Tai <jianzhet@gmail.com> Subject: Re: [Xen-users] How to install xen on ubuntu 11.10 To: "Todd Deshane" <todd.deshane@xen.org> Cc: "Hoping White" <baihaoping@gmail.com>, "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Wednesday, October 19, 2011, 5:35 PM I used below two commands in Ubuntu 11.10 and successfully installed xen4.1 and dom0 w/o error. But after reboot, there is no Xen kernel option. The system is still startup to Ubuntu. Should I still set up or modify something else? Besides, the server I used is Dell Poweredge T310. Hope to get further help. Thanks. $ sudo apt-get install xen-hypervisor-4.1 $ sudo apt-get install linux-image-server Best Jerry 2011/10/19 Todd Deshane <todd.deshane@xen.org> On Tue, Oct 18, 2011 at 9:22 PM, Hoping White <baihaoping@gmail.com> wrote:>> Thanks, but I need a complete instruction, including dom0.sudo apt-get install linux-image-server>> 于 2011年10月18日 19:06, Boris Derzhavets 写道:>> $ sudo apt-get install xen-hypervisor-4.1reboot and choose Xen kernel option (or set Xen to default in grub config). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users