<?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 Problem booting RHEL 4 box - virtual media help? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364100#M35345</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have a RHEL box which gives the following error once the VGs have been activated:&lt;BR /&gt;&lt;BR /&gt;/sbin/init: error while loading shared libraries: /lib64/tls/libc.so.6: file too short&lt;BR /&gt;Kernel panic - not syncing: Attempted to kill init!&lt;BR /&gt;&lt;BR /&gt;I'm assuming there is some sort of corruption on the disk. &lt;BR /&gt;&lt;BR /&gt;The problem I have is this.. I am unable to PXE boot the box and I can only use the virtual media option for mounting a CD. I've been able to mount a RHEL iso but the problem comes when it asks where the install image will come from. If I select 'local CD' it tries to open /dev/cdrom and I assume is unable to map the virtual CD. &lt;BR /&gt;&lt;BR /&gt;Can anyone advise a way I might be able to get a shell and potentially look at fixing?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
    <pubDate>Mon, 23 Feb 2009 10:17:36 GMT</pubDate>
    <dc:creator>Tony Walker</dc:creator>
    <dc:date>2009-02-23T10:17:36Z</dc:date>
    <item>
      <title>Problem booting RHEL 4 box - virtual media help?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364100#M35345</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have a RHEL box which gives the following error once the VGs have been activated:&lt;BR /&gt;&lt;BR /&gt;/sbin/init: error while loading shared libraries: /lib64/tls/libc.so.6: file too short&lt;BR /&gt;Kernel panic - not syncing: Attempted to kill init!&lt;BR /&gt;&lt;BR /&gt;I'm assuming there is some sort of corruption on the disk. &lt;BR /&gt;&lt;BR /&gt;The problem I have is this.. I am unable to PXE boot the box and I can only use the virtual media option for mounting a CD. I've been able to mount a RHEL iso but the problem comes when it asks where the install image will come from. If I select 'local CD' it tries to open /dev/cdrom and I assume is unable to map the virtual CD. &lt;BR /&gt;&lt;BR /&gt;Can anyone advise a way I might be able to get a shell and potentially look at fixing?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 23 Feb 2009 10:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364100#M35345</guid>
      <dc:creator>Tony Walker</dc:creator>
      <dc:date>2009-02-23T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem booting RHEL 4 box - virtual media help?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364101#M35346</link>
      <description>Shalom Tony,&lt;BR /&gt;&lt;BR /&gt;The recommended solution in this case is to boot the system off of CD media as you  have tried. &lt;BR /&gt;&lt;BR /&gt;Disk corruption may be the cause, but you are attempting to look at the system in hte acceptable fashion.&lt;BR /&gt;&lt;BR /&gt;You should however try linux rescue instead of an install image. This is the path to diagnosis, though you will probably be reinstalling the system.&lt;BR /&gt;&lt;BR /&gt;As for a media source for that, I suggest NFS.&lt;BR /&gt;&lt;BR /&gt;linux askmethod&lt;BR /&gt;&lt;BR /&gt;Its simple, its fast and usually not filtered.&lt;BR /&gt;&lt;BR /&gt;sEP</description>
      <pubDate>Mon, 23 Feb 2009 16:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364101#M35346</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-23T16:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem booting RHEL 4 box - virtual media help?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364102#M35347</link>
      <description>Gday,&lt;BR /&gt;&lt;BR /&gt;We have built machines via virtual media - these days however using NFS and Kickstart is better than the virtual disk shuffle but its possible.&lt;BR /&gt;&lt;BR /&gt;Insert CD1 iso (this is preferable than using desktop drive as virtual media - as we sometimes got some problems with systems locking up on it). When linux prompt appears press return and follow as one would normally - the only aspect is the shuffling of ISO images as the install asks for different CDs.&lt;BR /&gt;&lt;BR /&gt;Note: Some virtual media environments - Proliant G2s dont have virtual CDROM drives only floppies, G3/G4s may only do CD and not DVD sized images so this may be an issue in that it reads up to 700mb then dies?.&lt;BR /&gt;&lt;BR /&gt;PXE boot requires setting up PXEboot server from what I have seen - I just use RHEL1 disk to linux prompt and then type&lt;BR /&gt;&lt;BR /&gt;linux ks=nfs:kickstartserver:/path/to/rhel&lt;BR /&gt;&lt;BR /&gt;System will then ask for appropriate ethernet adapter and if you dont have dhcp will ask for ip address. As for NFS copy mount isos -o loop and copy out contents to directory and establish NFS mount point which the (all) servers can use.&lt;BR /&gt;&lt;BR /&gt;as SEP mentioned RHEL disk #1 allows for rescue mode which may give some clues. &lt;BR /&gt;&lt;BR /&gt;Also from a desktop boot the RHEL1 cd and disk media checks to ensure the CDs are ok.&lt;BR /&gt;&lt;BR /&gt;You can also get some VG problems with incorrect sized partitions or incorrect kickstart configs - although this is more so from building your own kickstart scripts and setting up your own storage environment.&lt;BR /&gt; &lt;BR /&gt;Robert.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 01:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364102#M35347</guid>
      <dc:creator>Robert Walker_8</dc:creator>
      <dc:date>2009-02-24T01:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem booting RHEL 4 box - virtual media help?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364103#M35348</link>
      <description>Thanks both of you.&lt;BR /&gt;&lt;BR /&gt;Unfortunately I had to re-patch this box temporarily to get this done but will refer to this thread in future!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Fri, 27 Feb 2009 14:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-booting-rhel-4-box-virtual-media-help/m-p/4364103#M35348</guid>
      <dc:creator>Tony Walker</dc:creator>
      <dc:date>2009-02-27T14:42:49Z</dc:date>
    </item>
  </channel>
</rss>

