<?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 image in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775021#M68241</link>
    <description>Dear Steven E. Protter, Ivan Ferreira,Ivan Ferreira, and Alan Many Thanks for help ;)&lt;BR /&gt;&lt;BR /&gt;Ivan Ferreira I followed the instructions u provided&lt;BR /&gt;dd if=/dev/hdc of=/tmp/disk1.iso&lt;BR /&gt;&lt;BR /&gt;Now I want to create a bootable cd from disk image .. that is I want to create a bootable cd from "disk1.iso" .. Plz let me know the syntax &lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Fri, 21 Apr 2006 12:59:39 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2006-04-21T12:59:39Z</dc:date>
    <item>
      <title>iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775016#M68236</link>
      <description>OS: rhel 4&lt;BR /&gt;&lt;BR /&gt;bootable cd should be save on the local disk, by using:&lt;BR /&gt;1, using cp command OR&lt;BR /&gt;2, using dd command (if yes then plz write the syntax also) OR&lt;BR /&gt;3, any other method to create the iso image of bootable cd on the local hard disk &lt;BR /&gt;&lt;BR /&gt;Now from the save contents of a bootable cd on the hard disk, I want to create another bootable cd ... plz let me know the command ?&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 20 Apr 2006 13:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775016#M68236</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-04-20T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775017#M68237</link>
      <description>Maaz,&lt;BR /&gt;&lt;BR /&gt;If you have 1 bootable linux cd, simply copy it  with gtoaster (comes with Linux) or in a Windows box. It does not matter.&lt;BR /&gt;&lt;BR /&gt;cdrecord can be used to copy cd's on the command line as well.&lt;BR /&gt;&lt;BR /&gt;If you copy a bootable, you end up with a bootable. I would not use cp or dd.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Apr 2006 14:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775017#M68237</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-20T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775018#M68238</link>
      <description>Bootable disk image should be created with dd.&lt;BR /&gt;&lt;BR /&gt;The syntax will be like this:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/hdc of=/tmp/disk1.iso&lt;BR /&gt;&lt;BR /&gt;You should replace /dev/hdc according to your cdrom device name. That is all.</description>
      <pubDate>Thu, 20 Apr 2006 14:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775018#M68238</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-20T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775019#M68239</link>
      <description>You can use the mkisofs utility.&lt;BR /&gt;See many useful examples (including how to create RedHat bootable CD) here:&lt;BR /&gt;&lt;A href="http://yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html" target="_blank"&gt;http://yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html&lt;/A&gt;</description>
      <pubDate>Thu, 20 Apr 2006 16:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775019#M68239</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-04-20T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775020#M68240</link>
      <description>read this -- &lt;A href="http://yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html" target="_blank"&gt;http://yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html&lt;/A&gt;</description>
      <pubDate>Fri, 21 Apr 2006 09:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775020#M68240</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-04-21T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775021#M68241</link>
      <description>Dear Steven E. Protter, Ivan Ferreira,Ivan Ferreira, and Alan Many Thanks for help ;)&lt;BR /&gt;&lt;BR /&gt;Ivan Ferreira I followed the instructions u provided&lt;BR /&gt;dd if=/dev/hdc of=/tmp/disk1.iso&lt;BR /&gt;&lt;BR /&gt;Now I want to create a bootable cd from disk image .. that is I want to create a bootable cd from "disk1.iso" .. Plz let me know the syntax &lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 21 Apr 2006 12:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775021#M68241</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-04-21T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: iso image</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775022#M68242</link>
      <description>I find that if creating a bootable image is difficult in Linux, that using Nero on a windows box is usually a good bet.</description>
      <pubDate>Fri, 21 Apr 2006 15:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iso-image/m-p/3775022#M68242</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-04-21T15:03:58Z</dc:date>
    </item>
  </channel>
</rss>

