<?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: RHEL diskless environment in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990765#M47431</link>
    <description>Hi rob,&lt;BR /&gt;my /etc/dhcpd.conf file looks like..see if this can help you somewhere &lt;BR /&gt;-------&lt;BR /&gt;ddns-update-style             ad-hoc;&lt;BR /&gt;&lt;BR /&gt;option subnet-mask            X.X.X.X;&lt;BR /&gt;option broadcast-address      X.X.X.X;&lt;BR /&gt;option routers                X.X.X.X;&lt;BR /&gt;option option-128 code 128 = string;&lt;BR /&gt;option option-129 code 129 = text;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                next-server     X.X.X.X;&lt;BR /&gt;                filename "pxelinux.0";&lt;BR /&gt;                option root-path              "X.X.X.X:/mz";&lt;BR /&gt;&lt;BR /&gt;subnet X.X.X.X netmask X.X.X.X {&lt;BR /&gt;    range   X.X.X.40   X.X.X.60;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;rob, once u boot the system u should be getting some errors or msgs do let me know what u are getting ..&lt;BR /&gt;&lt;BR /&gt;Spread the knowledge so that u can get the same one day...&lt;BR /&gt;cheers,&lt;BR /&gt;Miceee</description>
    <pubDate>Thu, 13 Jul 2006 23:25:12 GMT</pubDate>
    <dc:creator>Miceee</dc:creator>
    <dc:date>2006-07-13T23:25:12Z</dc:date>
    <item>
      <title>RHEL diskless environment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990763#M47429</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to set up a diskless RHEL system.  I've followed the Red Hat manual directions for setting up a diskless environment pretty thoroughly, but with no success. &lt;BR /&gt;(&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-diskless.html)" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-diskless.html)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The problem I am having is that once the server loads, the kernel begins to initialize, then says "Kernel panic: no init found. Try passing init= option to kernel."&lt;BR /&gt;&lt;BR /&gt;I'm pasting my pxelinux.cfg config files below and my dhcp/nfs configs to make sure I didn't miss anything.  I did copy the root of my default install into the /remote directory listed below, so all the files it needs are there, the NFS shares are there and mountable, but I'm lost as to where to go at this point.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;[/tftpboot/linux-install/pxelinux.cfg/ACXXXXXX]&lt;BR /&gt;default quatre&lt;BR /&gt;&lt;BR /&gt;label quatre&lt;BR /&gt;    kernel quatre/vmlinuz&lt;BR /&gt;    append  initrd=quatre/initrd.img root=/dev/ram0 init=disklessrc NFSROOT=172.16.53.10:/remote/i386&lt;BR /&gt;/ES ramdisk_size=10000 ETHERNET=eth0 SNAPSHOT=quatre&lt;BR /&gt;&lt;BR /&gt;[/etc/exports]&lt;BR /&gt;/remote/i386/ES/root *(ro,no_root_squash,sync)&lt;BR /&gt;/remote/i386/ES/snapshot *(rw,no_root_squash,sync)&lt;BR /&gt;&lt;BR /&gt;[/etc/dhcpd.conf]&lt;BR /&gt;allow booting;&lt;BR /&gt;allow bootp;&lt;BR /&gt;class "pxeclients" {&lt;BR /&gt;   match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";&lt;BR /&gt;   next-server 172.16.53.10;&lt;BR /&gt;   filename "linux-install/pxelinux.0";&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jul 2006 13:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990763#M47429</guid>
      <dc:creator>rob nolen</dc:creator>
      <dc:date>2006-07-13T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL diskless environment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990764#M47430</link>
      <description>I should note that the pxelinux conf file specifies a different path than my NFS server.  I use the red hat netboot tool to generate that file, and no matter what I specify, it defaults the file to that path.  I've tried NFS exporting that path, as well as changing the path in the config to point to the ES/root directory and it still panics.</description>
      <pubDate>Thu, 13 Jul 2006 13:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990764#M47430</guid>
      <dc:creator>rob nolen</dc:creator>
      <dc:date>2006-07-13T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL diskless environment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990765#M47431</link>
      <description>Hi rob,&lt;BR /&gt;my /etc/dhcpd.conf file looks like..see if this can help you somewhere &lt;BR /&gt;-------&lt;BR /&gt;ddns-update-style             ad-hoc;&lt;BR /&gt;&lt;BR /&gt;option subnet-mask            X.X.X.X;&lt;BR /&gt;option broadcast-address      X.X.X.X;&lt;BR /&gt;option routers                X.X.X.X;&lt;BR /&gt;option option-128 code 128 = string;&lt;BR /&gt;option option-129 code 129 = text;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                next-server     X.X.X.X;&lt;BR /&gt;                filename "pxelinux.0";&lt;BR /&gt;                option root-path              "X.X.X.X:/mz";&lt;BR /&gt;&lt;BR /&gt;subnet X.X.X.X netmask X.X.X.X {&lt;BR /&gt;    range   X.X.X.40   X.X.X.60;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;rob, once u boot the system u should be getting some errors or msgs do let me know what u are getting ..&lt;BR /&gt;&lt;BR /&gt;Spread the knowledge so that u can get the same one day...&lt;BR /&gt;cheers,&lt;BR /&gt;Miceee</description>
      <pubDate>Thu, 13 Jul 2006 23:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990765#M47431</guid>
      <dc:creator>Miceee</dc:creator>
      <dc:date>2006-07-13T23:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL diskless environment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990766#M47432</link>
      <description>Turns out the version of netboot config tool that comes with RHEL4 is bugged... it creates a bunk initrd image.  In addition, it does not warn you that busybox.anaconda is required for the system to boot that image.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=161394" target="_blank"&gt;http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=161394&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jul 2006 01:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990766#M47432</guid>
      <dc:creator>rob nolen</dc:creator>
      <dc:date>2006-07-14T01:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL diskless environment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990767#M47433</link>
      <description>See previous post.</description>
      <pubDate>Fri, 14 Jul 2006 01:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-diskless-environment/m-p/4990767#M47433</guid>
      <dc:creator>rob nolen</dc:creator>
      <dc:date>2006-07-14T01:46:41Z</dc:date>
    </item>
  </channel>
</rss>

