I''ve installed an hypervisor and an hypervisor with pae support. Both configurations uses the same modules but only the kernel with pae support boot. Why? server:~# dpkg -l|grep xen-hy ii xen-hypervisor-3.0.3-1-i386 3.0.3-0-2 The Xen Hypervisor on i386 ii xen-hypervisor-3.0.3-1-i386-pae 3.0.3-0-2 The Xen Hypervisor on i386 with pae /boot/grub/menu.lst title Xen 3.0.3-1-i386 / Debian GNU/Linux, kernel 2.6.18-5-xen-686 root (hd0,0) kernel /xen-3.0.3-1-i386.gz module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off console=tty0 module /initrd.img-2.6.18-5-xen-686 savedefault title Xen 3.0.3-1-i386-pae / Debian GNU/Linux, kernel 2.6.18-5-xen-686 root (hd0,0) kernel /xen-3.0.3-1-i386-pae.gz module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off console=tty0 module /initrd.img-2.6.18-5-xen-686 savedefault _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mehdi AMINI schrieb:>> I''ve installed an hypervisor and an hypervisor with pae support. Both >> configurations uses the same modules but only the kernel with pae >> support boot. Why? > > >> /boot/grub/menu.lst >> title Xen 3.0.3-1-i386 / Debian GNU/Linux, kernel >> [...] >> module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off > >> title Xen 3.0.3-1-i386-pae / Debian GNU/Linux, kernel >> [...] >> module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off > > > You are booting the same kernel, which has PAE support, and which will > only work with PAE hypervisor. > If you want to run non PAE hypervisor, you have to run a kernel built > without PAE support. > > Mehdi >Is''nt it a kernel without pae support which I''ve shown in /boot/grub/menu.lst in the last mail? ... kernel /xen-3.0.3-1-i386.gz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Frank schrieb:> > > Mehdi AMINI schrieb: >>> I''ve installed an hypervisor and an hypervisor with pae support. Both >>> configurations uses the same modules but only the kernel with pae >>> support boot. Why? >> >> >>> /boot/grub/menu.lst >>> title Xen 3.0.3-1-i386 / Debian GNU/Linux, kernel >>> [...] >>> module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off >> >>> title Xen 3.0.3-1-i386-pae / Debian GNU/Linux, kernel >>> [...] >>> module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off >> >> >> You are booting the same kernel, which has PAE support, and which will >> only work with PAE hypervisor. >> If you want to run non PAE hypervisor, you have to run a kernel built >> without PAE support. >> >> Mehdi >> > Is''nt it a kernel without pae support which I''ve shown in > /boot/grub/menu.lst in the last mail? > ... > kernel /xen-3.0.3-1-i386.gz >sorry, thats the kernel (vmlinuz-2.6.18-5-xen-686) but even there is no hint for pae support. I don''t know how to differentiate the kernel with pae support and without. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> I''ve installed an hypervisor and an hypervisor with pae support. Both > configurations uses the same modules but only the kernel with pae > support boot. Why?> /boot/grub/menu.lst > title Xen 3.0.3-1-i386 / Debian GNU/Linux, kernel > [...] > module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=off> title Xen 3.0.3-1-i386-pae / Debian GNU/Linux, kernel > [...] > module /vmlinuz-2.6.18-5-xen-686 root=/dev/md1 ro xencons=offYou are booting the same kernel, which has PAE support, and which will only work with PAE hypervisor. If you want to run non PAE hypervisor, you have to run a kernel built without PAE support. Mehdi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> sorry, thats the kernel (vmlinuz-2.6.18-5-xen-686) but even there is no > hint for pae support. I don''t know how to differentiate the kernel with > pae support and without.Every kernel in Debian have the PAE flag set, you may rebuild a kernel by yourself. Mehdi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
You can verify the PAE state for a kernel by looking in the corresponding config file, normally saved in /boot with the kernel.> -----Original Message----- > From: Mehdi AMINI [mailto:armeni67@hotmail.com] > Sent: Saturday, September 01, 2007 11:14 AM > To: Frank > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] dom0 without pae does not boot > > > > sorry, thats the kernel (vmlinuz-2.6.18-5-xen-686) but even > there is no > > hint for pae support. I don''t know how to differentiate the > kernel with > > pae support and without. > > > Every kernel in Debian have the PAE flag set, you may rebuild > a kernel by > yourself._______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users