<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can we boot the linux kernel in 32-bit mode? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903250#M26117</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have installed RHEL AS4 on an AMD server.&lt;BR /&gt;I have the following queries:&lt;BR /&gt;&lt;BR /&gt;1. How can we find out if the Linux OS is 32-bit / 64-bit?&lt;BR /&gt;&lt;BR /&gt;2. If the Linux OS is 64-bit, can we do some setting and boot the kernel in 32-bit mode?&lt;BR /&gt;&lt;BR /&gt;[root@bgpcem15 ~]# more /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux AS release 4 (Nahant Update 3)&lt;BR /&gt;&lt;BR /&gt;[root@bgpcem15 ~]# uname -m&lt;BR /&gt;x86_64&lt;BR /&gt;&lt;BR /&gt;[root@bgpcem15 ~]# more /proc/cpuinfo | grep "model name"&lt;BR /&gt;model name      : Dual Core AMD Opteron(tm) Processor 275&lt;BR /&gt;&lt;BR /&gt;Please suggest,&lt;BR /&gt;Thanks &amp;amp; Regards.</description>
    <pubDate>Thu, 23 Nov 2006 07:28:59 GMT</pubDate>
    <dc:creator>GnanaShekar</dc:creator>
    <dc:date>2006-11-23T07:28:59Z</dc:date>
    <item>
      <title>Can we boot the linux kernel in 32-bit mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903250#M26117</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have installed RHEL AS4 on an AMD server.&lt;BR /&gt;I have the following queries:&lt;BR /&gt;&lt;BR /&gt;1. How can we find out if the Linux OS is 32-bit / 64-bit?&lt;BR /&gt;&lt;BR /&gt;2. If the Linux OS is 64-bit, can we do some setting and boot the kernel in 32-bit mode?&lt;BR /&gt;&lt;BR /&gt;[root@bgpcem15 ~]# more /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux AS release 4 (Nahant Update 3)&lt;BR /&gt;&lt;BR /&gt;[root@bgpcem15 ~]# uname -m&lt;BR /&gt;x86_64&lt;BR /&gt;&lt;BR /&gt;[root@bgpcem15 ~]# more /proc/cpuinfo | grep "model name"&lt;BR /&gt;model name      : Dual Core AMD Opteron(tm) Processor 275&lt;BR /&gt;&lt;BR /&gt;Please suggest,&lt;BR /&gt;Thanks &amp;amp; Regards.</description>
      <pubDate>Thu, 23 Nov 2006 07:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903250#M26117</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2006-11-23T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can we boot the linux kernel in 32-bit mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903251#M26118</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;#1&lt;BR /&gt;as mention in &lt;A href="http://www.unixguide.net/unixguide.shtml" target="_blank"&gt;http://www.unixguide.net/unixguide.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;getconf LONG_BIT&lt;BR /&gt;&lt;BR /&gt;#2&lt;BR /&gt;sorry can't answer I don't have any 64 bit running ....&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
      <pubDate>Thu, 23 Nov 2006 08:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903251#M26118</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-11-23T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we boot the linux kernel in 32-bit mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903252#M26119</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;1) Usually the last AMD server are all at 64 Bit. Try with "uname -a"&lt;BR /&gt;&lt;BR /&gt;2) I don't mind is possible, because the entire server is  at 64 (cpu, chipset...)and kernel is compiled at 64 bit.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903252#M26119</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-11-23T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can we boot the linux kernel in 32-bit mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903253#M26120</link>
      <description>1.)&lt;BR /&gt;If your "uname -m" reports "x86_64", you are running a 64-bit kernel. It would report something like "i686" if you were running a 32-bit kernel.&lt;BR /&gt;&lt;BR /&gt;2.) &lt;BR /&gt;There is no such a setting.&lt;BR /&gt;If you have installed a 64-bit distribution, even replacing just the kernel would not help: all the 64-bit system binaries would be totally incompatible with a 32-bit kernel. The 32-bit kernel would start, but if /sbin/init is 64-bit, the kernel would panic after an unsuccessful attempt to start the "init" process.&lt;BR /&gt;&lt;BR /&gt;Fortunately, the 64-bit kernel can run 32-bit binaries. You need to ensure you have 32-bit versions of any necessary libraries available: the 32-bit binaries can use only 32-bit libraries. Other than that, you don't need to do anything special: the kernel detects the binary format automatically and does the right thing.&lt;BR /&gt;&lt;BR /&gt;The RHEL AS/ES 4 distribution has several 32-bit library packages available for x86_64 architecture: I think they were named like "compat-*.rpm".&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Nov 2006 17:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-we-boot-the-linux-kernel-in-32-bit-mode/m-p/3903253#M26120</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-11-23T17:04:05Z</dc:date>
    </item>
  </channel>
</rss>

