Hi, I''m running self-compiled Xen 3.3.1 on Debian 5.0 and everything works fine. The hardware is Dell PE2950 but I assume that makes no difference here... I made a clean test installation (reinstalled first Debian) of Xen 3.4.0 and when trying to boot to dom0 it reboots itself. I think this happens during starting Debian''s 2.6.26-2-xen-amd64 kernel (it happens so quickly that I need to somehow make a video of the console and do post-reboot analysis what and where things go bad). This is what''s different on grub''s menu.lst: --- boot/grub/menu.lst 8 May 2009 09:32:28 -0000 1.1 +++ boot/grub/menu.lst 19 May 2009 08:03:14 -0000 @@ -119,9 +119,9 @@ ## ## End Default Options ## -title Xen 3.3.1 +title Xen 3.4.0 root (hd0,0) -kernel /xen-3.3.1.gz dom0_mem=512m +kernel /xen-3.4.0.gz dom0_mem=512m module /vmlinuz-2.6.26-2-xen-amd64 root=/dev/vg0/root ro console=tty0 module /initrd.img-2.6.26-2-xen-amd64 savedefault Anyone else having problems with 3.4.0? Martti _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thiago Camargo Martins Cordeiro
2009-May-19 21:10 UTC
Re: [Xen-users] Xen 3.4.0 boot failure
Try this: -kernel /xen-3.4.0.gz dom0_mem=512m +kernel /xen-3.4.0.gz dom0_mem=512m noreboot Regads, Thiago 2009/5/19 Martti Kuparinen <martti.kuparinen@iki.fi>> Hi, > > I''m running self-compiled Xen 3.3.1 on Debian 5.0 and everything works > fine. The hardware is Dell PE2950 but I assume that makes no difference > here... > > I made a clean test installation (reinstalled first Debian) of Xen 3.4.0 > and when trying to boot to dom0 it reboots itself. I think this happens > during starting Debian''s 2.6.26-2-xen-amd64 kernel (it happens so quickly > that I need to somehow make a video of the console and do post-reboot > analysis what and where things go bad). > > This is what''s different on grub''s menu.lst: > > --- boot/grub/menu.lst 8 May 2009 09:32:28 -0000 1.1 > +++ boot/grub/menu.lst 19 May 2009 08:03:14 -0000 > @@ -119,9 +119,9 @@ > > ## ## End Default Options ## > > -title Xen 3.3.1 > +title Xen 3.4.0 > root (hd0,0) > -kernel /xen-3.3.1.gz dom0_mem=512m > +kernel /xen-3.4.0.gz dom0_mem=512m > module /vmlinuz-2.6.26-2-xen-amd64 root=/dev/vg0/root ro > console=tty0 > module /initrd.img-2.6.26-2-xen-amd64 > savedefault > > > Anyone else having problems with 3.4.0? > > Martti > > _______________________________________________ > 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
I added "noreboot" and it hangs here: http://kuparinen.org/martti/tmp/xen340-1.png The keyboard is dead at this stage... Martti _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi all, Martti Kuparinen schrieb:> I added "noreboot" and it hangs here: > > http://kuparinen.org/martti/tmp/xen340-1.png > > The keyboard is dead at this stage...Very same problem for me: [...] assign_interrupt_mode Found MSI capability no ownder A few seconds later the system reboots. I am using Debian Lenny''s kernel 2.6.26-2 (AMD64, Xen), too. Kind regards, Stephan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Stephan Austermühle schrieb:> Hi all, > > Martti Kuparinen schrieb: > >> I added "noreboot" and it hangs here: >> >> http://kuparinen.org/martti/tmp/xen340-1.png >> >> The keyboard is dead at this stage... > > Very same problem for me: > > [...] > assign_interrupt_mode Found MSI capability > no ownder > > A few seconds later the system reboots. I am using Debian Lenny''s kernel 2.6.26-2 (AMD64, Xen), too. >Same problem here... Any solutions? Greetz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I''ll try today the 2.6.18.x kernel... Does it support Intel PRO/1000 quad-port cards out-of-the-box? 0a:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Martti Kuparinen wrote:> I''ll try today the 2.6.18.x kernel... > > Does it support Intel PRO/1000 quad-port cards out-of-the-box? > > 0a:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet > Controller (rev 06)Just to follow up, I compiled 2.6.18.8 kernel (and manually configured it to include e1000e driver as a module) and now I have a working dom0 host. But interface bonding gave me weird error (see the another thread today). Martti _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Just for the archive, here''s the solution: http://lists.xensource.com/archives/html/xen-users/2009-06/msg00090.html /Martti _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello! Re <http://lists.xensource.com/archives/html/xen-users/2009-05/msg00733.html> assign_interrupt_mode Found MSI capability no ownder [System reboots after a few seconds.] May I ask if / how you got this fixed? I''m seeing the same issue on a recent Debian (testing) system, AMD Sempron CPU. Regards, Thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello! On Sun, Oct 18, 2009 at 09:09:11PM +0200, I wrote:> Re > <http://lists.xensource.com/archives/html/xen-users/2009-05/msg00733.html> > > assign_interrupt_mode Found MSI capability > no ownder > [System reboots after a few seconds.] > > May I ask if / how you got this fixed? I''m seeing the same issue on a > recent Debian (testing) system, AMD Sempron CPU.Hmm, pci=nomsi on the Linux command line did the trick for me. The Debian system still fails to continue booting to the login prompt, though: something''s wrong in the init machinery, the same thing as reported on <http://groups.google.com/group/linux.debian.user/msg/04310801bbce6417>, for example. The initrds of 2.6.26-2-amd64 and 2.6.26-2-xen-amd64 are identical (apart form the kernel modules, of course), so it is probably a kernel configuration issue. Sigh. What Linux kernels are people using for the dom0 in Debian? Regards, Thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users