<?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: Kickstart Installation using only USB in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771957#M22882</link>
    <description>Thanks for information SEP,&lt;BR /&gt;these are very useful.&lt;BR /&gt;&lt;BR /&gt;But we have the problem that we don't do installations, but other less technical staff does it. So our requirement is to minimize "human action" in installations.&lt;BR /&gt;&lt;BR /&gt;The other problem is that we install in "network closed" environments, and the customers don't want other external servers,so in every place we'll install these DL385, we have difficulties to create an "HTTP/FTP/NFS/Installation tree" server. So &lt;BR /&gt;I just think to use a DVD where I have ( for example ) /dev/hda1 ( bootable ) populated with boot.img,&lt;BR /&gt;and a /dev/hda2 populated with a ext2 FS with the installation tree and the ks.cfg.&lt;BR /&gt;&lt;BR /&gt;When I boot from DVD, I would put only the following command : linux ks=hd;hda2:/mydir/ks.cfg&lt;BR /&gt;&lt;BR /&gt;And in ks.cfg I put the following option:&lt;BR /&gt;&lt;BR /&gt;install harddrive --partition=hda2 --dir=/insttree_dir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My problems are that when I tryed to use a USB stick pendrive, the boot.img ( /dev/sda1 )occupy all 4 Gb;&lt;BR /&gt;and for use a DVD, I don't know how to do ( using cdrecord etc. )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Apr 2006 07:36:11 GMT</pubDate>
    <dc:creator>Alessandro Pilati</dc:creator>
    <dc:date>2006-04-14T07:36:11Z</dc:date>
    <item>
      <title>Kickstart Installation using only USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771955#M22880</link>
      <description>Hi to all.&lt;BR /&gt;I have this situation:&lt;BR /&gt;&lt;BR /&gt;I have some Hp Proliant DL385 servers.&lt;BR /&gt;These servers support the boot via USB pendrive and floppy.&lt;BR /&gt;&lt;BR /&gt;I have already installed one of them with RHEL 4.0 Upd 3.&lt;BR /&gt;&lt;BR /&gt;Now I want to install the other servers using only a USB pen drive ( 4Gb ), doing a most possible automatic installation.&lt;BR /&gt;&lt;BR /&gt;I know that I need:&lt;BR /&gt;-the boot.img ( present in the 1st RHEL CD )&lt;BR /&gt;-the anaconda-ks.cfg for the kickstart&lt;BR /&gt;-the installation tree ( /redhat with /base and /RPMS subdirs of all 5 CDs of RHEL 4 ) ( great almost 2.4 GB ).&lt;BR /&gt;&lt;BR /&gt;I want to have all these 3 components on the single USB pen ( that has 4Gb of capacity ).&lt;BR /&gt;&lt;BR /&gt;The problem is:&lt;BR /&gt;when I do the following command on the USB pendrive ( dd if=boot.img of=/dev/sda bs=1M ),&lt;BR /&gt;the partition created doesn't occupy only the 6.3 Mbytes of the boot.img, but all the entire key.&lt;BR /&gt;&lt;BR /&gt;But I want to create another partition in order to put the installation tree and the ks.cfg file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I do this ?&lt;BR /&gt;I read about modify the geometry of the usb pen with fdisk, I've tryied this but seems anyway that after dd I have all USB pen covered by the partition created.&lt;BR /&gt;&lt;BR /&gt;Is there a workaround for this?&lt;BR /&gt;Is it possible to do the same on a DVD RW instead of a USB pendrive ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Apr 2006 06:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771955#M22880</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2006-04-14T06:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kickstart Installation using only USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771956#M22881</link>
      <description>Shalom Alex,&lt;BR /&gt;&lt;BR /&gt;I don't think you need to modify the geometry of the USB device. All you need to do is make it bootable.&lt;BR /&gt;&lt;BR /&gt;What I recommend is a little different.&lt;BR /&gt;&lt;BR /&gt;Don't try and fit the DVD or iso images on the USB device. Set them up on another server as an NFS share.&lt;BR /&gt;&lt;BR /&gt;Make the pen device bootable as per RH instructions.&lt;BR /&gt;&lt;BR /&gt;boot&lt;BR /&gt;&lt;BR /&gt;linux askmethod&lt;BR /&gt;Choose NFS&lt;BR /&gt;&lt;BR /&gt;you will be prompted for a temporary IP address netmask and gateway. Then asked for the NFS server ip and the path of the iso images.&lt;BR /&gt;&lt;BR /&gt;Like magic, boot and install.&lt;BR /&gt;&lt;BR /&gt;To answer your actual question, if you set up a DVD with all the iso's on it or rpm files and make it bootable, you should be able to install off that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 14 Apr 2006 07:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771956#M22881</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-14T07:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kickstart Installation using only USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771957#M22882</link>
      <description>Thanks for information SEP,&lt;BR /&gt;these are very useful.&lt;BR /&gt;&lt;BR /&gt;But we have the problem that we don't do installations, but other less technical staff does it. So our requirement is to minimize "human action" in installations.&lt;BR /&gt;&lt;BR /&gt;The other problem is that we install in "network closed" environments, and the customers don't want other external servers,so in every place we'll install these DL385, we have difficulties to create an "HTTP/FTP/NFS/Installation tree" server. So &lt;BR /&gt;I just think to use a DVD where I have ( for example ) /dev/hda1 ( bootable ) populated with boot.img,&lt;BR /&gt;and a /dev/hda2 populated with a ext2 FS with the installation tree and the ks.cfg.&lt;BR /&gt;&lt;BR /&gt;When I boot from DVD, I would put only the following command : linux ks=hd;hda2:/mydir/ks.cfg&lt;BR /&gt;&lt;BR /&gt;And in ks.cfg I put the following option:&lt;BR /&gt;&lt;BR /&gt;install harddrive --partition=hda2 --dir=/insttree_dir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My problems are that when I tryed to use a USB stick pendrive, the boot.img ( /dev/sda1 )occupy all 4 Gb;&lt;BR /&gt;and for use a DVD, I don't know how to do ( using cdrecord etc. )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Apr 2006 07:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771957#M22882</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2006-04-14T07:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kickstart Installation using only USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771958#M22883</link>
      <description>I still suggest the NFS style install.&lt;BR /&gt;&lt;BR /&gt;Do it once, take the kickstart file and put it in the USB device.&lt;BR /&gt;&lt;BR /&gt;That should work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 14 Apr 2006 08:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771958#M22883</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-14T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kickstart Installation using only USB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771959#M22884</link>
      <description>Alex, here are a few articles about creating custom CD/DVD for  kickstart install:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxjournal.com/article/6473" target="_blank"&gt;http://www.linuxjournal.com/article/6473&lt;/A&gt; Hacking Red Hat Kickstart&lt;BR /&gt;&lt;A href="http://www.harkness.co.uk/other/RHEL4_custom_dvd.html" target="_blank"&gt;http://www.harkness.co.uk/other/RHEL4_custom_dvd.html&lt;/A&gt; Creating a custom Red Hat installation DVD&lt;BR /&gt;&lt;A href="http://256.com/gray/docs/redhat_boot/" target="_blank"&gt;http://256.com/gray/docs/redhat_boot/&lt;/A&gt; Customized RedHat Linux Kickstart Installation Cdrom &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Sun, 16 Apr 2006 01:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kickstart-installation-using-only-usb/m-p/3771959#M22884</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-16T01:24:23Z</dc:date>
    </item>
  </channel>
</rss>

