<?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 Re: Problem in installing new kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750700#M22202</link>
    <description>You should copy initrd image to /boot directory.&lt;BR /&gt;And of course, using kernels provided by Red Hat is the recommended way.</description>
    <pubDate>Tue, 14 Mar 2006 15:26:40 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2006-03-14T15:26:40Z</dc:date>
    <item>
      <title>Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750696#M22198</link>
      <description>hello,&lt;BR /&gt;i am a new user to Red Hat Linux Enterprise Edition 4.1&lt;BR /&gt;I am trying to install a new kernel 2.6.15.6 on my Linux.&lt;BR /&gt;&lt;BR /&gt;I have compiled the kernel and copied bzImage to /boot partition.&lt;BR /&gt;Also I have modified the grub.conf file&lt;BR /&gt;it is listed as&lt;BR /&gt;&lt;BR /&gt;# grub.conf generated by anaconda&lt;BR /&gt;#&lt;BR /&gt;# Note that you do not have to rerun grub after making changes to this file&lt;BR /&gt;# NOTICE: You have a /boot partition. This means that&lt;BR /&gt;# all kernel and initrd paths are relative to /boot/, eg.&lt;BR /&gt;# root (hd0,2)&lt;BR /&gt;# kernel /vmlinuz-version ro root=/dev/sda6&lt;BR /&gt;# initrd /initrd-version.img&lt;BR /&gt;#boot=/dev/sda&lt;BR /&gt;default=2&lt;BR /&gt;timeout=5&lt;BR /&gt;splashimage=(hd0,2)/grub/splash.xpm.gz&lt;BR /&gt;hiddenmenu&lt;BR /&gt;title Red Hat Enterprise Linux 2.6.15.6&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz-2.6.15.6.img ro root=LABEL=/ rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.15.6.img&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.9-5.ELsmp.img&lt;BR /&gt;title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)&lt;BR /&gt;root (hd0,2)&lt;BR /&gt;kernel /vmlinuz-2.6.9-5.EL ro root=LABEL=/ rhgb quiet&lt;BR /&gt;initrd /initrd-2.6.9-5.EL.img&lt;BR /&gt;title windows xp&lt;BR /&gt;rootnoverify (hd0,0)&lt;BR /&gt;chainloader +1&lt;BR /&gt;&lt;BR /&gt;this is listing of /dev/sda&lt;BR /&gt;&lt;BR /&gt;[root@localhost grub]# fdisk /dev/sda&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 80.0 GB, 80026361856 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 9729 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Device Boot Start End Blocks Id System&lt;BR /&gt;/dev/sda1 * 1 2550 20482843+ c W95 FAT32 (LBA)&lt;BR /&gt;/dev/sda2 2551 5100 20482875 c W95 FAT32 (LBA)&lt;BR /&gt;/dev/sda3 5101 5138 305235 83 Linux&lt;BR /&gt;/dev/sda4 5139 9729 36877207+ 5 Extended&lt;BR /&gt;/dev/sda5 5139 7688 20482843+ 83 Linux&lt;BR /&gt;/dev/sda6 7689 8963 10241406 83 Linux&lt;BR /&gt;/dev/sda7 8964 9090 1020096 82 Linux swap&lt;BR /&gt;/dev/sda8 9091 9729 5132736 83 Linux&lt;BR /&gt;&lt;BR /&gt;I managed to find out my hardware.&lt;BR /&gt;I have SCSI hard disk installed on my PC.&lt;BR /&gt;&lt;BR /&gt;so I have enabled the SCSI support in the configuration.&lt;BR /&gt;&lt;BR /&gt;But now this has given rise to new error solving the previous ones...&lt;BR /&gt;&lt;BR /&gt;the last message that appears on the screen when i boot is&lt;BR /&gt;&lt;BR /&gt;Enforcing mode requested but no policy loaded.Halting Now&lt;BR /&gt;Kernel Panic : No syncing : Attempted to kill init !!!</description>
      <pubDate>Tue, 14 Mar 2006 10:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750696#M22198</guid>
      <dc:creator>Pranav Tendulkar</dc:creator>
      <dc:date>2006-03-14T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750697#M22199</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Do you want to compile a new kernel or just install a newer one...if you just want a newer kernel, downlaod the latest kernel in rpm and then do rpm -ivh kernel-newxxxx.rpm&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 14 Mar 2006 10:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750697#M22199</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-14T10:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750698#M22200</link>
      <description>I have already downloaded the latest kernel which was in zipped format...&lt;BR /&gt;i have compiled that kernel and tried all the stuff mentioned above... :(</description>
      <pubDate>Tue, 14 Mar 2006 10:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750698#M22200</guid>
      <dc:creator>Pranav Tendulkar</dc:creator>
      <dc:date>2006-03-14T10:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750699#M22201</link>
      <description>You did not described the steps used to build the kernel. As described before, installing a new kernel from the rpm file is the easyest way. Maybe you omitted required modules and your initial ram disk is not working.</description>
      <pubDate>Tue, 14 Mar 2006 11:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750699#M22201</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-14T11:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750700#M22202</link>
      <description>You should copy initrd image to /boot directory.&lt;BR /&gt;And of course, using kernels provided by Red Hat is the recommended way.</description>
      <pubDate>Tue, 14 Mar 2006 15:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750700#M22202</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-03-14T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750701#M22203</link>
      <description>I have already created a new initrd into the boot directory with the help of a command called mkinitrd.</description>
      <pubDate>Wed, 15 Mar 2006 22:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750701#M22203</guid>
      <dc:creator>Pranav Tendulkar</dc:creator>
      <dc:date>2006-03-15T22:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in installing new kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750702#M22204</link>
      <description>Hey guys,&lt;BR /&gt;&lt;BR /&gt;thanx a lot for all your support.&lt;BR /&gt;I have cracked the problem.&lt;BR /&gt;It was due to SELinux.&lt;BR /&gt;I disabled SELinux in /etc/selinux/config file.&lt;BR /&gt;And now my installation worked perfectly fine :)&lt;BR /&gt;&lt;BR /&gt;Thanks a lot....</description>
      <pubDate>Thu, 16 Mar 2006 00:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-in-installing-new-kernel/m-p/3750702#M22204</guid>
      <dc:creator>Pranav Tendulkar</dc:creator>
      <dc:date>2006-03-16T00:32:51Z</dc:date>
    </item>
  </channel>
</rss>

