<?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: cannot mount or boot from cd in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085042#M62958</link>
    <description>What was the output of mount commands you used? &lt;BR /&gt;</description>
    <pubDate>Fri, 12 Oct 2007 00:00:43 GMT</pubDate>
    <dc:creator>Srimalik</dc:creator>
    <dc:date>2007-10-12T00:00:43Z</dc:date>
    <item>
      <title>cannot mount or boot from cd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085041#M62957</link>
      <description>I am currently using BL460c blades on a C3000 enclosure. I am running Linux Redhat OS and i'm trying to install a Win Server 2003 which is supposed to boot from the CD.&lt;BR /&gt;&lt;BR /&gt;However, the CD does not boot up during start up, and I can't seem to mount the CD in Linux. (I'm new to linux, so not sure I did it correctly also.)&lt;BR /&gt;&lt;BR /&gt;I logged in as "root", and went to "system tools" -&amp;gt; terminal, and keyyed in :&lt;BR /&gt;mount -t iso9660 -o ro /dev/cdrom /cdrom&lt;BR /&gt;mount /dev/sud0 /cdrom&lt;BR /&gt;&lt;BR /&gt;both doesn't work. Am I doing it correctly? How can I check if the CDrom has been connected to the blade?</description>
      <pubDate>Thu, 11 Oct 2007 22:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085041#M62957</guid>
      <dc:creator>lcw</dc:creator>
      <dc:date>2007-10-11T22:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: cannot mount or boot from cd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085042#M62958</link>
      <description>What was the output of mount commands you used? &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 00:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085042#M62958</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2007-10-12T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: cannot mount or boot from cd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085043#M62959</link>
      <description>&lt;BR /&gt;The output from each command i got is indicative with an arrow(-&amp;gt;) as shown below:&lt;BR /&gt;&lt;BR /&gt;mount -t iso9660 -o ro /dev/cdrom /cdrom&lt;BR /&gt; -&amp;gt; mount: mount point /cdrom does not exist&lt;BR /&gt;&lt;BR /&gt;mount /dev/sud0 /cdrom&lt;BR /&gt; -&amp;gt; mount: you must specify the file system type.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 01:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085043#M62959</guid>
      <dc:creator>lcw</dc:creator>
      <dc:date>2007-10-12T01:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: cannot mount or boot from cd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085044#M62960</link>
      <description>&amp;gt; -&amp;gt; mount: mount point /cdrom does not exist&lt;BR /&gt;&lt;BR /&gt;Perhaps it means what it says.  Did you try&lt;BR /&gt;"mkdir /cdrom"?</description>
      <pubDate>Fri, 12 Oct 2007 01:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085044#M62960</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-12T01:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: cannot mount or boot from cd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085045#M62961</link>
      <description>What boots during startup, the hard drive? You might need to check the boot order and make sure CDROM is listed as 1st device&lt;BR /&gt;&lt;BR /&gt;if the /cdrom directory doesn't exist, that's the error you will get from the mount command&lt;BR /&gt;&lt;BR /&gt;RH should automount the CD, I think it mounts to a directory under /media&lt;BR /&gt;&lt;BR /&gt;/dev/cdrom is usually a link to the actual device, if the rom drive wasn't connected during install the link may not be there&lt;BR /&gt;&lt;BR /&gt;USB drives are usually seen as SCSI devices &lt;BR /&gt;&lt;BR /&gt;I just checked on one of my c-class systems running SLES10. I used virtual media through iLO2 and mounted an .iso image, it showed up as /dev/sr0. This system was setup using a network install so there is no /dev/cdrom&lt;BR /&gt;&lt;BR /&gt;so you might try&lt;BR /&gt;&lt;BR /&gt;mount /dev/sr0 /mnt&lt;BR /&gt;then&lt;BR /&gt;ls /mnt&lt;BR /&gt;&lt;BR /&gt;mount will try to determine the type so you generally don't need to use -t and it will mount a CD read only so you don't need the ro option&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 02:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085045#M62961</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2007-10-12T02:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: cannot mount or boot from cd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085046#M62962</link>
      <description>From the first error it seems that the mountpoint is not present.&lt;BR /&gt;&lt;BR /&gt;please created /cdrom directory using "mkdir /cdrom" as suggested.&lt;BR /&gt;&lt;BR /&gt;Red hat tries to mount a CD in /mnt/cdrom, if you have an entry for /dev/cdrom (or whatever device) in /etc/fstab &lt;BR /&gt;&lt;BR /&gt;try this command:&lt;BR /&gt;&lt;BR /&gt;mount /mnt/cdrom &lt;BR /&gt;&lt;BR /&gt;also check /etc/fstab the path may be different  there.....Change accordingly.</description>
      <pubDate>Fri, 12 Oct 2007 04:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-mount-or-boot-from-cd/m-p/4085046#M62962</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2007-10-12T04:05:23Z</dc:date>
    </item>
  </channel>
</rss>

