<?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: ramdisk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083038#M6908</link>
    <description>Thanks Mark,&lt;BR /&gt;&lt;BR /&gt;Worked great. Real help you provided. Much appreciated. I had to add in VFAT also. everything is fine now.&lt;BR /&gt;&lt;BR /&gt;10x</description>
    <pubDate>Wed, 01 Oct 2003 15:42:30 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2003-10-01T15:42:30Z</dc:date>
    <item>
      <title>ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083035#M6905</link>
      <description>When I run mondoarchive I get the following message.&lt;BR /&gt;&lt;BR /&gt;Your kernel has no ramdisk support. That's mind-numbingly stupid but I'll allow it if you're planning to use a failsafe kernel. Are you?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do I get ramdisk support into my kernel?</description>
      <pubDate>Wed, 01 Oct 2003 12:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083035#M6905</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-01T12:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083036#M6906</link>
      <description>Robert,&lt;BR /&gt; &lt;BR /&gt;You're going to have to build a new kernel.  THe option you need to add is CONFIG_BLK_DEV_RAM which is sitting under the "Block devices" section if you use one of the "GUI" configuration tools.&lt;BR /&gt; &lt;BR /&gt;If you have never done a kernel compilation before it's not tough and goes something like this (directories may change a bit for Red Hat because they haven't a clue how to design a unix system but anyway)&lt;BR /&gt; &lt;BR /&gt;become root&lt;BR /&gt; &lt;BR /&gt;# export DISPLAY=:0&lt;BR /&gt;&lt;BR /&gt;# cd /usr/src/linux (or where ever it is in Red Hat these days)&lt;BR /&gt; &lt;BR /&gt;# make xconfig&lt;BR /&gt; &lt;BR /&gt;navigate around until you find the bit you want change (I'd recommend not having it as module support)&lt;BR /&gt; &lt;BR /&gt;change it to "y"&lt;BR /&gt; &lt;BR /&gt;save and exit&lt;BR /&gt;&lt;BR /&gt;# make dep&lt;BR /&gt; &lt;BR /&gt;# make bzImage&lt;BR /&gt; &lt;BR /&gt;# make modules&lt;BR /&gt;&lt;BR /&gt;# make modules_install&lt;BR /&gt;&lt;BR /&gt;# cp /boot/System.map /boot/system.map.prev&lt;BR /&gt; &lt;BR /&gt;# cp /boot/vmlinuz /boot/vmlinuz.prev&lt;BR /&gt;&lt;BR /&gt;# cp arch/i386/boot/bzImage /boot/vmlinuz&lt;BR /&gt; &lt;BR /&gt;# cp System.map /boot/System.map&lt;BR /&gt; &lt;BR /&gt;edit /etc/lilo.conf or grub.conf to include a n entry for your backup kernel image (vmlinuz.prev) or forget this if you like living dangerously&lt;BR /&gt;&lt;BR /&gt;run either lilo or grup as required&lt;BR /&gt;&lt;BR /&gt;# cross fingers&lt;BR /&gt; &lt;BR /&gt;# re-boot</description>
      <pubDate>Wed, 01 Oct 2003 13:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083036#M6906</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-01T13:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083037#M6907</link>
      <description>Tell about each step would be long,and not very usefull since you can access this info at the following link &lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.europe.redhat.com/documentation/HOWTO/JavaStation-HOWTO/kernelbuildchapter.php3" target="_blank"&gt;http://www.europe.redhat.com/documentation/HOWTO/JavaStation-HOWTO/kernelbuildchapter.php3&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;you need to look for the CONFIG_BLK_DEV_RAM in your kernel configuration file, this should be set to y&lt;BR /&gt; &lt;BR /&gt;CONFIG_BLK_DEV_RAM=y&lt;BR /&gt;&lt;BR /&gt;Tell us about you progress.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 13:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083037#M6907</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-01T13:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083038#M6908</link>
      <description>Thanks Mark,&lt;BR /&gt;&lt;BR /&gt;Worked great. Real help you provided. Much appreciated. I had to add in VFAT also. everything is fine now.&lt;BR /&gt;&lt;BR /&gt;10x</description>
      <pubDate>Wed, 01 Oct 2003 15:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083038#M6908</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-01T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: ramdisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083039#M6909</link>
      <description>Glad it was useful Robert.  You are always likely to get good attention in here because you always seem to assign points promptly.  Those points allow other people with similar problems to judge the value of the answers you get and that's what it's about.&lt;BR /&gt; &lt;BR /&gt;P.S. I was kind of concerned that you might have missed the "lilo" bit out as it wasn't too clear.  Forget that bit and your machine won't boot (assuming you use lilo of course).&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Regards</description>
      <pubDate>Wed, 01 Oct 2003 15:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ramdisk/m-p/3083039#M6909</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-01T15:53:07Z</dc:date>
    </item>
  </channel>
</rss>

