Hugo Mills
2006-Nov-06 11:05 UTC
[Xen-users] RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when the RHEL installer tries to start the kernel, it complains that the CPU doesn''t support extended mode, and that I should use a 32-bit installer. However: hrm@willow:~$ sudo xm info | grep xen_caps xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 Is there some magic I need in the config file for the domain to tell it that it''s a 64-bit guest? Hugo. -- === Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk == PGP key: 1C335860 from wwwkeys.eu.pgp.net or http://www.carfax.org.uk --- Nothing wrong with being written in Perl... Some of my best --- friends are written in Perl. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Petersson, Mats
2006-Nov-06 12:19 UTC
RE: [Xen-users] RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Hugo Mills > Sent: 06 November 2006 11:05 > To: xen-users@lists.xensource.com > Subject: [Xen-users] RHEL4 as 64-bit HVM guest -- not > starting in 64 bit mode > > I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when > the RHEL installer tries to start the kernel, it complains that the > CPU doesn''t support extended mode, and that I should use a 32-bit > installer. > > However: > > hrm@willow:~$ sudo xm info | grep xen_caps > xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 > hvm-3.0-x86_32p hvm-3.0-x86_64 > > Is there some magic I need in the config file for the domain to > tell it that it''s a 64-bit guest?Try some combination of these set to one: apic acpi pae All of them should work. I''d also, if you''re not doing so already, use the latest 3.0.3, as previous versions are known to not work right for 64-bit at least sometimes. -- Mats> > Hugo. > > -- > === Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | > lug.org.uk ==> PGP key: 1C335860 from wwwkeys.eu.pgp.net or > http://www.carfax.org.uk > --- Nothing wrong with being written in Perl... Some of my > best --- > friends are written in Perl. > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hugo Mills
2006-Nov-06 12:34 UTC
Re: [Xen-users] RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
On Mon, Nov 06, 2006 at 01:19:23PM +0100, Petersson, Mats wrote:> > -----Original Message----- > > From: xen-users-bounces@lists.xensource.com > > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Hugo Mills > > Sent: 06 November 2006 11:05 > > To: xen-users@lists.xensource.com > > Subject: [Xen-users] RHEL4 as 64-bit HVM guest -- not > > starting in 64 bit mode > > > > I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when > > the RHEL installer tries to start the kernel, it complains that the > > CPU doesn''t support extended mode, and that I should use a 32-bit > > installer. > > > > However: > > > > hrm@willow:~$ sudo xm info | grep xen_caps > > xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 > > hvm-3.0-x86_32p hvm-3.0-x86_64 > > > > Is there some magic I need in the config file for the domain to > > tell it that it''s a 64-bit guest? > > Try some combination of these set to one: > apic > acpi > paeI''ve set all three of these to 1, and I''m still getting the same error.> All of them should work. I''d also, if you''re not doing so already, use > the latest 3.0.3, as previous versions are known to not work right for > 64-bit at least sometimes.I''m using a self-built just-post-3.0.3 mercurial checkout. Hugo. -- === Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk == PGP key: 1C335860 from wwwkeys.eu.pgp.net or http://www.carfax.org.uk --- Guards! Help! We''re being rescued! --- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hugo Mills
2006-Nov-06 13:50 UTC
Re: [Xen-users] RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
On Mon, Nov 06, 2006 at 01:19:23PM +0100, Petersson, Mats wrote:> > -----Original Message----- > > From: xen-users-bounces@lists.xensource.com > > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Hugo Mills > > Sent: 06 November 2006 11:05 > > To: xen-users@lists.xensource.com > > Subject: [Xen-users] RHEL4 as 64-bit HVM guest -- not > > starting in 64 bit mode > > > > I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when > > the RHEL installer tries to start the kernel, it complains that the > > CPU doesn''t support extended mode, and that I should use a 32-bit > > installer. > > > > However: > > > > hrm@willow:~$ sudo xm info | grep xen_caps > > xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 > > hvm-3.0-x86_32p hvm-3.0-x86_64 > > > > Is there some magic I need in the config file for the domain to > > tell it that it''s a 64-bit guest? > > Try some combination of these set to one: > apic > acpi > pae > > All of them should work. I''d also, if you''re not doing so already, use > the latest 3.0.3, as previous versions are known to not work right for > 64-bit at least sometimes.OK, I think I''ve found the problem. It''s related to the device model configuration. I had previously tried to map one LV to /dev/hda1 and another LV to /dev/hda2. If I simply map each to a different full hard disk image, everything works. It seems odd that I should get an error about not being able to enter 64-bit mode as a result of a mis-configured hard disk image, but that''s the only conclusion I can draw. Thanks for your help, Mats. Hugo. -- === Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk == PGP key: 1C335860 from wwwkeys.eu.pgp.net or http://www.carfax.org.uk --- You can get more with a kind word and a 2"x4" than you can --- with just a kind word. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users