<?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: RH / Kickstart issues in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418400#M14855</link>
    <description>So you not only want to destroy any existing partitions, but want to zero-it-out first?&lt;BR /&gt;&lt;BR /&gt;Or you're saying it's already been zero'd out, and even though you've got 'clearpart --all', it's prompting you with the confirmation dialog?&lt;BR /&gt;&lt;BR /&gt;Possibly in the zeroing-out phase, make a dummy partition with nothing on it or even formatted.  it should not reach that area of logic.</description>
    <pubDate>Tue, 09 Nov 2004 20:08:23 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-11-09T20:08:23Z</dc:date>
    <item>
      <title>RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418396#M14851</link>
      <description>1) I have a cluster of 128 ia32 nodes, using network loads via pxeboot and kickstart.&lt;BR /&gt;When I load RH WS3.0 U1, this all works fine and my nodes load as expected without problems(see question below).&lt;BR /&gt;If I attempt to load RHWS3.0 U2 or U3, none of this works and I get the standard install menu choices on the console of each node (i.e. none of my Kickstart choices are loaded). Did something change from U1 to U2/U3 that prevents this sort of auto load from happening?&lt;BR /&gt;&lt;BR /&gt;2) When reloading my ia32 nodes after the root disk has been zeroed out, the kickstart installation process asks me if I want to continue, possibly destroying the data on the disk (even though it's zero'd out).  I presume this is because the partition table has been destroyed?  Is there a way to "automate" the answering of this question ("Yes") so that all of my 128 nodes will auto load without intervention for this type of reload?? &lt;BR /&gt;&lt;BR /&gt;If anyone can assist it would be much aprreciated!&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 09 Nov 2004 15:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418396#M14851</guid>
      <dc:creator>Mark Koenig</dc:creator>
      <dc:date>2004-11-09T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418397#M14852</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;You can accomplish this by adding the below in your ks.cfg:&lt;BR /&gt;&lt;BR /&gt;clearpart --all&lt;BR /&gt;&lt;BR /&gt;This will remove all existing disk partitions.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;John</description>
      <pubDate>Tue, 09 Nov 2004 16:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418397#M14852</guid>
      <dc:creator>John Pretti</dc:creator>
      <dc:date>2004-11-09T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418398#M14853</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that some options don't work very well (like --bootproto static), whereas new kickstart package isn't really supposed to change anything...&lt;BR /&gt;A good way round is to add, in your command section :&lt;BR /&gt;autostep&lt;BR /&gt;or :&lt;BR /&gt;interactive&lt;BR /&gt;They will both show you ks option and go to next step (interactive waits for your ok, autostep goes by itself) : you should be able to see where it blocks...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 09 Nov 2004 16:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418398#M14853</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-11-09T16:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418399#M14854</link>
      <description>Thanks much!!&lt;BR /&gt;&lt;BR /&gt;It appears several of the kickstart parameters "slightly" changed from U1 to U2. &lt;BR /&gt;&lt;BR /&gt;I'm loading U3 now. :)&lt;BR /&gt;&lt;BR /&gt;Any thoughts on how to get around the second part of my question?  We'd like to zero out the disk(s) each a customer is done with machine before we reload the OS, but having to answer the question slows the process down.&lt;BR /&gt;&lt;BR /&gt;Again, many thanks!&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 09 Nov 2004 17:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418399#M14854</guid>
      <dc:creator>Mark Koenig</dc:creator>
      <dc:date>2004-11-09T17:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418400#M14855</link>
      <description>So you not only want to destroy any existing partitions, but want to zero-it-out first?&lt;BR /&gt;&lt;BR /&gt;Or you're saying it's already been zero'd out, and even though you've got 'clearpart --all', it's prompting you with the confirmation dialog?&lt;BR /&gt;&lt;BR /&gt;Possibly in the zeroing-out phase, make a dummy partition with nothing on it or even formatted.  it should not reach that area of logic.</description>
      <pubDate>Tue, 09 Nov 2004 20:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418400#M14855</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-11-09T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418401#M14856</link>
      <description>Yes, we want to zero the disk to assure the customer that it's all clear, then when the node is power cycled, it begins to reload over the network, at this point is when the kickstart process asks if it's ok to destroy the disk, which means I need operator intervention on the console...multiplied by 128 :) (soon to be thousands).&lt;BR /&gt;&lt;BR /&gt;I need to remove at least the /boot partition, otherwise the node will attempt to boot from disk, rather than do a reload.  I've tried to skip the first few blocks on the disk, but it still hits the confirmation question.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 10 Nov 2004 09:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418401#M14856</guid>
      <dc:creator>Mark Koenig</dc:creator>
      <dc:date>2004-11-10T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418402#M14857</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;Couldn't you use in %pre section :&lt;BR /&gt;badblocks -w /dev/sda1 (assuming sda1 is your  /boot  ?)&lt;BR /&gt;Never tried it, but it would zero it, above erasing partitions.&lt;BR /&gt;What command do you use to zero it now ? &lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 10 Nov 2004 11:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418402#M14857</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-11-10T11:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418403#M14858</link>
      <description>I need to "zero" the disk while it's booted for the customer...it's their last step before giving back the machine to us.  Presently I "dd if=/dev/zero of={disk device(s)}&lt;BR /&gt;&lt;BR /&gt;In this way, the customer is assured that it's all clean before we get it back.&lt;BR /&gt;&lt;BR /&gt;I appreciate the feedback on this!&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 10 Nov 2004 11:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418403#M14858</guid>
      <dc:creator>Mark Koenig</dc:creator>
      <dc:date>2004-11-10T11:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418404#M14859</link>
      <description>Try including the KS command:&lt;BR /&gt;&lt;BR /&gt;zerombr yes&lt;BR /&gt;&lt;BR /&gt;and see what it does.&lt;BR /&gt;&lt;BR /&gt;If that still fails, build one up with interactivity, then view the 'anaconda-ks.cfg' and see what flags there are that you're not aleady using.&lt;BR /&gt;&lt;BR /&gt;To give us a bit mroe of an idea of what's going on, try also attaching your 'ks.cfg' so we can have a look at what it's trying to do.</description>
      <pubDate>Wed, 10 Nov 2004 22:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418404#M14859</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-11-10T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: RH / Kickstart issues</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418405#M14860</link>
      <description>Aha!&lt;BR /&gt;That does it, thanks so much.  I read right over that and didn't even see it.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for the help!&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 11 Nov 2004 09:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rh-kickstart-issues/m-p/3418405#M14860</guid>
      <dc:creator>Mark Koenig</dc:creator>
      <dc:date>2004-11-11T09:25:02Z</dc:date>
    </item>
  </channel>
</rss>

