<?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: ISO images merge into DVD in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228045#M33114</link>
    <description>try looking at the information in the following URL&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/FAQ_35_10054.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_35_10054.shtm&lt;/A&gt;</description>
    <pubDate>Fri, 04 Jul 2008 13:23:04 GMT</pubDate>
    <dc:creator>Jon Gomersall</dc:creator>
    <dc:date>2008-07-04T13:23:04Z</dc:date>
    <item>
      <title>ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228044#M33113</link>
      <description>Hi,&lt;BR /&gt;I want to create bootable DVD from ISO images.&lt;BR /&gt;I found some of the threads in google which talk about using mkisofs.&lt;BR /&gt;I'm getting follow error: Please suggest.&lt;BR /&gt;&lt;BR /&gt;lnx04:/data1/iso # mkisofs -pad -l -r -J -v -V "ServerCD" -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -hide-rr-moved -o /data1/iso/RHEL4.iso /data1/iso&lt;BR /&gt;INFO:   UTF-8 character encoding detected by locale settings.&lt;BR /&gt;        Assuming UTF-8 encoded filenames on source filesystem,&lt;BR /&gt;        use -input-charset to override.&lt;BR /&gt;mkisofs 2.01a27 (i686-suse-linux)&lt;BR /&gt;Scanning /data1/iso&lt;BR /&gt;mkisofs: Uh oh, I cant find the boot catalog directory 'boot/isolinux'!&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jul 2008 10:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228044#M33113</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2008-07-04T10:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228045#M33114</link>
      <description>try looking at the information in the following URL&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/FAQ_35_10054.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_35_10054.shtm&lt;/A&gt;</description>
      <pubDate>Fri, 04 Jul 2008 13:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228045#M33114</guid>
      <dc:creator>Jon Gomersall</dc:creator>
      <dc:date>2008-07-04T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228046#M33115</link>
      <description>You're trying to write the boot catalog to directory /boot/isolinux on your DVD image. To do that successfully, that directory must exist in your ISO image source data.&lt;BR /&gt;&lt;BR /&gt;In other words: &lt;BR /&gt;mkdir -p /data1/iso/boot/isolinux&lt;BR /&gt;&lt;BR /&gt;and try again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By the way, writing the new RHEL4.iso into the /data1/iso directory might not be a very good idea. &lt;BR /&gt;&lt;BR /&gt;Your mkisofs command says "put all the content of /data1/iso into the ISO image located in /data1/iso/RHEL4.iso". That includes the RHEL4.iso file itself, so when the mkisofs starts to pack it into the image file, the file grows bigger as fast as mkisofs is reading it and the operation can never finish successfully.&lt;BR /&gt;&lt;BR /&gt;I'm not sure, maybe mkisofs is smart enough to avoid this trap automatically... but if it isn't, you should create your .iso image somewhere else. For example:&lt;BR /&gt;mkisofs ... -o /data1/RHEL4.iso /data1/iso&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 05 Jul 2008 18:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228046#M33115</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-07-05T18:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228047#M33116</link>
      <description>MK,&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestion. I'm able to run mkisofs but the image is not bootable.&lt;BR /&gt;&lt;BR /&gt;iso image got booted but stuck on boot prompt with error message "Could not find kernel image: linux"&lt;BR /&gt;&lt;BR /&gt;Any suggestion for it.&lt;BR /&gt;&lt;BR /&gt;Jon: I've not yet tried your suggestion.&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 07 Jul 2008 06:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228047#M33116</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2008-07-07T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228048#M33117</link>
      <description>This is something I wrote up a long time ago.  It may have some helpful info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Creating a RedHat installation DVD from the CD ISO files.&lt;BR /&gt;&lt;BR /&gt;I found a website that does a good job of explaining how to create one big, DVD targeted, ISO file.&lt;BR /&gt;&lt;BR /&gt;What is shown below is an edited version of &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;  The original shows how to add more to the anaconda install scripts.  I just wanted the ISO.  That way I can boot the from DVD, answer the questions, and walk away.  You can actually modify the configuration of the Client machine CD to point to an ISO files.&lt;BR /&gt;&lt;BR /&gt;How to create a single DVD from multiple CD ISO files.  This has been edited down to its simplest form.  The original link explains how to add things to the anaconda list.&lt;BR /&gt;&lt;BR /&gt;Setting up the build directory:&lt;BR /&gt;&lt;BR /&gt;The first thing to do is to copy all the cdrom ISOs to one location:&lt;BR /&gt;&lt;BR /&gt;mkdir -p /mnt/disk{1,2,3,4}&lt;BR /&gt;&lt;BR /&gt;mount -o loop RHEL4-U1-i386-AS-disc1.iso /mnt/disk1&lt;BR /&gt;&lt;BR /&gt;mount -o loop RHEL4-U1-i386-AS-disc2.iso /mnt/disk2&lt;BR /&gt;&lt;BR /&gt;mount -o loop RHEL4-U1-i386-AS-disc3.iso /mnt/disk3&lt;BR /&gt;&lt;BR /&gt;mount -o loop RHEL4-U1-i386-AS-disc4.iso /mnt/disk4&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;We now copy all the files from the directories to a single directory:&lt;BR /&gt;&lt;BR /&gt;mkdir -p /data/isobuild&lt;BR /&gt;&lt;BR /&gt;rsync -rv /mnt/disk{4,3,2,1}/* /data/isobuild/  (Note: I didn't use the rsync command.  I just copied the files from the "/RedHat/RPMS" directory.)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;We also need to copy across the .diskinfo file that is not caught by our *:&lt;BR /&gt;&lt;BR /&gt;cp /mnt/disk1/.diskinfo /data/isobuild/&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;The .diskinfo file identifies the CD as being a correct Red Hat Installer disk and is checked by anaconda during the start of the install.  This file needs to be edited to add the other disks.  The line that has just a â  1â   should be changed to â  1,2,3,4â  .&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Building the DVD iso&lt;BR /&gt;&lt;BR /&gt;Now to build the iso:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /data/isobuild&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;chmod a+w isolinux/isolinux.bin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkisofs -r -T -J -V "Put_The_Name_you_Want_Displayed_Here" \&lt;BR /&gt;&lt;BR /&gt; -b isolinux/isolinux.bin \&lt;BR /&gt;&lt;BR /&gt; -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 \&lt;BR /&gt;&lt;BR /&gt;-boot-info-table -o filedescriptor.iso  /data/isobuild/&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2008 15:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228048#M33117</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2008-07-07T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228049#M33118</link>
      <description>To Mr. Serviceguard for Linux,&lt;BR /&gt;thanks for your suggestion, procedure didn't work completely, as system booted from the created ISO image but installation got stuck in need of 2nd iso disk.&lt;BR /&gt;&lt;BR /&gt;This solution is as same as concatinating all files. Do you have any suggestion to fix the problem.&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 14:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228049#M33118</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2008-07-08T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228050#M33119</link>
      <description>To Serviceguard for Linux,&lt;BR /&gt;thanks for your suggestion, procedure didn't work completely, as system booted from the created ISO image but installation got stuck in need of 2nd iso disk.&lt;BR /&gt;&lt;BR /&gt;This solution is as same as concatinating all files. Do you have any suggestion to fix the problem.&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2008 14:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228050#M33119</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2008-07-08T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: ISO images merge into DVD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228051#M33120</link>
      <description>First, I assume that you are doing this for RH4 since RH5 delivers DVDs.&lt;BR /&gt;&lt;BR /&gt;There is part of my reply that is unclear because of the want it was reformatted.  The file .diskinfo needs to have in it 1,2,3,4&lt;BR /&gt;&lt;BR /&gt;Normally this file is different on each CD and has the CD number.  I think if it is asking for CD2 then this file may not have been updated correctly.</description>
      <pubDate>Tue, 08 Jul 2008 15:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-images-merge-into-dvd/m-p/4228051#M33120</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2008-07-08T15:13:01Z</dc:date>
    </item>
  </channel>
</rss>

