On Wed, Dec 06, 2000 at 03:08:35PM +0200, Aharon Schkolnik wrote:
>
> Hi.
>
>
> I just downloaded the RedHat image 7.0-respin-disc1.iso. I checked the
> md5checksum, and it is correct. I burned it using the command:
..snip...
> However, after I choose Local CDROM as my installation media, I get a
> screen with the message:
>
> I could not find a Red Hat Linux CDROM in any of your CDROM drives.
>
>
> On console 3 I see:
>
> * trying to mount device hdc
> * loopfd is 6
> * failed to mount loop: Invalid argument
> * 92 keymaps are available
> * loaded 9 keymap tables
> * trying to mount device hdc
> * got url (null)
> * trying to mount device hdc
>
>
> On console 4 I see:
>
> <4>md.c: sizeof(mdp_super_t)=4096
> <4>Partition check:
> <4>hda: hda1 hda2
> <5>RAMDISK: Compressed image at Block 0
> <4>VFS: Mounted root (ext2 filesystem)
> <6> ... USB stuff ...
>
>
> <7> ISO 9660 Extenstions: Microsoft Joliet level 1
> <7> ISO 9660 Extenstions: RRIP_1991A
> <4> Unable to identify CD-ROM format
> <4> VFS: Can't find an ext2 filesystem on dev loop (7,0)
^^^^^^^^^^^^^^^
Looks like there is nothing wrong with your CD. Sounds like Red Hat
thinks /mnt/cdrom or whatever is supposed to carry an ext2 filesystem
rather than iso9660. I vaguely remember similar problems with me
having to modify /etc/fstab after every Red Hat 6.2 installation so
that it knows the cd is iso9660, but I could be misremembering.
What you could do: find where Red Hat stores the "ext2" bit (fstab? a
script?) and change it to "auto" or to "iso9660".
Or, maybe you could mount the cd manually from the console and then
have Red Hat continue installation. Debian supports such manual
intervention, but I don't remember if Red Hat does.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]